2024-01-16T09:32:47.002 INFO:root:teuthology version: 0.0.1.dev249+gcd45576 2024-01-16T09:32:47.002 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_yuriw@teuthology --verbose --archive /home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517759 --description rados/cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} --name yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi -- /home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517759/orig.config.yaml 2024-01-16T09:32:47.036 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-16T09:32:47.126 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517759 branch: wip-yuri5-testing-2024-01-11-1300-pacific description: rados/cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} email: yweinste@redhat.com first_in_suite: false job_id: '7517759' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: ubuntu os_version: '20.04' overrides: admin_socket: branch: wip-yuri5-testing-2024-01-11-1300-pacific ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: a70aebef70df6ec2d957347ccbfc484e0573dd5f ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: a70aebef70df6ec2d957347ccbfc484e0573dd5f kernel: hwe: true workunit: branch: wip-yuri5-testing-2024-01-11-1300-pacific sha1: a70aebef70df6ec2d957347ccbfc484e0573dd5f owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 5979 sha1: a70aebef70df6ec2d957347ccbfc484e0573dd5f sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri5-testing-2024-01-11-1300-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_a70aebef70df6ec2d957347ccbfc484e0573dd5f/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: a70aebef70df6ec2d957347ccbfc484e0573dd5f targets: smithi038.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi133.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: cd45576300487d997e5a85abed65500b9f5d143b timestamp: 2024-01-15_22:08:15 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-01-16T09:32:47.126 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_a70aebef70df6ec2d957347ccbfc484e0573dd5f/qa; will attempt to use it 2024-01-16T09:32:47.127 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_a70aebef70df6ec2d957347ccbfc484e0573dd5f/qa/tasks 2024-01-16T09:32:47.127 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-01-16T09:32:47.129 INFO:teuthology.task.internal:Checking packages... 2024-01-16T09:32:47.165 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'a70aebef70df6ec2d957347ccbfc484e0573dd5f' 2024-01-16T09:32:47.165 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-01-16T09:32:47.165 INFO:teuthology.packaging:ref: None 2024-01-16T09:32:47.165 INFO:teuthology.packaging:tag: None 2024-01-16T09:32:47.165 INFO:teuthology.packaging:branch: wip-yuri5-testing-2024-01-11-1300-pacific 2024-01-16T09:32:47.165 INFO:teuthology.packaging:sha1: a70aebef70df6ec2d957347ccbfc484e0573dd5f 2024-01-16T09:32:47.165 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&ref=wip-yuri5-testing-2024-01-11-1300-pacific 2024-01-16T09:32:47.320 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-449-ga70aebef-1focal 2024-01-16T09:32:47.321 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-01-16T09:32:47.328 INFO:teuthology.task.internal:no buildpackages task found 2024-01-16T09:32:47.328 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-01-16T09:32:47.372 INFO:teuthology.task.internal:Saving configuration 2024-01-16T09:32:47.390 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-01-16T09:32:47.406 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-16T09:32:47.432 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi038.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517759', '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-01-16 09:26:41.149983', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2024-01-16T09:32:47.458 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi133.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517759', '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-01-16 09:26:41.151739', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2024-01-16T09:32:47.458 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-01-16T09:32:47.465 INFO:teuthology.task.internal:roles: ubuntu@smithi038.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-01-16T09:32:47.465 INFO:teuthology.task.internal:roles: ubuntu@smithi133.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-01-16T09:32:47.465 INFO:teuthology.run_tasks:Running task console_log... 2024-01-16T09:32:47.579 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fc0c29583a0>, signals=[15]) 2024-01-16T09:32:47.580 INFO:teuthology.run_tasks:Running task internal.connect... 2024-01-16T09:32:47.586 INFO:teuthology.task.internal:Opening connections... 2024-01-16T09:32:47.586 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi038.front.sepia.ceph.com 2024-01-16T09:32:47.589 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi038.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T09:32:47.684 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi133.front.sepia.ceph.com 2024-01-16T09:32:47.685 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T09:32:47.788 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-01-16T09:32:47.795 DEBUG:teuthology.orchestra.run.smithi038:> uname -m 2024-01-16T09:32:47.802 INFO:teuthology.orchestra.run.smithi038.stdout:x86_64 2024-01-16T09:32:47.803 DEBUG:teuthology.orchestra.run.smithi038:> cat /etc/os-release 2024-01-16T09:32:47.851 INFO:teuthology.orchestra.run.smithi038.stdout:NAME="Ubuntu" 2024-01-16T09:32:47.851 INFO:teuthology.orchestra.run.smithi038.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2024-01-16T09:32:47.852 INFO:teuthology.orchestra.run.smithi038.stdout:ID=ubuntu 2024-01-16T09:32:47.852 INFO:teuthology.orchestra.run.smithi038.stdout:ID_LIKE=debian 2024-01-16T09:32:47.852 INFO:teuthology.orchestra.run.smithi038.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2024-01-16T09:32:47.852 INFO:teuthology.orchestra.run.smithi038.stdout:VERSION_ID="20.04" 2024-01-16T09:32:47.852 INFO:teuthology.orchestra.run.smithi038.stdout:HOME_URL="https://www.ubuntu.com/" 2024-01-16T09:32:47.852 INFO:teuthology.orchestra.run.smithi038.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-01-16T09:32:47.852 INFO:teuthology.orchestra.run.smithi038.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-01-16T09:32:47.852 INFO:teuthology.orchestra.run.smithi038.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-01-16T09:32:47.852 INFO:teuthology.orchestra.run.smithi038.stdout:VERSION_CODENAME=focal 2024-01-16T09:32:47.852 INFO:teuthology.orchestra.run.smithi038.stdout:UBUNTU_CODENAME=focal 2024-01-16T09:32:47.853 INFO:teuthology.lock.ops:Updating smithi038.front.sepia.ceph.com on lock server 2024-01-16T09:32:47.876 DEBUG:teuthology.orchestra.run.smithi133:> uname -m 2024-01-16T09:32:47.884 INFO:teuthology.orchestra.run.smithi133.stdout:x86_64 2024-01-16T09:32:47.884 DEBUG:teuthology.orchestra.run.smithi133:> cat /etc/os-release 2024-01-16T09:32:47.931 INFO:teuthology.orchestra.run.smithi133.stdout:NAME="Ubuntu" 2024-01-16T09:32:47.932 INFO:teuthology.orchestra.run.smithi133.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2024-01-16T09:32:47.932 INFO:teuthology.orchestra.run.smithi133.stdout:ID=ubuntu 2024-01-16T09:32:47.932 INFO:teuthology.orchestra.run.smithi133.stdout:ID_LIKE=debian 2024-01-16T09:32:47.932 INFO:teuthology.orchestra.run.smithi133.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2024-01-16T09:32:47.932 INFO:teuthology.orchestra.run.smithi133.stdout:VERSION_ID="20.04" 2024-01-16T09:32:47.932 INFO:teuthology.orchestra.run.smithi133.stdout:HOME_URL="https://www.ubuntu.com/" 2024-01-16T09:32:47.932 INFO:teuthology.orchestra.run.smithi133.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-01-16T09:32:47.932 INFO:teuthology.orchestra.run.smithi133.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-01-16T09:32:47.932 INFO:teuthology.orchestra.run.smithi133.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-01-16T09:32:47.932 INFO:teuthology.orchestra.run.smithi133.stdout:VERSION_CODENAME=focal 2024-01-16T09:32:47.933 INFO:teuthology.orchestra.run.smithi133.stdout:UBUNTU_CODENAME=focal 2024-01-16T09:32:47.933 INFO:teuthology.lock.ops:Updating smithi133.front.sepia.ceph.com on lock server 2024-01-16T09:32:47.968 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-01-16T09:32:47.977 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-01-16T09:32:48.006 INFO:teuthology.task.internal:Checking for old test directory... 2024-01-16T09:32:48.007 DEBUG:teuthology.orchestra.run.smithi038:> test '!' -e /home/ubuntu/cephtest 2024-01-16T09:32:48.009 DEBUG:teuthology.orchestra.run.smithi133:> test '!' -e /home/ubuntu/cephtest 2024-01-16T09:32:48.014 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-01-16T09:32:48.039 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-01-16T09:32:48.039 DEBUG:teuthology.orchestra.run.smithi038:> test -z $(ls -A /var/lib/ceph) 2024-01-16T09:32:48.055 DEBUG:teuthology.orchestra.run.smithi133:> test -z $(ls -A /var/lib/ceph) 2024-01-16T09:32:48.065 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-01-16T09:32:48.120 INFO:teuthology.run_tasks:Running task kernel... 2024-01-16T09:32:48.134 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-01-16T09:32:48.134 INFO:teuthology.task.kernel:normalize config orig: {'hwe': True} 2024-01-16T09:32:48.134 DEBUG:teuthology.task.kernel:normalized overrides {'host.a': {'hwe': True}, 'client.0': {'hwe': True}, 'host.b': {'hwe': True}, 'client.1': {'hwe': True}} 2024-01-16T09:32:48.135 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro', 'hwe': True}, 'host.b': {'kdb': True, 'sha1': 'distro', 'hwe': True}}, timeout 300 2024-01-16T09:32:48.135 DEBUG:teuthology.orchestra.run.smithi038:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-16T09:32:48.136 DEBUG:teuthology.orchestra.run.smithi133:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-16T09:32:48.140 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T09:32:48.141 DEBUG:teuthology.orchestra.run.smithi038:> uname -r 2024-01-16T09:32:48.142 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T09:32:48.142 DEBUG:teuthology.orchestra.run.smithi133:> uname -r 2024-01-16T09:32:48.149 INFO:teuthology.orchestra.run.smithi133.stdout:5.4.0-124-generic 2024-01-16T09:32:48.149 INFO:teuthology.task.kernel:Running kernel on smithi133: 5.4.0-124-generic 2024-01-16T09:32:48.149 DEBUG:teuthology.orchestra.run.smithi133:> sudo apt-get clean 2024-01-16T09:32:48.187 INFO:teuthology.orchestra.run.smithi038.stdout:5.4.0-124-generic 2024-01-16T09:32:48.188 INFO:teuthology.task.kernel:Running kernel on smithi038: 5.4.0-124-generic 2024-01-16T09:32:48.188 DEBUG:teuthology.orchestra.run.smithi038:> sudo apt-get clean 2024-01-16T09:32:48.252 DEBUG:teuthology.orchestra.run.smithi133:> sudo apt-get update 2024-01-16T09:32:48.292 DEBUG:teuthology.orchestra.run.smithi038:> sudo apt-get update 2024-01-16T09:32:48.418 INFO:teuthology.orchestra.run.smithi133.stdout:Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2024-01-16T09:32:48.491 INFO:teuthology.orchestra.run.smithi038.stdout:Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2024-01-16T09:32:48.553 INFO:teuthology.orchestra.run.smithi133.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2024-01-16T09:32:48.577 INFO:teuthology.orchestra.run.smithi038.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2024-01-16T09:32:48.635 INFO:teuthology.orchestra.run.smithi133.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2024-01-16T09:32:48.659 INFO:teuthology.orchestra.run.smithi038.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2024-01-16T09:32:48.750 INFO:teuthology.orchestra.run.smithi133.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,647 kB] 2024-01-16T09:32:48.797 INFO:teuthology.orchestra.run.smithi038.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [694 kB] 2024-01-16T09:32:48.915 INFO:teuthology.orchestra.run.smithi133.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [694 kB] 2024-01-16T09:32:48.915 INFO:teuthology.orchestra.run.smithi038.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,647 kB] 2024-01-16T09:32:48.929 INFO:teuthology.orchestra.run.smithi133.stdout:Get:6 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [406 kB] 2024-01-16T09:32:48.935 INFO:teuthology.orchestra.run.smithi133.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2024-01-16T09:32:48.935 INFO:teuthology.orchestra.run.smithi133.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,461 kB] 2024-01-16T09:32:48.977 INFO:teuthology.orchestra.run.smithi133.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [35.1 kB] 2024-01-16T09:32:48.978 INFO:teuthology.orchestra.run.smithi133.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [343 kB] 2024-01-16T09:32:48.983 INFO:teuthology.orchestra.run.smithi133.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2024-01-16T09:32:48.983 INFO:teuthology.orchestra.run.smithi133.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [637 kB] 2024-01-16T09:32:48.989 INFO:teuthology.orchestra.run.smithi133.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2024-01-16T09:32:48.993 INFO:teuthology.orchestra.run.smithi133.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [922 kB] 2024-01-16T09:32:49.011 INFO:teuthology.orchestra.run.smithi133.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [193 kB] 2024-01-16T09:32:49.014 INFO:teuthology.orchestra.run.smithi038.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2024-01-16T09:32:49.015 INFO:teuthology.orchestra.run.smithi133.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2024-01-16T09:32:49.024 INFO:teuthology.orchestra.run.smithi133.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.9 kB] 2024-01-16T09:32:49.024 INFO:teuthology.orchestra.run.smithi133.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2024-01-16T09:32:49.035 INFO:teuthology.orchestra.run.smithi038.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [406 kB] 2024-01-16T09:32:49.048 INFO:teuthology.orchestra.run.smithi038.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2024-01-16T09:32:49.049 INFO:teuthology.orchestra.run.smithi038.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [35.1 kB] 2024-01-16T09:32:49.049 INFO:teuthology.orchestra.run.smithi038.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,461 kB] 2024-01-16T09:32:49.051 INFO:teuthology.orchestra.run.smithi133.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,796 B] 2024-01-16T09:32:49.051 INFO:teuthology.orchestra.run.smithi133.stdout:Get:20 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2024-01-16T09:32:49.098 INFO:teuthology.orchestra.run.smithi038.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [343 kB] 2024-01-16T09:32:49.103 INFO:teuthology.orchestra.run.smithi038.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2024-01-16T09:32:49.103 INFO:teuthology.orchestra.run.smithi038.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [637 kB] 2024-01-16T09:32:49.111 INFO:teuthology.orchestra.run.smithi038.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [922 kB] 2024-01-16T09:32:49.125 INFO:teuthology.orchestra.run.smithi038.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [193 kB] 2024-01-16T09:32:49.128 INFO:teuthology.orchestra.run.smithi038.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2024-01-16T09:32:49.129 INFO:teuthology.orchestra.run.smithi038.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.9 kB] 2024-01-16T09:32:49.129 INFO:teuthology.orchestra.run.smithi038.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2024-01-16T09:32:49.130 INFO:teuthology.orchestra.run.smithi038.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,796 B] 2024-01-16T09:32:49.139 INFO:teuthology.orchestra.run.smithi133.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,028 kB] 2024-01-16T09:32:49.145 INFO:teuthology.orchestra.run.smithi038.stdout:Get:20 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2024-01-16T09:32:49.155 INFO:teuthology.orchestra.run.smithi038.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,028 kB] 2024-01-16T09:32:49.533 INFO:teuthology.orchestra.run.smithi133.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [920 kB] 2024-01-16T09:32:49.550 INFO:teuthology.orchestra.run.smithi038.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [920 kB] 2024-01-16T09:32:49.562 INFO:teuthology.orchestra.run.smithi133.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [489 kB] 2024-01-16T09:32:49.575 INFO:teuthology.orchestra.run.smithi133.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2024-01-16T09:32:49.576 INFO:teuthology.orchestra.run.smithi133.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.4 kB] 2024-01-16T09:32:49.577 INFO:teuthology.orchestra.run.smithi133.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,579 kB] 2024-01-16T09:32:49.578 INFO:teuthology.orchestra.run.smithi038.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [489 kB] 2024-01-16T09:32:49.592 INFO:teuthology.orchestra.run.smithi038.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2024-01-16T09:32:49.592 INFO:teuthology.orchestra.run.smithi038.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,579 kB] 2024-01-16T09:32:49.655 INFO:teuthology.orchestra.run.smithi133.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [360 kB] 2024-01-16T09:32:49.660 INFO:teuthology.orchestra.run.smithi038.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.4 kB] 2024-01-16T09:32:49.660 INFO:teuthology.orchestra.run.smithi133.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2024-01-16T09:32:49.661 INFO:teuthology.orchestra.run.smithi038.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [360 kB] 2024-01-16T09:32:49.669 INFO:teuthology.orchestra.run.smithi038.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2024-01-16T09:32:49.825 INFO:teuthology.orchestra.run.smithi133.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,145 kB] 2024-01-16T09:32:49.833 INFO:teuthology.orchestra.run.smithi038.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,145 kB] 2024-01-16T09:32:50.468 INFO:teuthology.orchestra.run.smithi133.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [764 kB] 2024-01-16T09:32:50.475 INFO:teuthology.orchestra.run.smithi038.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [764 kB] 2024-01-16T09:32:50.506 INFO:teuthology.orchestra.run.smithi133.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [275 kB] 2024-01-16T09:32:50.513 INFO:teuthology.orchestra.run.smithi038.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [275 kB] 2024-01-16T09:32:50.520 INFO:teuthology.orchestra.run.smithi133.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2024-01-16T09:32:50.520 INFO:teuthology.orchestra.run.smithi133.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [26.1 kB] 2024-01-16T09:32:50.522 INFO:teuthology.orchestra.run.smithi133.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2024-01-16T09:32:50.522 INFO:teuthology.orchestra.run.smithi133.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,768 B] 2024-01-16T09:32:50.523 INFO:teuthology.orchestra.run.smithi133.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2024-01-16T09:32:50.523 INFO:teuthology.orchestra.run.smithi133.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2024-01-16T09:32:50.524 INFO:teuthology.orchestra.run.smithi133.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2024-01-16T09:32:50.527 INFO:teuthology.orchestra.run.smithi038.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2024-01-16T09:32:50.528 INFO:teuthology.orchestra.run.smithi038.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2024-01-16T09:32:50.529 INFO:teuthology.orchestra.run.smithi038.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [26.1 kB] 2024-01-16T09:32:50.530 INFO:teuthology.orchestra.run.smithi038.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,768 B] 2024-01-16T09:32:50.530 INFO:teuthology.orchestra.run.smithi038.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2024-01-16T09:32:50.531 INFO:teuthology.orchestra.run.smithi038.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2024-01-16T09:32:50.551 INFO:teuthology.orchestra.run.smithi133.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2024-01-16T09:32:50.557 INFO:teuthology.orchestra.run.smithi038.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2024-01-16T09:32:50.559 INFO:teuthology.orchestra.run.smithi038.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2024-01-16T09:32:50.715 INFO:teuthology.orchestra.run.smithi133.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2024-01-16T09:32:50.723 INFO:teuthology.orchestra.run.smithi038.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2024-01-16T09:32:50.879 INFO:teuthology.orchestra.run.smithi133.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2024-01-16T09:32:50.887 INFO:teuthology.orchestra.run.smithi038.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2024-01-16T09:32:50.930 INFO:teuthology.orchestra.run.smithi133.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2024-01-16T09:32:50.938 INFO:teuthology.orchestra.run.smithi038.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2024-01-16T09:32:52.989 INFO:teuthology.orchestra.run.smithi133.stdout:Fetched 18.5 MB in 3s (6,961 kB/s) 2024-01-16T09:32:53.301 INFO:teuthology.orchestra.run.smithi038.stdout:Fetched 18.5 MB in 3s (6,698 kB/s) 2024-01-16T09:32:54.489 INFO:teuthology.orchestra.run.smithi133.stdout:Reading package lists... 2024-01-16T09:32:54.512 DEBUG:teuthology.orchestra.run.smithi133:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2024-01-16T09:32:54.582 INFO:teuthology.orchestra.run.smithi133.stdout:Reading package lists... 2024-01-16T09:32:54.787 INFO:teuthology.orchestra.run.smithi133.stdout:Building dependency tree... 2024-01-16T09:32:54.788 INFO:teuthology.orchestra.run.smithi133.stdout:Reading state information... 2024-01-16T09:32:54.848 INFO:teuthology.orchestra.run.smithi038.stdout:Reading package lists... 2024-01-16T09:32:54.875 DEBUG:teuthology.orchestra.run.smithi038:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2024-01-16T09:32:54.962 INFO:teuthology.orchestra.run.smithi038.stdout:Reading package lists... 2024-01-16T09:32:54.966 INFO:teuthology.orchestra.run.smithi133.stdout:The following additional packages will be installed: 2024-01-16T09:32:54.966 INFO:teuthology.orchestra.run.smithi133.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2024-01-16T09:32:54.967 INFO:teuthology.orchestra.run.smithi133.stdout: libusbmuxd6 linux-image-5.15.0-91-generic linux-modules-5.15.0-91-generic 2024-01-16T09:32:54.967 INFO:teuthology.orchestra.run.smithi133.stdout: linux-modules-extra-5.15.0-91-generic thermald upower usbmuxd 2024-01-16T09:32:54.968 INFO:teuthology.orchestra.run.smithi133.stdout:Suggested packages: 2024-01-16T09:32:54.968 INFO:teuthology.orchestra.run.smithi133.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2024-01-16T09:32:54.968 INFO:teuthology.orchestra.run.smithi133.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-91-generic 2024-01-16T09:32:55.019 INFO:teuthology.orchestra.run.smithi133.stdout:The following NEW packages will be installed: 2024-01-16T09:32:55.020 INFO:teuthology.orchestra.run.smithi133.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2024-01-16T09:32:55.020 INFO:teuthology.orchestra.run.smithi133.stdout: libusbmuxd6 linux-image-5.15.0-91-generic linux-image-generic-hwe-20.04 2024-01-16T09:32:55.020 INFO:teuthology.orchestra.run.smithi133.stdout: linux-modules-5.15.0-91-generic linux-modules-extra-5.15.0-91-generic 2024-01-16T09:32:55.021 INFO:teuthology.orchestra.run.smithi133.stdout: thermald upower usbmuxd 2024-01-16T09:32:55.081 INFO:teuthology.orchestra.run.smithi133.stdout:0 upgraded, 13 newly installed, 0 to remove and 285 not upgraded. 2024-01-16T09:32:55.081 INFO:teuthology.orchestra.run.smithi133.stdout:Need to get 90.9 MB of archives. 2024-01-16T09:32:55.081 INFO:teuthology.orchestra.run.smithi133.stdout:After this operation, 497 MB of additional disk space will be used. 2024-01-16T09:32:55.081 INFO:teuthology.orchestra.run.smithi133.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2024-01-16T09:32:55.147 INFO:teuthology.orchestra.run.smithi133.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2024-01-16T09:32:55.154 INFO:teuthology.orchestra.run.smithi133.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2024-01-16T09:32:55.158 INFO:teuthology.orchestra.run.smithi133.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2024-01-16T09:32:55.174 INFO:teuthology.orchestra.run.smithi038.stdout:Building dependency tree... 2024-01-16T09:32:55.174 INFO:teuthology.orchestra.run.smithi038.stdout:Reading state information... 2024-01-16T09:32:55.176 INFO:teuthology.orchestra.run.smithi133.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2024-01-16T09:32:55.185 INFO:teuthology.orchestra.run.smithi133.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-91-generic amd64 5.15.0-91.101~20.04.1 [21.0 MB] 2024-01-16T09:32:55.376 INFO:teuthology.orchestra.run.smithi038.stdout:The following additional packages will be installed: 2024-01-16T09:32:55.376 INFO:teuthology.orchestra.run.smithi038.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2024-01-16T09:32:55.376 INFO:teuthology.orchestra.run.smithi038.stdout: libusbmuxd6 linux-image-5.15.0-91-generic linux-modules-5.15.0-91-generic 2024-01-16T09:32:55.376 INFO:teuthology.orchestra.run.smithi038.stdout: linux-modules-extra-5.15.0-91-generic thermald upower usbmuxd 2024-01-16T09:32:55.377 INFO:teuthology.orchestra.run.smithi038.stdout:Suggested packages: 2024-01-16T09:32:55.378 INFO:teuthology.orchestra.run.smithi038.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2024-01-16T09:32:55.378 INFO:teuthology.orchestra.run.smithi038.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-91-generic 2024-01-16T09:32:55.448 INFO:teuthology.orchestra.run.smithi038.stdout:The following NEW packages will be installed: 2024-01-16T09:32:55.448 INFO:teuthology.orchestra.run.smithi038.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2024-01-16T09:32:55.448 INFO:teuthology.orchestra.run.smithi038.stdout: libusbmuxd6 linux-image-5.15.0-91-generic linux-image-generic-hwe-20.04 2024-01-16T09:32:55.449 INFO:teuthology.orchestra.run.smithi038.stdout: linux-modules-5.15.0-91-generic linux-modules-extra-5.15.0-91-generic 2024-01-16T09:32:55.449 INFO:teuthology.orchestra.run.smithi038.stdout: thermald upower usbmuxd 2024-01-16T09:32:55.555 INFO:teuthology.orchestra.run.smithi038.stdout:0 upgraded, 13 newly installed, 0 to remove and 285 not upgraded. 2024-01-16T09:32:55.555 INFO:teuthology.orchestra.run.smithi038.stdout:Need to get 90.9 MB of archives. 2024-01-16T09:32:55.555 INFO:teuthology.orchestra.run.smithi038.stdout:After this operation, 497 MB of additional disk space will be used. 2024-01-16T09:32:55.555 INFO:teuthology.orchestra.run.smithi038.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2024-01-16T09:32:55.640 INFO:teuthology.orchestra.run.smithi133.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-91-generic amd64 5.15.0-91.101~20.04.1 [11.4 MB] 2024-01-16T09:32:55.663 INFO:teuthology.orchestra.run.smithi038.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2024-01-16T09:32:55.679 INFO:teuthology.orchestra.run.smithi038.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2024-01-16T09:32:55.691 INFO:teuthology.orchestra.run.smithi038.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2024-01-16T09:32:55.735 INFO:teuthology.orchestra.run.smithi038.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2024-01-16T09:32:55.759 INFO:teuthology.orchestra.run.smithi038.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-91-generic amd64 5.15.0-91.101~20.04.1 [21.0 MB] 2024-01-16T09:32:55.781 INFO:teuthology.orchestra.run.smithi133.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-91-generic amd64 5.15.0-91.101~20.04.1 [57.9 MB] 2024-01-16T09:32:56.812 INFO:teuthology.orchestra.run.smithi038.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-91-generic amd64 5.15.0-91.101~20.04.1 [11.4 MB] 2024-01-16T09:32:56.966 INFO:teuthology.orchestra.run.smithi038.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-91-generic amd64 5.15.0-91.101~20.04.1 [57.9 MB] 2024-01-16T09:32:57.499 INFO:teuthology.orchestra.run.smithi133.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.91.101~20.04.48 [2,628 B] 2024-01-16T09:32:57.500 INFO:teuthology.orchestra.run.smithi133.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2024-01-16T09:32:57.501 INFO:teuthology.orchestra.run.smithi133.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2024-01-16T09:32:57.506 INFO:teuthology.orchestra.run.smithi133.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2024-01-16T09:32:57.508 INFO:teuthology.orchestra.run.smithi133.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2024-01-16T09:32:58.191 INFO:teuthology.orchestra.run.smithi038.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.91.101~20.04.48 [2,628 B] 2024-01-16T09:32:58.192 INFO:teuthology.orchestra.run.smithi038.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2024-01-16T09:32:58.192 INFO:teuthology.orchestra.run.smithi038.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2024-01-16T09:32:58.198 INFO:teuthology.orchestra.run.smithi038.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2024-01-16T09:32:58.200 INFO:teuthology.orchestra.run.smithi038.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2024-01-16T09:32:58.241 INFO:teuthology.orchestra.run.smithi133.stdout:Fetched 90.9 MB in 2s (36.7 MB/s) 2024-01-16T09:32:58.449 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2024-01-16T09:32:58.920 INFO:teuthology.orchestra.run.smithi038.stdout:Fetched 90.9 MB in 3s (33.1 MB/s) 2024-01-16T09:32:59.150 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2024-01-16T09:33:00.237 INFO:teuthology.orchestra.run.smithi133.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-01-16T09:33:00.242 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2024-01-16T09:33:00.463 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2024-01-16T09:33:00.827 INFO:teuthology.orchestra.run.smithi038.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-01-16T09:33:00.832 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2024-01-16T09:33:00.843 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libplist3:amd64. 2024-01-16T09:33:00.857 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2024-01-16T09:33:00.893 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2024-01-16T09:33:00.998 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2024-01-16T09:33:01.196 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2024-01-16T09:33:01.210 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2024-01-16T09:33:01.287 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2024-01-16T09:33:01.378 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package libplist3:amd64. 2024-01-16T09:33:01.390 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2024-01-16T09:33:01.443 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2024-01-16T09:33:01.657 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2024-01-16T09:33:01.670 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2024-01-16T09:33:01.732 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2024-01-16T09:33:01.796 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2024-01-16T09:33:01.810 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2024-01-16T09:33:01.853 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2024-01-16T09:33:02.135 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libupower-glib3:amd64. 2024-01-16T09:33:02.149 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2024-01-16T09:33:02.173 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2024-01-16T09:33:02.184 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2024-01-16T09:33:02.189 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2024-01-16T09:33:02.223 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2024-01-16T09:33:02.479 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package linux-modules-5.15.0-91-generic. 2024-01-16T09:33:02.492 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../05-linux-modules-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2024-01-16T09:33:02.520 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking linux-modules-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-16T09:33:02.576 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package libupower-glib3:amd64. 2024-01-16T09:33:02.591 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2024-01-16T09:33:02.634 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2024-01-16T09:33:02.971 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package linux-modules-5.15.0-91-generic. 2024-01-16T09:33:02.987 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../05-linux-modules-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2024-01-16T09:33:03.029 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking linux-modules-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-16T09:33:04.946 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package linux-image-5.15.0-91-generic. 2024-01-16T09:33:04.962 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../06-linux-image-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2024-01-16T09:33:05.059 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-16T09:33:05.591 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-91-generic. 2024-01-16T09:33:05.604 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2024-01-16T09:33:05.641 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking linux-modules-extra-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-16T09:33:05.906 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package linux-image-5.15.0-91-generic. 2024-01-16T09:33:05.919 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../06-linux-image-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2024-01-16T09:33:06.031 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-16T09:33:06.559 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-91-generic. 2024-01-16T09:33:06.574 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2024-01-16T09:33:06.609 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking linux-modules-extra-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-16T09:33:12.983 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2024-01-16T09:33:12.998 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.91.101~20.04.48_amd64.deb ... 2024-01-16T09:33:13.032 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.91.101~20.04.48) ... 2024-01-16T09:33:13.411 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libevdev2:amd64. 2024-01-16T09:33:13.427 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2024-01-16T09:33:13.469 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2024-01-16T09:33:13.480 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2024-01-16T09:33:13.498 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.91.101~20.04.48_amd64.deb ... 2024-01-16T09:33:13.538 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.91.101~20.04.48) ... 2024-01-16T09:33:13.863 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package thermald. 2024-01-16T09:33:13.865 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package libevdev2:amd64. 2024-01-16T09:33:13.880 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2024-01-16T09:33:13.882 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2024-01-16T09:33:13.921 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2024-01-16T09:33:13.944 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2024-01-16T09:33:14.344 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package thermald. 2024-01-16T09:33:14.359 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2024-01-16T09:33:14.402 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2024-01-16T09:33:14.510 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package upower. 2024-01-16T09:33:14.526 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2024-01-16T09:33:14.585 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking upower (0.99.11-1build2) ... 2024-01-16T09:33:15.047 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package usbmuxd. 2024-01-16T09:33:15.052 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package upower. 2024-01-16T09:33:15.063 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2024-01-16T09:33:15.069 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2024-01-16T09:33:15.114 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2024-01-16T09:33:15.159 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking upower (0.99.11-1build2) ... 2024-01-16T09:33:15.428 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2024-01-16T09:33:15.569 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package usbmuxd. 2024-01-16T09:33:15.585 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2024-01-16T09:33:15.586 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2024-01-16T09:33:15.627 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2024-01-16T09:33:15.736 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2024-01-16T09:33:15.862 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2024-01-16T09:33:15.936 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2024-01-16T09:33:16.005 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2024-01-16T09:33:16.090 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2024-01-16T09:33:16.156 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2024-01-16T09:33:16.216 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2024-01-16T09:33:16.282 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up upower (0.99.11-1build2) ... 2024-01-16T09:33:16.342 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2024-01-16T09:33:16.494 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2024-01-16T09:33:16.620 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2024-01-16T09:33:16.767 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up upower (0.99.11-1build2) ... 2024-01-16T09:33:16.860 INFO:teuthology.orchestra.run.smithi133.stdout:upower.service is a disabled or a static unit, not starting it. 2024-01-16T09:33:16.928 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2024-01-16T09:33:17.154 INFO:teuthology.orchestra.run.smithi133.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2024-01-16T09:33:17.174 INFO:teuthology.orchestra.run.smithi133.stdout:Adding system user `usbmux' (UID 114) ... 2024-01-16T09:33:17.175 INFO:teuthology.orchestra.run.smithi133.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2024-01-16T09:33:17.331 INFO:teuthology.orchestra.run.smithi038.stdout:upower.service is a disabled or a static unit, not starting it. 2024-01-16T09:33:17.383 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2024-01-16T09:33:17.588 INFO:teuthology.orchestra.run.smithi038.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2024-01-16T09:33:17.616 INFO:teuthology.orchestra.run.smithi038.stdout:Adding system user `usbmux' (UID 114) ... 2024-01-16T09:33:17.617 INFO:teuthology.orchestra.run.smithi038.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2024-01-16T09:33:17.905 INFO:teuthology.orchestra.run.smithi133.stdout:Not creating home directory `/var/lib/usbmux'. 2024-01-16T09:33:18.117 INFO:teuthology.orchestra.run.smithi038.stdout:Not creating home directory `/var/lib/usbmux'. 2024-01-16T09:33:18.125 INFO:teuthology.orchestra.run.smithi133.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2024-01-16T09:33:18.174 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2024-01-16T09:33:18.339 INFO:teuthology.orchestra.run.smithi038.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2024-01-16T09:33:18.497 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2024-01-16T09:33:18.498 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2024-01-16T09:33:18.538 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2024-01-16T09:33:18.852 INFO:teuthology.orchestra.run.smithi038.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2024-01-16T09:33:18.852 INFO:teuthology.orchestra.run.smithi038.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2024-01-16T09:33:18.938 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-16T09:33:19.302 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-16T09:33:20.312 INFO:teuthology.orchestra.run.smithi133.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-91-generic 2024-01-16T09:33:20.312 INFO:teuthology.orchestra.run.smithi133.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-91-generic 2024-01-16T09:33:20.498 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up linux-modules-extra-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-16T09:33:20.964 INFO:teuthology.orchestra.run.smithi038.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-91-generic 2024-01-16T09:33:20.964 INFO:teuthology.orchestra.run.smithi038.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-91-generic 2024-01-16T09:33:21.562 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up linux-modules-extra-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-16T09:33:21.882 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.91.101~20.04.48) ... 2024-01-16T09:33:22.025 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up linux-modules-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-16T09:33:22.979 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.91.101~20.04.48) ... 2024-01-16T09:33:23.105 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up linux-modules-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-16T09:33:24.069 INFO:teuthology.orchestra.run.smithi133.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2024-01-16T09:33:24.407 INFO:teuthology.orchestra.run.smithi133.stdout:Processing triggers for man-db (2.9.1-1) ... 2024-01-16T09:33:24.523 INFO:teuthology.orchestra.run.smithi038.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2024-01-16T09:33:24.821 INFO:teuthology.orchestra.run.smithi038.stdout:Processing triggers for man-db (2.9.1-1) ... 2024-01-16T09:33:25.185 INFO:teuthology.orchestra.run.smithi133.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2024-01-16T09:33:25.294 INFO:teuthology.orchestra.run.smithi133.stdout:Processing triggers for linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-16T09:33:25.407 INFO:teuthology.orchestra.run.smithi133.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-01-16T09:33:25.407 INFO:teuthology.orchestra.run.smithi133.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-91-generic 2024-01-16T09:33:25.598 INFO:teuthology.orchestra.run.smithi038.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2024-01-16T09:33:25.741 INFO:teuthology.orchestra.run.smithi038.stdout:Processing triggers for linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-16T09:33:25.825 INFO:teuthology.orchestra.run.smithi038.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-01-16T09:33:25.825 INFO:teuthology.orchestra.run.smithi038.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-91-generic 2024-01-16T09:33:51.002 INFO:teuthology.orchestra.run.smithi133.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-01-16T09:33:51.002 INFO:teuthology.orchestra.run.smithi133.stdout:Sourcing file `/etc/default/grub' 2024-01-16T09:33:51.011 INFO:teuthology.orchestra.run.smithi133.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-01-16T09:33:51.046 INFO:teuthology.orchestra.run.smithi133.stdout:Generating grub configuration file ... 2024-01-16T09:33:51.450 INFO:teuthology.orchestra.run.smithi133.stdout:Found linux image: /boot/vmlinuz-5.15.0-91-generic 2024-01-16T09:33:51.474 INFO:teuthology.orchestra.run.smithi133.stdout:Found initrd image: /boot/initrd.img-5.15.0-91-generic 2024-01-16T09:33:51.859 INFO:teuthology.orchestra.run.smithi038.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-01-16T09:33:51.859 INFO:teuthology.orchestra.run.smithi038.stdout:Sourcing file `/etc/default/grub' 2024-01-16T09:33:51.878 INFO:teuthology.orchestra.run.smithi038.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-01-16T09:33:51.897 INFO:teuthology.orchestra.run.smithi038.stdout:Generating grub configuration file ... 2024-01-16T09:33:51.954 INFO:teuthology.orchestra.run.smithi133.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-01-16T09:33:51.966 INFO:teuthology.orchestra.run.smithi133.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-01-16T09:33:52.252 INFO:teuthology.orchestra.run.smithi038.stdout:Found linux image: /boot/vmlinuz-5.15.0-91-generic 2024-01-16T09:33:52.274 INFO:teuthology.orchestra.run.smithi038.stdout:Found initrd image: /boot/initrd.img-5.15.0-91-generic 2024-01-16T09:33:52.720 INFO:teuthology.orchestra.run.smithi038.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-01-16T09:33:52.732 INFO:teuthology.orchestra.run.smithi038.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-01-16T09:33:54.606 INFO:teuthology.orchestra.run.smithi133.stdout:done 2024-01-16T09:33:55.067 DEBUG:teuthology.orchestra.run.smithi133:> dpkg -s linux-image-generic-hwe-20.04 2024-01-16T09:33:55.121 INFO:teuthology.orchestra.run.smithi133.stdout:Package: linux-image-generic-hwe-20.04 2024-01-16T09:33:55.122 INFO:teuthology.orchestra.run.smithi133.stdout:Status: install ok installed 2024-01-16T09:33:55.122 INFO:teuthology.orchestra.run.smithi133.stdout:Priority: optional 2024-01-16T09:33:55.122 INFO:teuthology.orchestra.run.smithi133.stdout:Section: kernel 2024-01-16T09:33:55.122 INFO:teuthology.orchestra.run.smithi133.stdout:Installed-Size: 20 2024-01-16T09:33:55.122 INFO:teuthology.orchestra.run.smithi133.stdout:Maintainer: Ubuntu Kernel Team 2024-01-16T09:33:55.122 INFO:teuthology.orchestra.run.smithi133.stdout:Architecture: amd64 2024-01-16T09:33:55.122 INFO:teuthology.orchestra.run.smithi133.stdout:Source: linux-meta-hwe-5.15 2024-01-16T09:33:55.122 INFO:teuthology.orchestra.run.smithi133.stdout:Version: 5.15.0.91.101~20.04.48 2024-01-16T09:33:55.122 INFO:teuthology.orchestra.run.smithi133.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-91), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2024-01-16T09:33:55.122 INFO:teuthology.orchestra.run.smithi133.stdout:Depends: linux-image-5.15.0-91-generic, linux-modules-extra-5.15.0-91-generic, linux-firmware, intel-microcode, amd64-microcode 2024-01-16T09:33:55.122 INFO:teuthology.orchestra.run.smithi133.stdout:Recommends: thermald 2024-01-16T09:33:55.122 INFO:teuthology.orchestra.run.smithi133.stdout:Description: Generic Linux kernel image 2024-01-16T09:33:55.122 INFO:teuthology.orchestra.run.smithi133.stdout: This package will always depend on the latest generic kernel image 2024-01-16T09:33:55.123 INFO:teuthology.orchestra.run.smithi133.stdout: available. 2024-01-16T09:33:55.123 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-91-generic 2024-01-16T09:33:55.123 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-16T09:33:55.123 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-16T09:33:55.123 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-01-16T09:33:55.123 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi133.front.sepia.ceph.com, path=None, version=distro) 2024-01-16T09:33:55.123 DEBUG:teuthology.orchestra.run.smithi133:> sudo apt-get clean 2024-01-16T09:33:55.222 DEBUG:teuthology.orchestra.run.smithi133:> sudo apt-get update 2024-01-16T09:33:55.359 INFO:teuthology.orchestra.run.smithi133.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-01-16T09:33:55.360 INFO:teuthology.orchestra.run.smithi133.stdout:Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2024-01-16T09:33:55.367 INFO:teuthology.orchestra.run.smithi133.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2024-01-16T09:33:55.387 INFO:teuthology.orchestra.run.smithi133.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2024-01-16T09:33:55.411 INFO:teuthology.orchestra.run.smithi038.stdout:done 2024-01-16T09:33:55.922 DEBUG:teuthology.orchestra.run.smithi038:> dpkg -s linux-image-generic-hwe-20.04 2024-01-16T09:33:55.969 INFO:teuthology.orchestra.run.smithi038.stdout:Package: linux-image-generic-hwe-20.04 2024-01-16T09:33:55.969 INFO:teuthology.orchestra.run.smithi038.stdout:Status: install ok installed 2024-01-16T09:33:55.969 INFO:teuthology.orchestra.run.smithi038.stdout:Priority: optional 2024-01-16T09:33:55.969 INFO:teuthology.orchestra.run.smithi038.stdout:Section: kernel 2024-01-16T09:33:55.970 INFO:teuthology.orchestra.run.smithi038.stdout:Installed-Size: 20 2024-01-16T09:33:55.970 INFO:teuthology.orchestra.run.smithi038.stdout:Maintainer: Ubuntu Kernel Team 2024-01-16T09:33:55.970 INFO:teuthology.orchestra.run.smithi038.stdout:Architecture: amd64 2024-01-16T09:33:55.970 INFO:teuthology.orchestra.run.smithi038.stdout:Source: linux-meta-hwe-5.15 2024-01-16T09:33:55.970 INFO:teuthology.orchestra.run.smithi038.stdout:Version: 5.15.0.91.101~20.04.48 2024-01-16T09:33:55.970 INFO:teuthology.orchestra.run.smithi038.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-91), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2024-01-16T09:33:55.970 INFO:teuthology.orchestra.run.smithi038.stdout:Depends: linux-image-5.15.0-91-generic, linux-modules-extra-5.15.0-91-generic, linux-firmware, intel-microcode, amd64-microcode 2024-01-16T09:33:55.970 INFO:teuthology.orchestra.run.smithi038.stdout:Recommends: thermald 2024-01-16T09:33:55.970 INFO:teuthology.orchestra.run.smithi038.stdout:Description: Generic Linux kernel image 2024-01-16T09:33:55.970 INFO:teuthology.orchestra.run.smithi038.stdout: This package will always depend on the latest generic kernel image 2024-01-16T09:33:55.970 INFO:teuthology.orchestra.run.smithi038.stdout: available. 2024-01-16T09:33:55.971 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-91-generic 2024-01-16T09:33:55.971 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-16T09:33:55.971 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-16T09:33:55.972 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-01-16T09:33:55.972 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi038.front.sepia.ceph.com, path=None, version=distro) 2024-01-16T09:33:55.972 DEBUG:teuthology.orchestra.run.smithi038:> sudo apt-get clean 2024-01-16T09:33:56.099 DEBUG:teuthology.orchestra.run.smithi038:> sudo apt-get update 2024-01-16T09:33:56.236 INFO:teuthology.orchestra.run.smithi038.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-01-16T09:33:56.236 INFO:teuthology.orchestra.run.smithi038.stdout:Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2024-01-16T09:33:56.244 INFO:teuthology.orchestra.run.smithi038.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2024-01-16T09:33:56.269 INFO:teuthology.orchestra.run.smithi038.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2024-01-16T09:33:57.175 INFO:teuthology.orchestra.run.smithi133.stdout:Reading package lists... 2024-01-16T09:33:57.200 DEBUG:teuthology.orchestra.run.smithi133:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2024-01-16T09:33:57.266 INFO:teuthology.orchestra.run.smithi133.stdout:Reading package lists... 2024-01-16T09:33:57.481 INFO:teuthology.orchestra.run.smithi133.stdout:Building dependency tree... 2024-01-16T09:33:57.481 INFO:teuthology.orchestra.run.smithi133.stdout:Reading state information... 2024-01-16T09:33:57.699 INFO:teuthology.orchestra.run.smithi133.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.91.101~20.04.48). 2024-01-16T09:33:57.699 INFO:teuthology.orchestra.run.smithi133.stdout:0 upgraded, 0 newly installed, 0 to remove and 285 not upgraded. 2024-01-16T09:33:57.701 DEBUG:teuthology.orchestra.run.smithi133:> dpkg -s linux-image-generic-hwe-20.04 2024-01-16T09:33:57.724 INFO:teuthology.orchestra.run.smithi133.stdout:Package: linux-image-generic-hwe-20.04 2024-01-16T09:33:57.724 INFO:teuthology.orchestra.run.smithi133.stdout:Status: install ok installed 2024-01-16T09:33:57.724 INFO:teuthology.orchestra.run.smithi133.stdout:Priority: optional 2024-01-16T09:33:57.725 INFO:teuthology.orchestra.run.smithi133.stdout:Section: kernel 2024-01-16T09:33:57.725 INFO:teuthology.orchestra.run.smithi133.stdout:Installed-Size: 20 2024-01-16T09:33:57.725 INFO:teuthology.orchestra.run.smithi133.stdout:Maintainer: Ubuntu Kernel Team 2024-01-16T09:33:57.725 INFO:teuthology.orchestra.run.smithi133.stdout:Architecture: amd64 2024-01-16T09:33:57.725 INFO:teuthology.orchestra.run.smithi133.stdout:Source: linux-meta-hwe-5.15 2024-01-16T09:33:57.725 INFO:teuthology.orchestra.run.smithi133.stdout:Version: 5.15.0.91.101~20.04.48 2024-01-16T09:33:57.725 INFO:teuthology.orchestra.run.smithi133.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-91), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2024-01-16T09:33:57.725 INFO:teuthology.orchestra.run.smithi133.stdout:Depends: linux-image-5.15.0-91-generic, linux-modules-extra-5.15.0-91-generic, linux-firmware, intel-microcode, amd64-microcode 2024-01-16T09:33:57.726 INFO:teuthology.orchestra.run.smithi133.stdout:Recommends: thermald 2024-01-16T09:33:57.726 INFO:teuthology.orchestra.run.smithi133.stdout:Description: Generic Linux kernel image 2024-01-16T09:33:57.726 INFO:teuthology.orchestra.run.smithi133.stdout: This package will always depend on the latest generic kernel image 2024-01-16T09:33:57.726 INFO:teuthology.orchestra.run.smithi133.stdout: available. 2024-01-16T09:33:57.726 DEBUG:teuthology.orchestra.run.smithi133:> mktemp 2024-01-16T09:33:57.771 INFO:teuthology.orchestra.run.smithi133.stdout:/tmp/tmp.TjgUldvcQl 2024-01-16T09:33:57.772 DEBUG:teuthology.orchestra.run.smithi133:> sudo cp /boot/grub/grub.cfg /tmp/tmp.TjgUldvcQl 2024-01-16T09:33:57.792 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod 0666 /tmp/tmp.TjgUldvcQl 2024-01-16T09:33:57.826 DEBUG:teuthology.orchestra.remote:smithi133:/tmp/tmp.TjgUldvcQl is 9KB 2024-01-16T09:33:57.841 DEBUG:teuthology.orchestra.run.smithi133:> rm -fr /tmp/tmp.TjgUldvcQl 2024-01-16T09:33:57.847 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-01-16T09:33:57.904 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-01-16T09:33:57.904 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-01-16T09:33:57.905 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-01-16T09:33:57.942 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-91-generic 2024-01-16T09:33:57.942 DEBUG:teuthology.orchestra.run.smithi133:> sudo update-grub 2024-01-16T09:33:58.069 INFO:teuthology.orchestra.run.smithi038.stdout:Reading package lists... 2024-01-16T09:33:58.095 DEBUG:teuthology.orchestra.run.smithi038:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2024-01-16T09:33:58.168 INFO:teuthology.orchestra.run.smithi038.stdout:Reading package lists... 2024-01-16T09:33:58.377 INFO:teuthology.orchestra.run.smithi038.stdout:Building dependency tree... 2024-01-16T09:33:58.378 INFO:teuthology.orchestra.run.smithi038.stdout:Reading state information... 2024-01-16T09:33:58.600 INFO:teuthology.orchestra.run.smithi038.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.91.101~20.04.48). 2024-01-16T09:33:58.600 INFO:teuthology.orchestra.run.smithi038.stdout:0 upgraded, 0 newly installed, 0 to remove and 285 not upgraded. 2024-01-16T09:33:58.602 DEBUG:teuthology.orchestra.run.smithi038:> dpkg -s linux-image-generic-hwe-20.04 2024-01-16T09:33:58.622 INFO:teuthology.orchestra.run.smithi038.stdout:Package: linux-image-generic-hwe-20.04 2024-01-16T09:33:58.622 INFO:teuthology.orchestra.run.smithi038.stdout:Status: install ok installed 2024-01-16T09:33:58.623 INFO:teuthology.orchestra.run.smithi038.stdout:Priority: optional 2024-01-16T09:33:58.623 INFO:teuthology.orchestra.run.smithi038.stdout:Section: kernel 2024-01-16T09:33:58.623 INFO:teuthology.orchestra.run.smithi038.stdout:Installed-Size: 20 2024-01-16T09:33:58.623 INFO:teuthology.orchestra.run.smithi038.stdout:Maintainer: Ubuntu Kernel Team 2024-01-16T09:33:58.623 INFO:teuthology.orchestra.run.smithi038.stdout:Architecture: amd64 2024-01-16T09:33:58.623 INFO:teuthology.orchestra.run.smithi038.stdout:Source: linux-meta-hwe-5.15 2024-01-16T09:33:58.623 INFO:teuthology.orchestra.run.smithi038.stdout:Version: 5.15.0.91.101~20.04.48 2024-01-16T09:33:58.623 INFO:teuthology.orchestra.run.smithi038.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-91), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2024-01-16T09:33:58.623 INFO:teuthology.orchestra.run.smithi038.stdout:Depends: linux-image-5.15.0-91-generic, linux-modules-extra-5.15.0-91-generic, linux-firmware, intel-microcode, amd64-microcode 2024-01-16T09:33:58.623 INFO:teuthology.orchestra.run.smithi038.stdout:Recommends: thermald 2024-01-16T09:33:58.623 INFO:teuthology.orchestra.run.smithi038.stdout:Description: Generic Linux kernel image 2024-01-16T09:33:58.623 INFO:teuthology.orchestra.run.smithi038.stdout: This package will always depend on the latest generic kernel image 2024-01-16T09:33:58.623 INFO:teuthology.orchestra.run.smithi038.stdout: available. 2024-01-16T09:33:58.624 DEBUG:teuthology.orchestra.run.smithi038:> mktemp 2024-01-16T09:33:58.630 INFO:teuthology.orchestra.run.smithi038.stdout:/tmp/tmp.DOJOseTsks 2024-01-16T09:33:58.630 DEBUG:teuthology.orchestra.run.smithi038:> sudo cp /boot/grub/grub.cfg /tmp/tmp.DOJOseTsks 2024-01-16T09:33:58.643 DEBUG:teuthology.orchestra.run.smithi038:> sudo chmod 0666 /tmp/tmp.DOJOseTsks 2024-01-16T09:33:58.676 DEBUG:teuthology.orchestra.remote:smithi038:/tmp/tmp.DOJOseTsks is 9KB 2024-01-16T09:33:58.690 DEBUG:teuthology.orchestra.run.smithi038:> rm -fr /tmp/tmp.DOJOseTsks 2024-01-16T09:33:58.696 DEBUG:teuthology.orchestra.run.smithi038:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-01-16T09:33:58.751 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2024-01-16T09:33:58.752 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-01-16T09:33:58.752 DEBUG:teuthology.orchestra.run.smithi038:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-01-16T09:33:58.780 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-91-generic 2024-01-16T09:33:58.781 DEBUG:teuthology.orchestra.run.smithi038:> sudo update-grub 2024-01-16T09:33:59.336 INFO:teuthology.orchestra.run.smithi133.stderr:Sourcing file `/etc/default/grub' 2024-01-16T09:33:59.343 INFO:teuthology.orchestra.run.smithi133.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-01-16T09:33:59.352 INFO:teuthology.orchestra.run.smithi133.stderr:Generating grub configuration file ... 2024-01-16T09:33:59.672 INFO:teuthology.orchestra.run.smithi133.stderr:Found linux image: /boot/vmlinuz-5.15.0-91-generic 2024-01-16T09:33:59.683 INFO:teuthology.orchestra.run.smithi133.stderr:Found initrd image: /boot/initrd.img-5.15.0-91-generic 2024-01-16T09:34:00.098 INFO:teuthology.orchestra.run.smithi133.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-01-16T09:34:00.109 INFO:teuthology.orchestra.run.smithi133.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-01-16T09:34:00.282 INFO:teuthology.orchestra.run.smithi038.stderr:Sourcing file `/etc/default/grub' 2024-01-16T09:34:00.295 INFO:teuthology.orchestra.run.smithi038.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-01-16T09:34:00.311 INFO:teuthology.orchestra.run.smithi038.stderr:Generating grub configuration file ... 2024-01-16T09:34:00.577 INFO:teuthology.orchestra.run.smithi038.stderr:Found linux image: /boot/vmlinuz-5.15.0-91-generic 2024-01-16T09:34:00.589 INFO:teuthology.orchestra.run.smithi038.stderr:Found initrd image: /boot/initrd.img-5.15.0-91-generic 2024-01-16T09:34:01.019 INFO:teuthology.orchestra.run.smithi038.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-01-16T09:34:01.031 INFO:teuthology.orchestra.run.smithi038.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-01-16T09:34:01.702 INFO:teuthology.orchestra.run.smithi133.stderr:done 2024-01-16T09:34:01.704 DEBUG:teuthology.orchestra.run.smithi133:> sudo shutdown -r now 2024-01-16T09:34:02.738 INFO:teuthology.orchestra.run.smithi038.stderr:done 2024-01-16T09:34:02.740 DEBUG:teuthology.orchestra.run.smithi038:> sudo shutdown -r now 2024-01-16T09:34:31.729 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-01-16T09:34:31.730 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-01-16T09:34:31.731 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T09:34:32.744 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-01-16T09:34:32.744 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi038.front.sepia.ceph.com' 2024-01-16T09:34:32.745 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi038.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T09:35:31.792 DEBUG:teuthology.orchestra.remote:timed out 2024-01-16T09:35:32.748 DEBUG:teuthology.orchestra.remote:timed out 2024-01-16T09:35:40.802 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-01-16T09:35:40.804 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T09:35:41.200 DEBUG:teuthology.orchestra.run.smithi133:> true 2024-01-16T09:35:41.749 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi038.front.sepia.ceph.com' 2024-01-16T09:35:41.750 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi038.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T09:35:42.197 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-01-16T09:35:42.197 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-91-generic"... 2024-01-16T09:35:42.197 DEBUG:teuthology.orchestra.run.smithi133:> uname -r 2024-01-16T09:35:42.244 INFO:teuthology.orchestra.run.smithi133.stdout:5.15.0-91-generic 2024-01-16T09:35:42.244 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-91-generic vs 5.15.0-91-generic 2024-01-16T09:35:42.244 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-16T09:35:42.244 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-01-16T09:35:43.245 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-01-16T09:35:43.245 DEBUG:teuthology.orchestra.run.smithi133:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-16T09:35:43.398 INFO:teuthology.orchestra.run.smithi133.stdout:ttyS1 2024-01-16T09:35:43.425 DEBUG:teuthology.parallel:result is None 2024-01-16T09:35:44.796 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.38 2024-01-16T09:35:56.797 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi038.front.sepia.ceph.com' 2024-01-16T09:35:56.798 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi038.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T09:35:57.034 DEBUG:teuthology.orchestra.run.smithi038:> true 2024-01-16T09:35:57.604 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi038.front.sepia.ceph.com' 2024-01-16T09:35:57.604 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-91-generic"... 2024-01-16T09:35:57.605 DEBUG:teuthology.orchestra.run.smithi038:> uname -r 2024-01-16T09:35:57.655 INFO:teuthology.orchestra.run.smithi038.stdout:5.15.0-91-generic 2024-01-16T09:35:57.656 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-91-generic vs 5.15.0-91-generic 2024-01-16T09:35:57.656 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-16T09:35:57.656 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-01-16T09:35:58.657 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-01-16T09:35:58.657 DEBUG:teuthology.orchestra.run.smithi038:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-16T09:35:58.744 INFO:teuthology.orchestra.run.smithi038.stdout:ttyS1 2024-01-16T09:35:58.779 DEBUG:teuthology.parallel:result is None 2024-01-16T09:35:58.779 INFO:teuthology.run_tasks:Running task internal.base... 2024-01-16T09:35:58.788 INFO:teuthology.task.internal:Creating test directory... 2024-01-16T09:35:58.788 DEBUG:teuthology.orchestra.run.smithi038:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-16T09:35:58.790 DEBUG:teuthology.orchestra.run.smithi133:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-16T09:35:58.798 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-01-16T09:35:58.831 INFO:teuthology.run_tasks:Running task internal.archive... 2024-01-16T09:35:58.865 INFO:teuthology.task.internal:Creating archive directory... 2024-01-16T09:35:58.866 DEBUG:teuthology.orchestra.run.smithi038:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-16T09:35:58.868 DEBUG:teuthology.orchestra.run.smithi133:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-16T09:35:58.887 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-01-16T09:35:58.899 INFO:teuthology.task.internal:Enabling coredump saving... 2024-01-16T09:35:58.899 DEBUG:teuthology.orchestra.run.smithi038:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-01-16T09:35:58.926 DEBUG:teuthology.orchestra.run.smithi133:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-01-16T09:35:58.945 INFO:teuthology.orchestra.run.smithi038.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-16T09:35:58.951 INFO:teuthology.orchestra.run.smithi038.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-16T09:35:58.951 INFO:teuthology.orchestra.run.smithi133.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-16T09:35:58.960 INFO:teuthology.orchestra.run.smithi133.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-16T09:35:58.962 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-01-16T09:35:58.969 INFO:teuthology.task.internal:Configuring sudo... 2024-01-16T09:35:58.969 DEBUG:teuthology.orchestra.run.smithi038:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-16T09:35:58.998 DEBUG:teuthology.orchestra.run.smithi133:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-16T09:35:59.022 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-01-16T09:35:59.031 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-01-16T09:35:59.031 DEBUG:teuthology.orchestra.run.smithi038:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-16T09:35:59.058 DEBUG:teuthology.orchestra.run.smithi133:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-16T09:35:59.072 DEBUG:teuthology.orchestra.run.smithi038:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-16T09:35:59.110 DEBUG:teuthology.orchestra.run.smithi038:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-16T09:35:59.159 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2024-01-16T09:35:59.159 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-16T09:35:59.222 DEBUG:teuthology.orchestra.run.smithi133:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-16T09:35:59.230 DEBUG:teuthology.orchestra.run.smithi133:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-16T09:35:59.281 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-01-16T09:35:59.281 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-16T09:35:59.344 DEBUG:teuthology.orchestra.run.smithi038:> sudo service rsyslog restart 2024-01-16T09:35:59.347 DEBUG:teuthology.orchestra.run.smithi133:> sudo service rsyslog restart 2024-01-16T09:35:59.431 INFO:teuthology.run_tasks:Running task internal.timer... 2024-01-16T09:35:59.439 INFO:teuthology.task.internal:Starting timer... 2024-01-16T09:35:59.439 INFO:teuthology.run_tasks:Running task pcp... 2024-01-16T09:35:59.486 INFO:teuthology.run_tasks:Running task selinux... 2024-01-16T09:35:59.520 DEBUG:teuthology.task.selinux:Excluding smithi038: OS 'ubuntu' does not support SELinux 2024-01-16T09:35:59.520 DEBUG:teuthology.task.selinux:Excluding smithi133: OS 'ubuntu' does not support SELinux 2024-01-16T09:35:59.520 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-01-16T09:35:59.521 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-01-16T09:35:59.521 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-01-16T09:35:59.521 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-01-16T09:35:59.552 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-01-16T09:35:59.570 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-01-16T09:35:59.571 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi038.front.sepia.ceph.com,smithi133.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-01-16T09:41:24.544 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi038.front.sepia.ceph.com'), Remote(name='ubuntu@smithi133.front.sepia.ceph.com')] 2024-01-16T09:41:24.545 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi038.front.sepia.ceph.com' 2024-01-16T09:41:24.546 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi038.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T09:41:24.644 DEBUG:teuthology.orchestra.run.smithi038:> true 2024-01-16T09:41:24.770 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi038.front.sepia.ceph.com' 2024-01-16T09:41:24.771 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-01-16T09:41:24.772 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T09:41:24.866 DEBUG:teuthology.orchestra.run.smithi133:> true 2024-01-16T09:41:24.994 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-01-16T09:41:24.994 INFO:teuthology.run_tasks:Running task clock... 2024-01-16T09:41:25.004 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-01-16T09:41:25.005 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-16T09:41:25.005 DEBUG:teuthology.orchestra.run.smithi038:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-16T09:41:25.008 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-16T09:41:25.008 DEBUG:teuthology.orchestra.run.smithi133:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-16T09:41:25.039 INFO:teuthology.orchestra.run.smithi038.stdout:16 Jan 09:41:25 ntpd[12455]: ntpd 4.2.8p12@1.3728-o (1): Starting 2024-01-16T09:41:25.040 INFO:teuthology.orchestra.run.smithi038.stdout:16 Jan 09:41:25 ntpd[12455]: Command line: ntpd -gq 2024-01-16T09:41:25.041 INFO:teuthology.orchestra.run.smithi038.stdout:16 Jan 09:41:25 ntpd[12455]: proto: precision = 0.123 usec (-23) 2024-01-16T09:41:25.041 INFO:teuthology.orchestra.run.smithi038.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-01-16T09:41:25.041 INFO:teuthology.orchestra.run.smithi038.stdout:16 Jan 09:41:25 ntpd[12455]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-01-16T09:41:25.042 INFO:teuthology.orchestra.run.smithi038.stderr:restrict ::: KOD does nothing without LIMITED. 2024-01-16T09:41:25.043 INFO:teuthology.orchestra.run.smithi038.stdout:16 Jan 09:41:25 ntpd[12455]: restrict ::: KOD does nothing without LIMITED. 2024-01-16T09:41:25.043 INFO:teuthology.orchestra.run.smithi038.stdout:16 Jan 09:41:25 ntpd[12455]: Listen and drop on 0 v6wildcard [::]:123 2024-01-16T09:41:25.043 INFO:teuthology.orchestra.run.smithi038.stdout:16 Jan 09:41:25 ntpd[12455]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-01-16T09:41:25.043 INFO:teuthology.orchestra.run.smithi038.stdout:16 Jan 09:41:25 ntpd[12455]: Listen normally on 2 lo 127.0.0.1:123 2024-01-16T09:41:25.043 INFO:teuthology.orchestra.run.smithi038.stdout:16 Jan 09:41:25 ntpd[12455]: Listen normally on 3 ens1f0 172.21.15.38:123 2024-01-16T09:41:25.043 INFO:teuthology.orchestra.run.smithi038.stdout:16 Jan 09:41:25 ntpd[12455]: Listen normally on 4 lo [::1]:123 2024-01-16T09:41:25.043 INFO:teuthology.orchestra.run.smithi038.stdout:16 Jan 09:41:25 ntpd[12455]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:15fc%4]:123 2024-01-16T09:41:25.043 INFO:teuthology.orchestra.run.smithi038.stdout:16 Jan 09:41:25 ntpd[12455]: Listening on routing socket on fd #22 for interface updates 2024-01-16T09:41:25.069 INFO:teuthology.orchestra.run.smithi133.stdout:16 Jan 09:41:25 ntpd[12537]: ntpd 4.2.8p12@1.3728-o (1): Starting 2024-01-16T09:41:25.069 INFO:teuthology.orchestra.run.smithi133.stdout:16 Jan 09:41:25 ntpd[12537]: Command line: ntpd -gq 2024-01-16T09:41:25.069 INFO:teuthology.orchestra.run.smithi133.stdout:16 Jan 09:41:25 ntpd[12537]: proto: precision = 0.064 usec (-24) 2024-01-16T09:41:25.070 INFO:teuthology.orchestra.run.smithi133.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-01-16T09:41:25.070 INFO:teuthology.orchestra.run.smithi133.stdout:16 Jan 09:41:25 ntpd[12537]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-01-16T09:41:25.070 INFO:teuthology.orchestra.run.smithi133.stderr:restrict ::: KOD does nothing without LIMITED. 2024-01-16T09:41:25.071 INFO:teuthology.orchestra.run.smithi133.stdout:16 Jan 09:41:25 ntpd[12537]: restrict ::: KOD does nothing without LIMITED. 2024-01-16T09:41:25.071 INFO:teuthology.orchestra.run.smithi133.stdout:16 Jan 09:41:25 ntpd[12537]: Listen and drop on 0 v6wildcard [::]:123 2024-01-16T09:41:25.071 INFO:teuthology.orchestra.run.smithi133.stdout:16 Jan 09:41:25 ntpd[12537]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-01-16T09:41:25.071 INFO:teuthology.orchestra.run.smithi133.stdout:16 Jan 09:41:25 ntpd[12537]: Listen normally on 2 lo 127.0.0.1:123 2024-01-16T09:41:25.071 INFO:teuthology.orchestra.run.smithi133.stdout:16 Jan 09:41:25 ntpd[12537]: Listen normally on 3 enp3s0f1 172.21.15.133:123 2024-01-16T09:41:25.072 INFO:teuthology.orchestra.run.smithi133.stdout:16 Jan 09:41:25 ntpd[12537]: Listen normally on 4 lo [::1]:123 2024-01-16T09:41:25.072 INFO:teuthology.orchestra.run.smithi133.stdout:16 Jan 09:41:25 ntpd[12537]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:8087%5]:123 2024-01-16T09:41:25.072 INFO:teuthology.orchestra.run.smithi133.stdout:16 Jan 09:41:25 ntpd[12537]: Listening on routing socket on fd #22 for interface updates 2024-01-16T09:41:26.041 INFO:teuthology.orchestra.run.smithi038.stderr:16 Jan 09:41:26 ntpd[12455]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-16T09:41:26.041 INFO:teuthology.orchestra.run.smithi038.stderr:16 Jan 09:41:26 ntpd[12455]: can't open /var/log/ntpstats/rawstats.20240116: Permission denied 2024-01-16T09:41:26.041 INFO:teuthology.orchestra.run.smithi038.stderr:16 Jan 09:41:26 ntpd[12455]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-16T09:41:26.041 INFO:teuthology.orchestra.run.smithi038.stderr:16 Jan 09:41:26 ntpd[12455]: can't open /var/log/ntpstats/rawstats.20240116: Permission denied 2024-01-16T09:41:26.042 INFO:teuthology.orchestra.run.smithi038.stderr:16 Jan 09:41:26 ntpd[12455]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-16T09:41:26.042 INFO:teuthology.orchestra.run.smithi038.stderr:16 Jan 09:41:26 ntpd[12455]: can't open /var/log/ntpstats/rawstats.20240116: Permission denied 2024-01-16T09:41:26.042 INFO:teuthology.orchestra.run.smithi038.stderr:16 Jan 09:41:26 ntpd[12455]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-16T09:41:26.042 INFO:teuthology.orchestra.run.smithi038.stderr:16 Jan 09:41:26 ntpd[12455]: can't open /var/log/ntpstats/peerstats.20240116: Permission denied 2024-01-16T09:41:26.042 INFO:teuthology.orchestra.run.smithi038.stderr:16 Jan 09:41:26 ntpd[12455]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-16T09:41:26.042 INFO:teuthology.orchestra.run.smithi038.stderr:16 Jan 09:41:26 ntpd[12455]: can't open /var/log/ntpstats/rawstats.20240116: Permission denied 2024-01-16T09:41:26.042 INFO:teuthology.orchestra.run.smithi038.stderr:16 Jan 09:41:26 ntpd[12455]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-16T09:41:26.042 INFO:teuthology.orchestra.run.smithi038.stderr:16 Jan 09:41:26 ntpd[12455]: can't open /var/log/ntpstats/peerstats.20240116: Permission denied 2024-01-16T09:41:26.069 INFO:teuthology.orchestra.run.smithi133.stderr:16 Jan 09:41:26 ntpd[12537]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-16T09:41:26.069 INFO:teuthology.orchestra.run.smithi133.stderr:16 Jan 09:41:26 ntpd[12537]: can't open /var/log/ntpstats/rawstats.20240116: Permission denied 2024-01-16T09:41:28.041 INFO:teuthology.orchestra.run.smithi038.stderr:16 Jan 09:41:28 ntpd[12455]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-16T09:41:28.041 INFO:teuthology.orchestra.run.smithi038.stderr:16 Jan 09:41:28 ntpd[12455]: can't open /var/log/ntpstats/rawstats.20240116: Permission denied 2024-01-16T09:41:28.042 INFO:teuthology.orchestra.run.smithi038.stderr:16 Jan 09:41:28 ntpd[12455]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-16T09:41:28.042 INFO:teuthology.orchestra.run.smithi038.stderr:16 Jan 09:41:28 ntpd[12455]: can't open /var/log/ntpstats/rawstats.20240116: Permission denied 2024-01-16T09:41:28.042 INFO:teuthology.orchestra.run.smithi038.stderr:16 Jan 09:41:28 ntpd[12455]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-16T09:41:28.042 INFO:teuthology.orchestra.run.smithi038.stderr:16 Jan 09:41:28 ntpd[12455]: can't open /var/log/ntpstats/rawstats.20240116: Permission denied 2024-01-16T09:41:28.042 INFO:teuthology.orchestra.run.smithi038.stderr:16 Jan 09:41:28 ntpd[12455]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-16T09:41:28.042 INFO:teuthology.orchestra.run.smithi038.stderr:16 Jan 09:41:28 ntpd[12455]: can't open /var/log/ntpstats/rawstats.20240116: Permission denied 2024-01-16T09:41:28.042 INFO:teuthology.orchestra.run.smithi038.stderr:16 Jan 09:41:28 ntpd[12455]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-16T09:41:28.042 INFO:teuthology.orchestra.run.smithi038.stderr:16 Jan 09:41:28 ntpd[12455]: can't open /var/log/ntpstats/peerstats.20240116: Permission denied 2024-01-16T09:41:28.042 INFO:teuthology.orchestra.run.smithi038.stderr:16 Jan 09:41:28 ntpd[12455]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-16T09:41:28.042 INFO:teuthology.orchestra.run.smithi038.stderr:16 Jan 09:41:28 ntpd[12455]: can't open /var/log/ntpstats/rawstats.20240116: Permission denied 2024-01-16T09:41:28.042 INFO:teuthology.orchestra.run.smithi038.stderr:16 Jan 09:41:28 ntpd[12455]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-16T09:41:28.042 INFO:teuthology.orchestra.run.smithi038.stderr:16 Jan 09:41:28 ntpd[12455]: can't open /var/log/ntpstats/peerstats.20240116: Permission denied 2024-01-16T09:41:28.069 INFO:teuthology.orchestra.run.smithi133.stderr:16 Jan 09:41:28 ntpd[12537]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-16T09:41:28.070 INFO:teuthology.orchestra.run.smithi133.stderr:16 Jan 09:41:28 ntpd[12537]: can't open /var/log/ntpstats/rawstats.20240116: Permission denied 2024-01-16T09:41:28.070 INFO:teuthology.orchestra.run.smithi133.stderr:16 Jan 09:41:28 ntpd[12537]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-16T09:41:28.070 INFO:teuthology.orchestra.run.smithi133.stderr:16 Jan 09:41:28 ntpd[12537]: can't open /var/log/ntpstats/rawstats.20240116: Permission denied 2024-01-16T09:41:28.070 INFO:teuthology.orchestra.run.smithi133.stderr:16 Jan 09:41:28 ntpd[12537]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-16T09:41:28.070 INFO:teuthology.orchestra.run.smithi133.stderr:16 Jan 09:41:28 ntpd[12537]: can't open /var/log/ntpstats/peerstats.20240116: Permission denied 2024-01-16T09:41:29.041 INFO:teuthology.orchestra.run.smithi038.stderr:16 Jan 09:41:29 ntpd[12455]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-16T09:41:29.041 INFO:teuthology.orchestra.run.smithi038.stderr:16 Jan 09:41:29 ntpd[12455]: can't open /var/log/ntpstats/rawstats.20240116: Permission denied 2024-01-16T09:41:29.041 INFO:teuthology.orchestra.run.smithi038.stderr:16 Jan 09:41:29 ntpd[12455]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-16T09:41:29.041 INFO:teuthology.orchestra.run.smithi038.stderr:16 Jan 09:41:29 ntpd[12455]: can't open /var/log/ntpstats/rawstats.20240116: Permission denied 2024-01-16T09:41:29.041 INFO:teuthology.orchestra.run.smithi038.stderr:16 Jan 09:41:29 ntpd[12455]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-16T09:41:29.041 INFO:teuthology.orchestra.run.smithi038.stderr:16 Jan 09:41:29 ntpd[12455]: can't open /var/log/ntpstats/peerstats.20240116: Permission denied 2024-01-16T09:41:29.069 INFO:teuthology.orchestra.run.smithi133.stderr:16 Jan 09:41:29 ntpd[12537]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-16T09:41:29.069 INFO:teuthology.orchestra.run.smithi133.stderr:16 Jan 09:41:29 ntpd[12537]: can't open /var/log/ntpstats/rawstats.20240116: Permission denied 2024-01-16T09:41:29.070 INFO:teuthology.orchestra.run.smithi133.stderr:16 Jan 09:41:29 ntpd[12537]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-16T09:41:29.070 INFO:teuthology.orchestra.run.smithi133.stderr:16 Jan 09:41:29 ntpd[12537]: can't open /var/log/ntpstats/rawstats.20240116: Permission denied 2024-01-16T09:41:29.070 INFO:teuthology.orchestra.run.smithi133.stderr:16 Jan 09:41:29 ntpd[12537]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-16T09:41:29.070 INFO:teuthology.orchestra.run.smithi133.stderr:16 Jan 09:41:29 ntpd[12537]: can't open /var/log/ntpstats/peerstats.20240116: Permission denied 2024-01-16T09:41:30.041 INFO:teuthology.orchestra.run.smithi038.stderr:16 Jan 09:41:30 ntpd[12455]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-16T09:41:30.041 INFO:teuthology.orchestra.run.smithi038.stderr:16 Jan 09:41:30 ntpd[12455]: can't open /var/log/ntpstats/rawstats.20240116: Permission denied 2024-01-16T09:41:30.041 INFO:teuthology.orchestra.run.smithi038.stderr:16 Jan 09:41:30 ntpd[12455]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-16T09:41:30.041 INFO:teuthology.orchestra.run.smithi038.stderr:16 Jan 09:41:30 ntpd[12455]: can't open /var/log/ntpstats/rawstats.20240116: Permission denied 2024-01-16T09:41:30.041 INFO:teuthology.orchestra.run.smithi038.stderr:16 Jan 09:41:30 ntpd[12455]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-16T09:41:30.042 INFO:teuthology.orchestra.run.smithi038.stderr:16 Jan 09:41:30 ntpd[12455]: can't open /var/log/ntpstats/rawstats.20240116: Permission denied 2024-01-16T09:41:30.042 INFO:teuthology.orchestra.run.smithi038.stderr:16 Jan 09:41:30 ntpd[12455]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-16T09:41:30.042 INFO:teuthology.orchestra.run.smithi038.stderr:16 Jan 09:41:30 ntpd[12455]: can't open /var/log/ntpstats/peerstats.20240116: Permission denied 2024-01-16T09:41:30.042 INFO:teuthology.orchestra.run.smithi038.stderr:16 Jan 09:41:30 ntpd[12455]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-16T09:41:30.042 INFO:teuthology.orchestra.run.smithi038.stderr:16 Jan 09:41:30 ntpd[12455]: can't open /var/log/ntpstats/rawstats.20240116: Permission denied 2024-01-16T09:41:30.042 INFO:teuthology.orchestra.run.smithi038.stderr:16 Jan 09:41:30 ntpd[12455]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-16T09:41:30.042 INFO:teuthology.orchestra.run.smithi038.stderr:16 Jan 09:41:30 ntpd[12455]: can't open /var/log/ntpstats/peerstats.20240116: Permission denied 2024-01-16T09:41:30.070 INFO:teuthology.orchestra.run.smithi133.stderr:16 Jan 09:41:30 ntpd[12537]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-16T09:41:30.070 INFO:teuthology.orchestra.run.smithi133.stderr:16 Jan 09:41:30 ntpd[12537]: can't open /var/log/ntpstats/rawstats.20240116: Permission denied 2024-01-16T09:41:30.071 INFO:teuthology.orchestra.run.smithi133.stderr:16 Jan 09:41:30 ntpd[12537]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-16T09:41:30.071 INFO:teuthology.orchestra.run.smithi133.stderr:16 Jan 09:41:30 ntpd[12537]: can't open /var/log/ntpstats/rawstats.20240116: Permission denied 2024-01-16T09:41:30.071 INFO:teuthology.orchestra.run.smithi133.stderr:16 Jan 09:41:30 ntpd[12537]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-16T09:41:30.071 INFO:teuthology.orchestra.run.smithi133.stderr:16 Jan 09:41:30 ntpd[12537]: can't open /var/log/ntpstats/rawstats.20240116: Permission denied 2024-01-16T09:41:30.071 INFO:teuthology.orchestra.run.smithi133.stderr:16 Jan 09:41:30 ntpd[12537]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-16T09:41:30.071 INFO:teuthology.orchestra.run.smithi133.stderr:16 Jan 09:41:30 ntpd[12537]: can't open /var/log/ntpstats/peerstats.20240116: Permission denied 2024-01-16T09:41:30.071 INFO:teuthology.orchestra.run.smithi133.stderr:16 Jan 09:41:30 ntpd[12537]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-16T09:41:30.071 INFO:teuthology.orchestra.run.smithi133.stderr:16 Jan 09:41:30 ntpd[12537]: can't open /var/log/ntpstats/rawstats.20240116: Permission denied 2024-01-16T09:41:30.071 INFO:teuthology.orchestra.run.smithi133.stderr:16 Jan 09:41:30 ntpd[12537]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-16T09:41:30.071 INFO:teuthology.orchestra.run.smithi133.stderr:16 Jan 09:41:30 ntpd[12537]: can't open /var/log/ntpstats/peerstats.20240116: Permission denied 2024-01-16T09:41:31.041 INFO:teuthology.orchestra.run.smithi038.stderr:16 Jan 09:41:31 ntpd[12455]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-16T09:41:31.041 INFO:teuthology.orchestra.run.smithi038.stderr:16 Jan 09:41:31 ntpd[12455]: can't open /var/log/ntpstats/rawstats.20240116: Permission denied 2024-01-16T09:41:31.041 INFO:teuthology.orchestra.run.smithi038.stderr:16 Jan 09:41:31 ntpd[12455]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-16T09:41:31.041 INFO:teuthology.orchestra.run.smithi038.stderr:16 Jan 09:41:31 ntpd[12455]: can't open /var/log/ntpstats/rawstats.20240116: Permission denied 2024-01-16T09:41:31.041 INFO:teuthology.orchestra.run.smithi038.stderr:16 Jan 09:41:31 ntpd[12455]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-16T09:41:31.041 INFO:teuthology.orchestra.run.smithi038.stderr:16 Jan 09:41:31 ntpd[12455]: can't open /var/log/ntpstats/peerstats.20240116: Permission denied 2024-01-16T09:41:31.070 INFO:teuthology.orchestra.run.smithi133.stderr:16 Jan 09:41:31 ntpd[12537]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-16T09:41:31.070 INFO:teuthology.orchestra.run.smithi133.stderr:16 Jan 09:41:31 ntpd[12537]: can't open /var/log/ntpstats/rawstats.20240116: Permission denied 2024-01-16T09:41:31.070 INFO:teuthology.orchestra.run.smithi133.stderr:16 Jan 09:41:31 ntpd[12537]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-16T09:41:31.070 INFO:teuthology.orchestra.run.smithi133.stderr:16 Jan 09:41:31 ntpd[12537]: can't open /var/log/ntpstats/rawstats.20240116: Permission denied 2024-01-16T09:41:31.070 INFO:teuthology.orchestra.run.smithi133.stderr:16 Jan 09:41:31 ntpd[12537]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-16T09:41:31.070 INFO:teuthology.orchestra.run.smithi133.stderr:16 Jan 09:41:31 ntpd[12537]: can't open /var/log/ntpstats/peerstats.20240116: Permission denied 2024-01-16T09:41:32.041 INFO:teuthology.orchestra.run.smithi038.stderr:16 Jan 09:41:32 ntpd[12455]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-16T09:41:32.041 INFO:teuthology.orchestra.run.smithi038.stderr:16 Jan 09:41:32 ntpd[12455]: can't open /var/log/ntpstats/rawstats.20240116: Permission denied 2024-01-16T09:41:32.041 INFO:teuthology.orchestra.run.smithi038.stderr:16 Jan 09:41:32 ntpd[12455]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-16T09:41:32.041 INFO:teuthology.orchestra.run.smithi038.stderr:16 Jan 09:41:32 ntpd[12455]: can't open /var/log/ntpstats/rawstats.20240116: Permission denied 2024-01-16T09:41:32.041 INFO:teuthology.orchestra.run.smithi038.stderr:16 Jan 09:41:32 ntpd[12455]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-16T09:41:32.041 INFO:teuthology.orchestra.run.smithi038.stderr:16 Jan 09:41:32 ntpd[12455]: can't open /var/log/ntpstats/rawstats.20240116: Permission denied 2024-01-16T09:41:32.041 INFO:teuthology.orchestra.run.smithi038.stderr:16 Jan 09:41:32 ntpd[12455]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-16T09:41:32.041 INFO:teuthology.orchestra.run.smithi038.stderr:16 Jan 09:41:32 ntpd[12455]: can't open /var/log/ntpstats/peerstats.20240116: Permission denied 2024-01-16T09:41:32.042 INFO:teuthology.orchestra.run.smithi038.stdout:16 Jan 09:41:32 ntpd[12455]: ntpd: time slew -0.003507 s 2024-01-16T09:41:32.042 INFO:teuthology.orchestra.run.smithi038.stdout:ntpd: time slew -0.003507s 2024-01-16T09:41:32.042 INFO:teuthology.orchestra.run.smithi038.stderr:16 Jan 09:41:32 ntpd[12455]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-01-16T09:41:32.042 INFO:teuthology.orchestra.run.smithi038.stderr:16 Jan 09:41:32 ntpd[12455]: can't open /var/log/ntpstats/loopstats.20240116: Permission denied 2024-01-16T09:41:32.070 INFO:teuthology.orchestra.run.smithi133.stderr:16 Jan 09:41:32 ntpd[12537]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-16T09:41:32.070 INFO:teuthology.orchestra.run.smithi133.stderr:16 Jan 09:41:32 ntpd[12537]: can't open /var/log/ntpstats/rawstats.20240116: Permission denied 2024-01-16T09:41:32.070 INFO:teuthology.orchestra.run.smithi133.stderr:16 Jan 09:41:32 ntpd[12537]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-16T09:41:32.071 INFO:teuthology.orchestra.run.smithi133.stderr:16 Jan 09:41:32 ntpd[12537]: can't open /var/log/ntpstats/rawstats.20240116: Permission denied 2024-01-16T09:41:32.071 INFO:teuthology.orchestra.run.smithi133.stderr:16 Jan 09:41:32 ntpd[12537]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-16T09:41:32.071 INFO:teuthology.orchestra.run.smithi133.stderr:16 Jan 09:41:32 ntpd[12537]: can't open /var/log/ntpstats/rawstats.20240116: Permission denied 2024-01-16T09:41:32.071 INFO:teuthology.orchestra.run.smithi133.stderr:16 Jan 09:41:32 ntpd[12537]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-16T09:41:32.071 INFO:teuthology.orchestra.run.smithi133.stderr:16 Jan 09:41:32 ntpd[12537]: can't open /var/log/ntpstats/peerstats.20240116: Permission denied 2024-01-16T09:41:32.071 INFO:teuthology.orchestra.run.smithi133.stderr:16 Jan 09:41:32 ntpd[12537]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-16T09:41:32.071 INFO:teuthology.orchestra.run.smithi133.stderr:16 Jan 09:41:32 ntpd[12537]: can't open /var/log/ntpstats/rawstats.20240116: Permission denied 2024-01-16T09:41:32.071 INFO:teuthology.orchestra.run.smithi133.stderr:16 Jan 09:41:32 ntpd[12537]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-16T09:41:32.071 INFO:teuthology.orchestra.run.smithi133.stderr:16 Jan 09:41:32 ntpd[12537]: can't open /var/log/ntpstats/peerstats.20240116: Permission denied 2024-01-16T09:41:32.092 INFO:teuthology.orchestra.run.smithi038.stdout: remote refid st t when poll reach delay offset jitter 2024-01-16T09:41:32.093 INFO:teuthology.orchestra.run.smithi038.stdout:============================================================================== 2024-01-16T09:41:32.093 INFO:teuthology.orchestra.run.smithi038.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-16T09:41:32.093 INFO:teuthology.orchestra.run.smithi038.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-16T09:41:32.093 INFO:teuthology.orchestra.run.smithi038.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-16T09:41:32.093 INFO:teuthology.orchestra.run.smithi038.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-16T09:41:33.072 INFO:teuthology.orchestra.run.smithi133.stderr:16 Jan 09:41:33 ntpd[12537]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-16T09:41:33.072 INFO:teuthology.orchestra.run.smithi133.stderr:16 Jan 09:41:33 ntpd[12537]: can't open /var/log/ntpstats/rawstats.20240116: Permission denied 2024-01-16T09:41:33.072 INFO:teuthology.orchestra.run.smithi133.stderr:16 Jan 09:41:33 ntpd[12537]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-16T09:41:33.072 INFO:teuthology.orchestra.run.smithi133.stderr:16 Jan 09:41:33 ntpd[12537]: can't open /var/log/ntpstats/rawstats.20240116: Permission denied 2024-01-16T09:41:33.072 INFO:teuthology.orchestra.run.smithi133.stderr:16 Jan 09:41:33 ntpd[12537]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-16T09:41:33.072 INFO:teuthology.orchestra.run.smithi133.stderr:16 Jan 09:41:33 ntpd[12537]: can't open /var/log/ntpstats/peerstats.20240116: Permission denied 2024-01-16T09:41:34.070 INFO:teuthology.orchestra.run.smithi133.stderr:16 Jan 09:41:34 ntpd[12537]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-16T09:41:34.070 INFO:teuthology.orchestra.run.smithi133.stderr:16 Jan 09:41:34 ntpd[12537]: can't open /var/log/ntpstats/rawstats.20240116: Permission denied 2024-01-16T09:41:34.070 INFO:teuthology.orchestra.run.smithi133.stderr:16 Jan 09:41:34 ntpd[12537]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-16T09:41:34.070 INFO:teuthology.orchestra.run.smithi133.stderr:16 Jan 09:41:34 ntpd[12537]: can't open /var/log/ntpstats/rawstats.20240116: Permission denied 2024-01-16T09:41:34.070 INFO:teuthology.orchestra.run.smithi133.stderr:16 Jan 09:41:34 ntpd[12537]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-16T09:41:34.071 INFO:teuthology.orchestra.run.smithi133.stderr:16 Jan 09:41:34 ntpd[12537]: can't open /var/log/ntpstats/rawstats.20240116: Permission denied 2024-01-16T09:41:34.071 INFO:teuthology.orchestra.run.smithi133.stderr:16 Jan 09:41:34 ntpd[12537]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-16T09:41:34.071 INFO:teuthology.orchestra.run.smithi133.stderr:16 Jan 09:41:34 ntpd[12537]: can't open /var/log/ntpstats/peerstats.20240116: Permission denied 2024-01-16T09:41:34.071 INFO:teuthology.orchestra.run.smithi133.stderr:16 Jan 09:41:34 ntpd[12537]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-16T09:41:34.071 INFO:teuthology.orchestra.run.smithi133.stderr:16 Jan 09:41:34 ntpd[12537]: can't open /var/log/ntpstats/rawstats.20240116: Permission denied 2024-01-16T09:41:34.071 INFO:teuthology.orchestra.run.smithi133.stderr:16 Jan 09:41:34 ntpd[12537]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-16T09:41:34.071 INFO:teuthology.orchestra.run.smithi133.stderr:16 Jan 09:41:34 ntpd[12537]: can't open /var/log/ntpstats/peerstats.20240116: Permission denied 2024-01-16T09:41:34.071 INFO:teuthology.orchestra.run.smithi133.stdout:16 Jan 09:41:34 ntpd[12537]: ntpd: time slew +0.000407 s 2024-01-16T09:41:34.071 INFO:teuthology.orchestra.run.smithi133.stdout:ntpd: time slew +0.000407s 2024-01-16T09:41:34.072 INFO:teuthology.orchestra.run.smithi133.stderr:16 Jan 09:41:34 ntpd[12537]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-01-16T09:41:34.072 INFO:teuthology.orchestra.run.smithi133.stderr:16 Jan 09:41:34 ntpd[12537]: can't open /var/log/ntpstats/loopstats.20240116: Permission denied 2024-01-16T09:41:34.134 INFO:teuthology.orchestra.run.smithi133.stdout: remote refid st t when poll reach delay offset jitter 2024-01-16T09:41:34.134 INFO:teuthology.orchestra.run.smithi133.stdout:============================================================================== 2024-01-16T09:41:34.134 INFO:teuthology.orchestra.run.smithi133.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-16T09:41:34.134 INFO:teuthology.orchestra.run.smithi133.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-16T09:41:34.134 INFO:teuthology.orchestra.run.smithi133.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-16T09:41:34.134 INFO:teuthology.orchestra.run.smithi133.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-16T09:41:34.135 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-01-16T09:41:34.146 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-01-16T09:41:34.146 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2024-01-16T09:41:34.146 DEBUG:teuthology.orchestra.run.smithi038:> dd if=/scratch_devs of=/dev/stdout 2024-01-16T09:41:34.154 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-01-16T09:41:34.155 DEBUG:teuthology.orchestra.run.smithi038:> stat /dev/vg_nvme/lv_1 2024-01-16T09:41:34.203 INFO:teuthology.orchestra.run.smithi038.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-16T09:41:34.203 INFO:teuthology.orchestra.run.smithi038.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-16T09:41:34.203 INFO:teuthology.orchestra.run.smithi038.stdout:Device: 5h/5d Inode: 494 Links: 1 2024-01-16T09:41:34.204 INFO:teuthology.orchestra.run.smithi038.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-16T09:41:34.204 INFO:teuthology.orchestra.run.smithi038.stdout:Access: 2024-01-16 09:39:56.708216555 +0000 2024-01-16T09:41:34.204 INFO:teuthology.orchestra.run.smithi038.stdout:Modify: 2024-01-16 09:39:56.436222828 +0000 2024-01-16T09:41:34.204 INFO:teuthology.orchestra.run.smithi038.stdout:Change: 2024-01-16 09:39:56.436222828 +0000 2024-01-16T09:41:34.204 INFO:teuthology.orchestra.run.smithi038.stdout: Birth: - 2024-01-16T09:41:34.204 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-16T09:41:34.259 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records in 2024-01-16T09:41:34.259 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records out 2024-01-16T09:41:34.259 INFO:teuthology.orchestra.run.smithi038.stderr:512 bytes copied, 0.000496588 s, 1.0 MB/s 2024-01-16T09:41:34.260 DEBUG:teuthology.orchestra.run.smithi038:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-16T09:41:34.313 DEBUG:teuthology.orchestra.run.smithi038:> stat /dev/vg_nvme/lv_2 2024-01-16T09:41:34.363 INFO:teuthology.orchestra.run.smithi038.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-16T09:41:34.363 INFO:teuthology.orchestra.run.smithi038.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-16T09:41:34.363 INFO:teuthology.orchestra.run.smithi038.stdout:Device: 5h/5d Inode: 499 Links: 1 2024-01-16T09:41:34.363 INFO:teuthology.orchestra.run.smithi038.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-16T09:41:34.364 INFO:teuthology.orchestra.run.smithi038.stdout:Access: 2024-01-16 09:39:56.936211297 +0000 2024-01-16T09:41:34.364 INFO:teuthology.orchestra.run.smithi038.stdout:Modify: 2024-01-16 09:39:56.932211389 +0000 2024-01-16T09:41:34.364 INFO:teuthology.orchestra.run.smithi038.stdout:Change: 2024-01-16 09:39:56.932211389 +0000 2024-01-16T09:41:34.364 INFO:teuthology.orchestra.run.smithi038.stdout: Birth: - 2024-01-16T09:41:34.364 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-16T09:41:34.419 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records in 2024-01-16T09:41:34.419 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records out 2024-01-16T09:41:34.419 INFO:teuthology.orchestra.run.smithi038.stderr:512 bytes copied, 0.000473759 s, 1.1 MB/s 2024-01-16T09:41:34.420 DEBUG:teuthology.orchestra.run.smithi038:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-16T09:41:34.473 DEBUG:teuthology.orchestra.run.smithi038:> stat /dev/vg_nvme/lv_3 2024-01-16T09:41:34.523 INFO:teuthology.orchestra.run.smithi038.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-16T09:41:34.523 INFO:teuthology.orchestra.run.smithi038.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-16T09:41:34.524 INFO:teuthology.orchestra.run.smithi038.stdout:Device: 5h/5d Inode: 507 Links: 1 2024-01-16T09:41:34.524 INFO:teuthology.orchestra.run.smithi038.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-16T09:41:34.524 INFO:teuthology.orchestra.run.smithi038.stdout:Access: 2024-01-16 09:39:57.404200504 +0000 2024-01-16T09:41:34.524 INFO:teuthology.orchestra.run.smithi038.stdout:Modify: 2024-01-16 09:39:57.400200596 +0000 2024-01-16T09:41:34.524 INFO:teuthology.orchestra.run.smithi038.stdout:Change: 2024-01-16 09:39:57.400200596 +0000 2024-01-16T09:41:34.524 INFO:teuthology.orchestra.run.smithi038.stdout: Birth: - 2024-01-16T09:41:34.524 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-16T09:41:34.577 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records in 2024-01-16T09:41:34.577 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records out 2024-01-16T09:41:34.577 INFO:teuthology.orchestra.run.smithi038.stderr:512 bytes copied, 0.000431438 s, 1.2 MB/s 2024-01-16T09:41:34.578 DEBUG:teuthology.orchestra.run.smithi038:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-16T09:41:34.629 DEBUG:teuthology.orchestra.run.smithi038:> stat /dev/vg_nvme/lv_4 2024-01-16T09:41:34.679 INFO:teuthology.orchestra.run.smithi038.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-16T09:41:34.679 INFO:teuthology.orchestra.run.smithi038.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-16T09:41:34.680 INFO:teuthology.orchestra.run.smithi038.stdout:Device: 5h/5d Inode: 512 Links: 1 2024-01-16T09:41:34.680 INFO:teuthology.orchestra.run.smithi038.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-16T09:41:34.680 INFO:teuthology.orchestra.run.smithi038.stdout:Access: 2024-01-16 09:39:58.144183439 +0000 2024-01-16T09:41:34.680 INFO:teuthology.orchestra.run.smithi038.stdout:Modify: 2024-01-16 09:39:57.896189158 +0000 2024-01-16T09:41:34.680 INFO:teuthology.orchestra.run.smithi038.stdout:Change: 2024-01-16 09:39:57.896189158 +0000 2024-01-16T09:41:34.680 INFO:teuthology.orchestra.run.smithi038.stdout: Birth: - 2024-01-16T09:41:34.680 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-16T09:41:34.735 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records in 2024-01-16T09:41:34.735 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records out 2024-01-16T09:41:34.735 INFO:teuthology.orchestra.run.smithi038.stderr:512 bytes copied, 0.000466616 s, 1.1 MB/s 2024-01-16T09:41:34.736 DEBUG:teuthology.orchestra.run.smithi038:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-16T09:41:34.789 DEBUG:teuthology.orchestra.run.smithi038:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-01-16T09:41:34.916 INFO:teuthology.orchestra.run.smithi038.stdout:loop 2024-01-16T09:41:34.918 INFO:tasks.nvme_loop:Connecting nvme_loop smithi038:/dev/vg_nvme/lv_1... 2024-01-16T09:41:34.918 DEBUG:teuthology.orchestra.run.smithi038:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-01-16T09:41:34.937 INFO:teuthology.orchestra.run.smithi038.stdout:1 2024-01-16T09:41:34.962 INFO:teuthology.orchestra.run.smithi038.stdout:/dev/vg_nvme/lv_11 2024-01-16T09:41:34.984 INFO:tasks.nvme_loop:Connecting nvme_loop smithi038:/dev/vg_nvme/lv_2... 2024-01-16T09:41:34.984 DEBUG:teuthology.orchestra.run.smithi038:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-01-16T09:41:35.050 INFO:teuthology.orchestra.run.smithi038.stdout:1 2024-01-16T09:41:35.080 INFO:teuthology.orchestra.run.smithi038.stdout:/dev/vg_nvme/lv_21 2024-01-16T09:41:35.103 INFO:tasks.nvme_loop:Connecting nvme_loop smithi038:/dev/vg_nvme/lv_3... 2024-01-16T09:41:35.103 DEBUG:teuthology.orchestra.run.smithi038:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-01-16T09:41:35.167 INFO:teuthology.orchestra.run.smithi038.stdout:1 2024-01-16T09:41:35.191 INFO:teuthology.orchestra.run.smithi038.stdout:/dev/vg_nvme/lv_31 2024-01-16T09:41:35.216 INFO:tasks.nvme_loop:Connecting nvme_loop smithi038:/dev/vg_nvme/lv_4... 2024-01-16T09:41:35.216 DEBUG:teuthology.orchestra.run.smithi038:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-01-16T09:41:35.278 INFO:teuthology.orchestra.run.smithi038.stdout:1 2024-01-16T09:41:35.305 INFO:teuthology.orchestra.run.smithi038.stdout:/dev/vg_nvme/lv_41 2024-01-16T09:41:35.329 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2024-01-16T09:41:35.329 DEBUG:teuthology.orchestra.run.smithi038:> dd if=/scratch_devs of=/dev/stdout 2024-01-16T09:41:35.379 DEBUG:teuthology.orchestra.run.smithi038:> sudo nvme list 2024-01-16T09:41:35.435 INFO:teuthology.orchestra.run.smithi038.stdout:Node SN Model Namespace Usage Format FW Rev 2024-01-16T09:41:35.436 INFO:teuthology.orchestra.run.smithi038.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-01-16T09:41:35.436 INFO:teuthology.orchestra.run.smithi038.stdout:/dev/nvme0n1 BTLE736103BB4P0KGN INTEL SSDPEDKE040T7 1 4.00 TB / 4.00 TB 512 B + 0 B QDV1013D 2024-01-16T09:41:35.436 INFO:teuthology.orchestra.run.smithi038.stdout:/dev/nvme1n1 4b1426abe0562ebd304e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-01-16T09:41:35.436 INFO:teuthology.orchestra.run.smithi038.stdout:/dev/nvme2n1 d14211fb6a6763155739 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-01-16T09:41:35.436 INFO:teuthology.orchestra.run.smithi038.stdout:/dev/nvme3n1 21586418f41523fdade9 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-01-16T09:41:35.436 INFO:teuthology.orchestra.run.smithi038.stdout:/dev/nvme4n1 69040d1d07f523b1e12a Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-01-16T09:41:35.437 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-16T09:41:35.437 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2024-01-16T09:41:35.437 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd of=/scratch_devs 2024-01-16T09:41:35.496 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-01-16T09:41:35.496 DEBUG:teuthology.orchestra.run.smithi133:> dd if=/scratch_devs of=/dev/stdout 2024-01-16T09:41:35.504 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-01-16T09:41:35.504 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/vg_nvme/lv_1 2024-01-16T09:41:35.552 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-16T09:41:35.552 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-16T09:41:35.553 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 5h/5d Inode: 496 Links: 1 2024-01-16T09:41:35.553 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-16T09:41:35.553 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-01-16 09:39:54.559399509 +0000 2024-01-16T09:41:35.553 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-01-16 09:39:54.555399328 +0000 2024-01-16T09:41:35.553 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-01-16 09:39:54.555399328 +0000 2024-01-16T09:41:35.553 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: - 2024-01-16T09:41:35.553 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-16T09:41:35.608 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-01-16T09:41:35.608 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-01-16T09:41:35.608 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000422693 s, 1.2 MB/s 2024-01-16T09:41:35.609 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-16T09:41:35.662 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/vg_nvme/lv_2 2024-01-16T09:41:35.712 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-16T09:41:35.712 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-16T09:41:35.713 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 5h/5d Inode: 501 Links: 1 2024-01-16T09:41:35.713 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-16T09:41:35.713 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-01-16 09:39:55.279431592 +0000 2024-01-16T09:41:35.713 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-01-16 09:39:55.015419992 +0000 2024-01-16T09:41:35.713 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-01-16 09:39:55.015419992 +0000 2024-01-16T09:41:35.713 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: - 2024-01-16T09:41:35.713 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-16T09:41:35.767 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-01-16T09:41:35.767 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-01-16T09:41:35.767 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000429132 s, 1.2 MB/s 2024-01-16T09:41:35.768 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-16T09:41:35.822 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/vg_nvme/lv_3 2024-01-16T09:41:35.872 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-16T09:41:35.872 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-16T09:41:35.872 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 5h/5d Inode: 505 Links: 1 2024-01-16T09:41:35.872 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-16T09:41:35.872 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-01-16 09:39:55.755452506 +0000 2024-01-16T09:41:35.872 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-01-16 09:39:55.483440555 +0000 2024-01-16T09:41:35.873 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-01-16 09:39:55.483440555 +0000 2024-01-16T09:41:35.873 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: - 2024-01-16T09:41:35.873 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-16T09:41:35.925 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-01-16T09:41:35.925 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-01-16T09:41:35.925 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000303689 s, 1.7 MB/s 2024-01-16T09:41:35.926 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-16T09:41:35.978 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/vg_nvme/lv_4 2024-01-16T09:41:36.028 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-16T09:41:36.100 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-16T09:41:36.101 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 5h/5d Inode: 514 Links: 1 2024-01-16T09:41:36.101 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-16T09:41:36.101 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-01-16 09:39:56.215472092 +0000 2024-01-16T09:41:36.101 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-01-16 09:39:55.955461295 +0000 2024-01-16T09:41:36.101 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-01-16 09:39:55.955461295 +0000 2024-01-16T09:41:36.101 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: - 2024-01-16T09:41:36.101 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-16T09:41:36.116 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-01-16T09:41:36.116 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-01-16T09:41:36.116 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000371652 s, 1.4 MB/s 2024-01-16T09:41:36.117 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-16T09:41:36.169 DEBUG:teuthology.orchestra.run.smithi133:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-01-16T09:41:36.291 INFO:teuthology.orchestra.run.smithi133.stdout:loop 2024-01-16T09:41:36.293 INFO:tasks.nvme_loop:Connecting nvme_loop smithi133:/dev/vg_nvme/lv_1... 2024-01-16T09:41:36.293 DEBUG:teuthology.orchestra.run.smithi133:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-01-16T09:41:36.315 INFO:teuthology.orchestra.run.smithi133.stdout:1 2024-01-16T09:41:36.341 INFO:teuthology.orchestra.run.smithi133.stdout:/dev/vg_nvme/lv_11 2024-01-16T09:41:36.365 INFO:tasks.nvme_loop:Connecting nvme_loop smithi133:/dev/vg_nvme/lv_2... 2024-01-16T09:41:36.365 DEBUG:teuthology.orchestra.run.smithi133:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-01-16T09:41:36.433 INFO:teuthology.orchestra.run.smithi133.stdout:1 2024-01-16T09:41:36.457 INFO:teuthology.orchestra.run.smithi133.stdout:/dev/vg_nvme/lv_21 2024-01-16T09:41:36.478 INFO:tasks.nvme_loop:Connecting nvme_loop smithi133:/dev/vg_nvme/lv_3... 2024-01-16T09:41:36.478 DEBUG:teuthology.orchestra.run.smithi133:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-01-16T09:41:36.547 INFO:teuthology.orchestra.run.smithi133.stdout:1 2024-01-16T09:41:36.571 INFO:teuthology.orchestra.run.smithi133.stdout:/dev/vg_nvme/lv_31 2024-01-16T09:41:36.592 INFO:tasks.nvme_loop:Connecting nvme_loop smithi133:/dev/vg_nvme/lv_4... 2024-01-16T09:41:36.592 DEBUG:teuthology.orchestra.run.smithi133:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-01-16T09:41:36.657 INFO:teuthology.orchestra.run.smithi133.stdout:1 2024-01-16T09:41:36.685 INFO:teuthology.orchestra.run.smithi133.stdout:/dev/vg_nvme/lv_41 2024-01-16T09:41:36.708 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-01-16T09:41:36.709 DEBUG:teuthology.orchestra.run.smithi133:> dd if=/scratch_devs of=/dev/stdout 2024-01-16T09:41:36.756 DEBUG:teuthology.orchestra.run.smithi133:> sudo nvme list 2024-01-16T09:41:36.812 INFO:teuthology.orchestra.run.smithi133.stdout:Node SN Model Namespace Usage Format FW Rev 2024-01-16T09:41:36.812 INFO:teuthology.orchestra.run.smithi133.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-01-16T09:41:36.812 INFO:teuthology.orchestra.run.smithi133.stdout:/dev/nvme0n1 PHFT620401AQ400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-01-16T09:41:36.812 INFO:teuthology.orchestra.run.smithi133.stdout:/dev/nvme1n1 dc0ccf30f1b4b0b3134a Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-01-16T09:41:36.812 INFO:teuthology.orchestra.run.smithi133.stdout:/dev/nvme2n1 e3316f7388acc0023e2d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-01-16T09:41:36.812 INFO:teuthology.orchestra.run.smithi133.stdout:/dev/nvme3n1 42c680b0b923a30619f5 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-01-16T09:41:36.812 INFO:teuthology.orchestra.run.smithi133.stdout:/dev/nvme4n1 16d00ee2bef7c85ada94 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-01-16T09:41:36.813 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-16T09:41:36.813 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-01-16T09:41:36.814 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/scratch_devs 2024-01-16T09:41:36.872 INFO:teuthology.run_tasks:Running task cephadm... 2024-01-16T09:41:36.946 INFO:tasks.cephadm:Config: {'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': 'a70aebef70df6ec2d957347ccbfc484e0573dd5f'} 2024-01-16T09:41:36.946 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f 2024-01-16T09:41:36.946 INFO:tasks.cephadm:Cluster fsid is 71323a66-b453-11ee-95ad-87774f69a715 2024-01-16T09:41:36.946 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-01-16T09:41:36.946 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-01-16T09:41:36.947 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi038': '172.21.15.38', 'mon.smithi133': '172.21.15.133'} 2024-01-16T09:41:36.947 INFO:tasks.cephadm:Normalizing hostnames... 2024-01-16T09:41:36.947 DEBUG:teuthology.orchestra.run.smithi038:> sudo hostname $(hostname -s) 2024-01-16T09:41:36.965 DEBUG:teuthology.orchestra.run.smithi133:> sudo hostname $(hostname -s) 2024-01-16T09:41:36.981 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref a70aebef70df6ec2d957347ccbfc484e0573dd5f)... 2024-01-16T09:41:36.982 DEBUG:teuthology.orchestra.run.smithi038:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/a70aebef70df6ec2d957347ccbfc484e0573dd5f/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-16T09:41:37.199 INFO:teuthology.orchestra.run.smithi038.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Jan 16 09:41 /home/ubuntu/cephtest/cephadm 2024-01-16T09:41:37.199 DEBUG:teuthology.orchestra.run.smithi133:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/a70aebef70df6ec2d957347ccbfc484e0573dd5f/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-16T09:41:37.385 INFO:teuthology.orchestra.run.smithi133.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Jan 16 09:41 /home/ubuntu/cephtest/cephadm 2024-01-16T09:41:37.385 DEBUG:teuthology.orchestra.run.smithi038:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-16T09:41:37.395 DEBUG:teuthology.orchestra.run.smithi133:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-16T09:41:37.410 DEBUG:teuthology.orchestra.run.smithi038:> sudo mkdir -p /etc/ceph 2024-01-16T09:41:37.452 DEBUG:teuthology.orchestra.run.smithi133:> sudo mkdir -p /etc/ceph 2024-01-16T09:41:37.469 DEBUG:teuthology.orchestra.run.smithi038:> sudo chmod 777 /etc/ceph 2024-01-16T09:41:37.509 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod 777 /etc/ceph 2024-01-16T09:41:37.529 INFO:tasks.cephadm:Writing seed config... 2024-01-16T09:41:37.530 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-01-16T09:41:37.530 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-01-16T09:41:37.530 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-01-16T09:41:37.530 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-01-16T09:41:37.530 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-01-16T09:41:37.530 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-01-16T09:41:37.530 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-01-16T09:41:37.530 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-01-16T09:41:37.531 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2024-01-16T09:41:37.531 DEBUG:teuthology.orchestra.run.smithi038:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-01-16T09:41:37.561 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 ruleset-failure-domain=osd crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = 71323a66-b453-11ee-95ad-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-01-16T09:41:37.561 DEBUG:teuthology.orchestra.run.smithi038:mon.smithi038> sudo journalctl -f -n 0 -u ceph-71323a66-b453-11ee-95ad-87774f69a715@mon.smithi038.service 2024-01-16T09:41:37.603 INFO:tasks.cephadm:Bootstrapping... 2024-01-16T09:41:37.604 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f -v bootstrap --fsid 71323a66-b453-11ee-95ad-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.38 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-01-16T09:41:37.876 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-01-16T09:41:37.990 INFO:teuthology.orchestra.run.smithi038.stderr:-------------------------------------------------------------------------------- 2024-01-16T09:41:37.990 INFO:teuthology.orchestra.run.smithi038.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f', '-v', 'bootstrap', '--fsid', '71323a66-b453-11ee-95ad-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.38', '--skip-admin-label'] 2024-01-16T09:41:37.990 INFO:teuthology.orchestra.run.smithi038.stderr:Verifying podman|docker is present... 2024-01-16T09:41:37.990 INFO:teuthology.orchestra.run.smithi038.stderr:Verifying lvm2 is present... 2024-01-16T09:41:37.990 INFO:teuthology.orchestra.run.smithi038.stderr:Verifying time synchronization is in place... 2024-01-16T09:41:37.998 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-16T09:41:38.005 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: inactive 2024-01-16T09:41:38.013 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2024-01-16T09:41:38.019 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: inactive 2024-01-16T09:41:38.026 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: masked 2024-01-16T09:41:38.033 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: inactive 2024-01-16T09:41:38.040 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2024-01-16T09:41:38.047 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: inactive 2024-01-16T09:41:38.056 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: enabled 2024-01-16T09:41:38.063 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: active 2024-01-16T09:41:38.064 INFO:teuthology.orchestra.run.smithi038.stderr:Unit ntp.service is enabled and running 2024-01-16T09:41:38.065 INFO:teuthology.orchestra.run.smithi038.stderr:Repeating the final host check... 2024-01-16T09:41:38.065 INFO:teuthology.orchestra.run.smithi038.stderr:docker (/usr/bin/docker) is present 2024-01-16T09:41:38.065 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl is present 2024-01-16T09:41:38.065 INFO:teuthology.orchestra.run.smithi038.stderr:lvcreate is present 2024-01-16T09:41:38.070 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-16T09:41:38.077 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: inactive 2024-01-16T09:41:38.084 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2024-01-16T09:41:38.090 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: inactive 2024-01-16T09:41:38.097 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: masked 2024-01-16T09:41:38.104 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: inactive 2024-01-16T09:41:38.110 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2024-01-16T09:41:38.116 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: inactive 2024-01-16T09:41:38.124 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: enabled 2024-01-16T09:41:38.131 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: active 2024-01-16T09:41:38.132 INFO:teuthology.orchestra.run.smithi038.stderr:Unit ntp.service is enabled and running 2024-01-16T09:41:38.132 INFO:teuthology.orchestra.run.smithi038.stderr:Host looks OK 2024-01-16T09:41:38.132 INFO:teuthology.orchestra.run.smithi038.stderr:Cluster fsid: 71323a66-b453-11ee-95ad-87774f69a715 2024-01-16T09:41:38.132 INFO:teuthology.orchestra.run.smithi038.stderr:Acquiring lock 140179915622816 on /run/cephadm/71323a66-b453-11ee-95ad-87774f69a715.lock 2024-01-16T09:41:38.132 INFO:teuthology.orchestra.run.smithi038.stderr:Lock 140179915622816 acquired on /run/cephadm/71323a66-b453-11ee-95ad-87774f69a715.lock 2024-01-16T09:41:38.133 INFO:teuthology.orchestra.run.smithi038.stderr:Verifying IP 172.21.15.38 port 3300 ... 2024-01-16T09:41:38.133 INFO:teuthology.orchestra.run.smithi038.stderr:Verifying IP 172.21.15.38 port 6789 ... 2024-01-16T09:41:38.134 INFO:teuthology.orchestra.run.smithi038.stderr:Base mon IP(s) is [172.21.15.38:3300, 172.21.15.38:6789], mon addrv is [v2:172.21.15.38:3300,v1:172.21.15.38:6789] 2024-01-16T09:41:38.138 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/sbin/ip: default via 172.21.15.254 dev ens1f0 2024-01-16T09:41:38.139 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/sbin/ip: 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-01-16T09:41:38.139 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.38 2024-01-16T09:41:38.143 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-01-16T09:41:38.144 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-01-16T09:41:38.144 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1799sec hoplimit 64 pref medium 2024-01-16T09:41:38.148 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-01-16T09:41:38.148 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/sbin/ip: inet6 ::1/128 scope host 2024-01-16T09:41:38.148 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2024-01-16T09:41:38.148 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2024-01-16T09:41:38.148 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/sbin/ip: inet6 fe80::ec4:7aff:febd:15fc/64 scope link 2024-01-16T09:41:38.148 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2024-01-16T09:41:38.150 INFO:teuthology.orchestra.run.smithi038.stderr:Mon IP `172.21.15.38` is in CIDR network `172.21.0.0/20` 2024-01-16T09:41:38.150 INFO:teuthology.orchestra.run.smithi038.stderr:Mon IP `172.21.15.38` is in CIDR network `172.21.0.0/20` 2024-01-16T09:41:38.150 INFO:teuthology.orchestra.run.smithi038.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-01-16T09:41:38.151 INFO:teuthology.orchestra.run.smithi038.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-01-16T09:41:38.151 INFO:teuthology.orchestra.run.smithi038.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f... 2024-01-16T09:41:38.565 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/docker: a70aebef70df6ec2d957347ccbfc484e0573dd5f: Pulling from ceph-ci/ceph 2024-01-16T09:41:38.573 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/docker: 6c507150f7e9: Pulling fs layer 2024-01-16T09:41:38.574 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/docker: bc4c4b5b825b: Pulling fs layer 2024-01-16T09:41:45.855 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/docker: 6c507150f7e9: Verifying Checksum 2024-01-16T09:41:45.855 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/docker: 6c507150f7e9: Download complete 2024-01-16T09:41:49.756 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/docker: 6c507150f7e9: Pull complete 2024-01-16T09:41:57.146 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/docker: bc4c4b5b825b: Verifying Checksum 2024-01-16T09:41:57.146 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/docker: bc4c4b5b825b: Download complete 2024-01-16T09:42:09.907 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/docker: bc4c4b5b825b: Pull complete 2024-01-16T09:42:10.060 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/docker: Digest: sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e 2024-01-16T09:42:10.108 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/docker: Status: Downloaded newer image for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f 2024-01-16T09:42:10.152 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/docker: quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f 2024-01-16T09:42:21.886 INFO:teuthology.orchestra.run.smithi038.stderr:ceph: ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable) 2024-01-16T09:42:22.460 INFO:teuthology.orchestra.run.smithi038.stderr:Ceph version: ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable) 2024-01-16T09:42:22.460 INFO:teuthology.orchestra.run.smithi038.stderr:Extracting ceph user uid/gid from container image... 2024-01-16T09:42:23.201 INFO:teuthology.orchestra.run.smithi038.stderr:stat: 167 167 2024-01-16T09:42:23.837 INFO:teuthology.orchestra.run.smithi038.stderr:Creating initial keys... 2024-01-16T09:42:24.610 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-authtool: AQCAT6ZlFhtdJBAARGXWcaNfNScfKV+PfbO1Wg== 2024-01-16T09:42:26.095 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-authtool: AQCCT6Zl25ipBRAApqj2mJi0UE7STQQTNiGWrw== 2024-01-16T09:42:27.545 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-authtool: AQCDT6ZlsBCFIBAA354emMU7y2VOYyr+B8IZEg== 2024-01-16T09:42:28.127 INFO:teuthology.orchestra.run.smithi038.stderr:Creating initial monmap... 2024-01-16T09:42:28.896 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-16T09:42:28.896 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 71323a66-b453-11ee-95ad-87774f69a715 2024-01-16T09:42:28.896 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-16T09:42:29.455 INFO:teuthology.orchestra.run.smithi038.stderr:monmaptool for smithi038 [v2:172.21.15.38:3300,v1:172.21.15.38:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-16T09:42:29.455 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/monmaptool: set fsid to 71323a66-b453-11ee-95ad-87774f69a715 2024-01-16T09:42:29.455 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-16T09:42:29.455 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-01-16T09:42:29.455 INFO:teuthology.orchestra.run.smithi038.stderr:Creating mon... 2024-01-16T09:42:30.232 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.225+0000 7fdef9472880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-16T09:42:30.232 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 1 imported monmap: 2024-01-16T09:42:30.233 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: epoch 0 2024-01-16T09:42:30.234 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: fsid 71323a66-b453-11ee-95ad-87774f69a715 2024-01-16T09:42:30.234 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: last_changed 2024-01-16T09:42:28.896068+0000 2024-01-16T09:42:30.234 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: created 2024-01-16T09:42:28.896068+0000 2024-01-16T09:42:30.234 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-01-16T09:42:30.234 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-01-16T09:42:30.234 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0] mon.smithi038 2024-01-16T09:42:30.234 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-01-16T09:42:30.234 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 0 /usr/bin/ceph-mon: set fsid to 71323a66-b453-11ee-95ad-87774f69a715 2024-01-16T09:42:30.235 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: RocksDB version: 6.8.1 2024-01-16T09:42:30.235 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-01-16T09:42:30.235 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-16T09:42:30.235 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Compile date Jan 11 2024 2024-01-16T09:42:30.235 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: DB SUMMARY 2024-01-16T09:42:30.235 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-01-16T09:42:30.236 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi038/store.db dir, Total Num: 0, files: 2024-01-16T09:42:30.236 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-01-16T09:42:30.237 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi038/store.db: 2024-01-16T09:42:30.237 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-01-16T09:42:30.237 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.error_if_exists: 0 2024-01-16T09:42:30.237 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.create_if_missing: 1 2024-01-16T09:42:30.238 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.paranoid_checks: 1 2024-01-16T09:42:30.238 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.env: 0x55fc7ffc3080 2024-01-16T09:42:30.238 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.fs: Posix File System 2024-01-16T09:42:30.238 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.info_log: 0x55fc825a3380 2024-01-16T09:42:30.238 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-16T09:42:30.238 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.statistics: (nil) 2024-01-16T09:42:30.238 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.use_fsync: 0 2024-01-16T09:42:30.238 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.max_log_file_size: 0 2024-01-16T09:42:30.238 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-16T09:42:30.263 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-16T09:42:30.263 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-16T09:42:30.263 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-16T09:42:30.263 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.allow_fallocate: 1 2024-01-16T09:42:30.264 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-16T09:42:30.264 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-16T09:42:30.264 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.use_direct_reads: 0 2024-01-16T09:42:30.264 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-16T09:42:30.264 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-16T09:42:30.264 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.db_log_dir: 2024-01-16T09:42:30.264 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi038/store.db 2024-01-16T09:42:30.264 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-16T09:42:30.264 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.max_subcompactions: 1 2024-01-16T09:42:30.264 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.max_background_flushes: -1 2024-01-16T09:42:30.264 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-16T09:42:30.264 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-16T09:42:30.264 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-16T09:42:30.265 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-16T09:42:30.265 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-16T09:42:30.265 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-16T09:42:30.265 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-16T09:42:30.265 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.write_buffer_manager: 0x55fc825a9980 2024-01-16T09:42:30.265 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-16T09:42:30.265 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-16T09:42:30.265 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-16T09:42:30.265 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-16T09:42:30.265 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-16T09:42:30.265 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-16T09:42:30.265 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-16T09:42:30.265 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-16T09:42:30.265 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-16T09:42:30.266 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.unordered_write: 0 2024-01-16T09:42:30.266 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-16T09:42:30.266 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-16T09:42:30.266 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-16T09:42:30.266 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-16T09:42:30.266 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.row_cache: None 2024-01-16T09:42:30.266 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.wal_filter: None 2024-01-16T09:42:30.266 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-16T09:42:30.266 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-16T09:42:30.266 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.preserve_deletes: 0 2024-01-16T09:42:30.266 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.two_write_queues: 0 2024-01-16T09:42:30.266 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-16T09:42:30.266 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.atomic_flush: 0 2024-01-16T09:42:30.266 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-16T09:42:30.267 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-16T09:42:30.267 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-16T09:42:30.267 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.log_readahead_size: 0 2024-01-16T09:42:30.267 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-16T09:42:30.267 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.max_background_jobs: 2 2024-01-16T09:42:30.267 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.max_background_compactions: -1 2024-01-16T09:42:30.267 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-16T09:42:30.267 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-16T09:42:30.267 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-16T09:42:30.267 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-16T09:42:30.267 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-16T09:42:30.267 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-16T09:42:30.267 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-16T09:42:30.267 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-16T09:42:30.268 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.max_open_files: -1 2024-01-16T09:42:30.268 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-16T09:42:30.268 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-16T09:42:30.268 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-16T09:42:30.268 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-16T09:42:30.268 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Compression algorithms supported: 2024-01-16T09:42:30.268 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-16T09:42:30.268 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: kZSTD supported: 0 2024-01-16T09:42:30.268 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: kXpressCompression supported: 0 2024-01-16T09:42:30.268 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-16T09:42:30.268 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: kLZ4Compression supported: 1 2024-01-16T09:42:30.268 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: kBZip2Compression supported: 0 2024-01-16T09:42:30.268 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: kZlibCompression supported: 1 2024-01-16T09:42:30.268 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: kSnappyCompression supported: 1 2024-01-16T09:42:30.269 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-16T09:42:30.269 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-01-16T09:42:30.269 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-01-16T09:42:30.269 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi038/store.db/MANIFEST-000001 2024-01-16T09:42:30.269 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-01-16T09:42:30.269 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-16T09:42:30.269 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-01-16T09:42:30.269 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-16T09:42:30.269 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.merge_operator: 2024-01-16T09:42:30.269 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.compaction_filter: None 2024-01-16T09:42:30.269 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-16T09:42:30.269 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-16T09:42:30.269 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-16T09:42:30.269 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55fc824b7d30) 2024-01-16T09:42:30.270 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-01-16T09:42:30.270 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-16T09:42:30.270 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-16T09:42:30.270 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-01-16T09:42:30.270 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: index_type: 0 2024-01-16T09:42:30.270 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-01-16T09:42:30.270 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-01-16T09:42:30.270 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-01-16T09:42:30.270 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-01-16T09:42:30.270 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: checksum: 1 2024-01-16T09:42:30.270 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-01-16T09:42:30.270 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: block_cache: 0x55fc824eed10 2024-01-16T09:42:30.270 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-01-16T09:42:30.270 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-01-16T09:42:30.270 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-01-16T09:42:30.271 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-01-16T09:42:30.271 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-01-16T09:42:30.271 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-01-16T09:42:30.271 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-01-16T09:42:30.271 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-01-16T09:42:30.271 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-01-16T09:42:30.271 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-01-16T09:42:30.271 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-01-16T09:42:30.271 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-01-16T09:42:30.271 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-01-16T09:42:30.271 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-01-16T09:42:30.271 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-01-16T09:42:30.271 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-16T09:42:30.271 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-01-16T09:42:30.271 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-01-16T09:42:30.271 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-01-16T09:42:30.272 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: format_version: 2 2024-01-16T09:42:30.272 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-01-16T09:42:30.272 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: block_align: 0 2024-01-16T09:42:30.272 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-01-16T09:42:30.272 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-16T09:42:30.272 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-16T09:42:30.272 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.compression: NoCompression 2024-01-16T09:42:30.272 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-16T09:42:30.272 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-16T09:42:30.272 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-16T09:42:30.272 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.num_levels: 7 2024-01-16T09:42:30.272 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-16T09:42:30.272 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-16T09:42:30.272 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-16T09:42:30.273 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-16T09:42:30.273 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-16T09:42:30.273 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-16T09:42:30.273 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-16T09:42:30.273 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-16T09:42:30.273 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-16T09:42:30.273 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-16T09:42:30.273 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-16T09:42:30.273 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-16T09:42:30.273 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-16T09:42:30.273 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-16T09:42:30.273 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-16T09:42:30.273 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-16T09:42:30.273 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-16T09:42:30.274 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-16T09:42:30.274 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-16T09:42:30.274 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-16T09:42:30.274 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-16T09:42:30.274 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-16T09:42:30.274 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-16T09:42:30.274 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-16T09:42:30.274 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-16T09:42:30.274 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-16T09:42:30.274 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-16T09:42:30.274 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-16T09:42:30.274 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-16T09:42:30.274 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-16T09:42:30.274 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-16T09:42:30.275 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-16T09:42:30.275 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-16T09:42:30.275 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-16T09:42:30.275 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-16T09:42:30.275 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-16T09:42:30.275 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-16T09:42:30.275 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-16T09:42:30.275 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-16T09:42:30.275 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-16T09:42:30.275 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-16T09:42:30.275 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-16T09:42:30.275 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-16T09:42:30.275 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-16T09:42:30.275 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-16T09:42:30.275 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-16T09:42:30.276 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-16T09:42:30.276 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.table_properties_collectors: 2024-01-16T09:42:30.276 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.inplace_update_support: 0 2024-01-16T09:42:30.276 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-16T09:42:30.276 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-16T09:42:30.276 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-16T09:42:30.276 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-16T09:42:30.276 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.bloom_locality: 0 2024-01-16T09:42:30.276 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.max_successive_merges: 0 2024-01-16T09:42:30.276 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-16T09:42:30.276 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.229+0000 7fdef9472880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-16T09:42:30.276 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.233+0000 7fdef9472880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-16T09:42:30.276 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.233+0000 7fdef9472880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-16T09:42:30.276 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.233+0000 7fdef9472880 4 rocksdb: Options.ttl: 2592000 2024-01-16T09:42:30.277 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.233+0000 7fdef9472880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-16T09:42:30.277 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.233+0000 7fdef9472880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi038/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-16T09:42:30.277 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-01-16T09:42:30.277 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.233+0000 7fdef9472880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-01-16T09:42:30.277 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-01-16T09:42:30.277 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.233+0000 7fdef9472880 4 rocksdb: DB pointer 0x55fc825b7800 2024-01-16T09:42:30.277 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.233+0000 7fdee22e8700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-16T09:42:30.277 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.233+0000 7fdee22e8700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-16T09:42:30.277 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-01-16T09:42:30.277 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-16T09:42:30.277 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-16T09:42:30.277 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-16T09:42:30.277 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-16T09:42:30.277 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-16T09:42:30.278 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-16T09:42:30.278 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-16T09:42:30.278 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-01-16T09:42:30.278 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-16T09:42:30.278 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-16T09:42:30.278 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T09:42:30.278 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-16T09:42:30.278 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-16T09:42:30.278 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-01-16T09:42:30.278 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-16T09:42:30.278 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-16T09:42:30.278 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T09:42:30.278 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-16T09:42:30.278 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-16T09:42:30.279 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-16T09:42:30.279 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-16T09:42:30.279 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-16T09:42:30.279 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-16T09:42:30.279 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-16T09:42:30.279 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-16T09:42:30.279 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-16T09:42:30.279 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-01-16T09:42:30.279 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-16T09:42:30.279 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-01-16T09:42:30.279 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-16T09:42:30.279 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-16T09:42:30.279 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T09:42:30.279 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-16T09:42:30.279 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-16T09:42:30.280 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-01-16T09:42:30.280 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-16T09:42:30.280 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-16T09:42:30.280 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T09:42:30.280 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-16T09:42:30.280 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-16T09:42:30.280 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-16T09:42:30.280 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-16T09:42:30.280 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-16T09:42:30.280 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-16T09:42:30.280 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-16T09:42:30.280 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-16T09:42:30.280 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-16T09:42:30.280 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-01-16T09:42:30.281 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-16T09:42:30.281 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-01-16T09:42:30.281 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.233+0000 7fdef9472880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-01-16T09:42:30.281 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.237+0000 7fdef9472880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-01-16T09:42:30.281 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:42:30.237+0000 7fdef9472880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi038 for mon.smithi038 2024-01-16T09:42:30.828 INFO:teuthology.orchestra.run.smithi038.stderr:create mon.smithi038 on 2024-01-16T09:42:31.051 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-01-16T09:42:31.263 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-71323a66-b453-11ee-95ad-87774f69a715.target -> /etc/systemd/system/ceph-71323a66-b453-11ee-95ad-87774f69a715.target. 2024-01-16T09:42:31.263 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-71323a66-b453-11ee-95ad-87774f69a715.target -> /etc/systemd/system/ceph-71323a66-b453-11ee-95ad-87774f69a715.target. 2024-01-16T09:42:31.701 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: Failed to reset failed state of unit ceph-71323a66-b453-11ee-95ad-87774f69a715@mon.smithi038.service: Unit ceph-71323a66-b453-11ee-95ad-87774f69a715@mon.smithi038.service not loaded. 2024-01-16T09:42:31.710 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: Created symlink /etc/systemd/system/ceph-71323a66-b453-11ee-95ad-87774f69a715.target.wants/ceph-71323a66-b453-11ee-95ad-87774f69a715@mon.smithi038.service -> /etc/systemd/system/ceph-71323a66-b453-11ee-95ad-87774f69a715@.service. 2024-01-16T09:42:31.918 INFO:teuthology.orchestra.run.smithi038.stderr:firewalld does not appear to be present 2024-01-16T09:42:31.918 INFO:teuthology.orchestra.run.smithi038.stderr:Not possible to enable service . firewalld.service is not available 2024-01-16T09:42:31.919 INFO:teuthology.orchestra.run.smithi038.stderr:Waiting for mon to start... 2024-01-16T09:42:31.919 INFO:teuthology.orchestra.run.smithi038.stderr:Waiting for mon... 2024-01-16T09:42:33.216 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:33 smithi038 bash[13415]: cluster 2024-01-16T09:42:33.210346+0000 mon.smithi038 (mon.0) 0 : [INF] mkfs 71323a66-b453-11ee-95ad-87774f69a715 2024-01-16T09:42:33.217 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:33 smithi038 bash[13415]: cluster 2024-01-16T09:42:33.201322+0000 mon.smithi038 (mon.0) 1 : cluster [INF] mon.smithi038 is new leader, mons smithi038 in quorum (ranks 0) 2024-01-16T09:42:33.561 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: cluster: 2024-01-16T09:42:33.561 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: id: 71323a66-b453-11ee-95ad-87774f69a715 2024-01-16T09:42:33.562 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-01-16T09:42:33.562 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 2024-01-16T09:42:33.562 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: services: 2024-01-16T09:42:33.562 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi038 (age 0.351999s) 2024-01-16T09:42:33.562 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: mgr: no daemons active 2024-01-16T09:42:33.562 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-01-16T09:42:33.563 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 2024-01-16T09:42:33.563 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: data: 2024-01-16T09:42:33.563 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-01-16T09:42:33.563 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-01-16T09:42:33.563 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-01-16T09:42:33.563 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: pgs: 2024-01-16T09:42:33.563 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 2024-01-16T09:42:34.252 INFO:teuthology.orchestra.run.smithi038.stderr:mon is available 2024-01-16T09:42:34.253 INFO:teuthology.orchestra.run.smithi038.stderr:Assimilating anything we can from ceph.conf... 2024-01-16T09:42:34.534 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:34 smithi038 bash[13415]: cluster 2024-01-16T09:42:33.208625+0000 mon.smithi038 (mon.0) 2 : cluster [INF] mon.smithi038 is new leader, mons smithi038 in quorum (ranks 0) 2024-01-16T09:42:34.534 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:34 smithi038 bash[13415]: cluster 2024-01-16T09:42:33.209013+0000 mon.smithi038 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi038=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0]} removed_ranks: {} 2024-01-16T09:42:34.534 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:34 smithi038 bash[13415]: cluster 2024-01-16T09:42:33.212577+0000 mon.smithi038 (mon.0) 4 : cluster [DBG] fsmap 2024-01-16T09:42:34.534 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:34 smithi038 bash[13415]: cluster 2024-01-16T09:42:33.216174+0000 mon.smithi038 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-16T09:42:34.534 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:34 smithi038 bash[13415]: cluster 2024-01-16T09:42:33.216820+0000 mon.smithi038 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-01-16T09:42:34.534 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:34 smithi038 bash[13415]: audit 2024-01-16T09:42:33.560524+0000 mon.smithi038 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.38:0/3058829203' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-01-16T09:42:35.318 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 2024-01-16T09:42:35.318 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: [global] 2024-01-16T09:42:35.318 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: fsid = 71323a66-b453-11ee-95ad-87774f69a715 2024-01-16T09:42:35.319 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.38:3300,v1:172.21.15.38:6789] 2024-01-16T09:42:35.319 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-16T09:42:35.319 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-16T09:42:35.319 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-16T09:42:35.320 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-16T09:42:35.320 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 2024-01-16T09:42:35.320 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: [mgr] 2024-01-16T09:42:35.320 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-16T09:42:35.320 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 2024-01-16T09:42:35.320 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: [osd] 2024-01-16T09:42:35.321 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-16T09:42:35.321 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-16T09:42:35.784 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:35 smithi038 bash[13415]: audit 2024-01-16T09:42:35.313269+0000 mon.smithi038 (mon.0) 8 : audit [INF] from='client.? 172.21.15.38:0/1555521872' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-16T09:42:35.784 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:35 smithi038 bash[13415]: audit 2024-01-16T09:42:35.317722+0000 mon.smithi038 (mon.0) 9 : audit [INF] from='client.? 172.21.15.38:0/1555521872' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-16T09:42:35.916 INFO:teuthology.orchestra.run.smithi038.stderr:Generating new minimal ceph.conf... 2024-01-16T09:42:37.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:37 smithi038 bash[13415]: audit 2024-01-16T09:42:36.954312+0000 mon.smithi038 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.38:0/1102725778' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:42:37.571 INFO:teuthology.orchestra.run.smithi038.stderr:Restarting the monitor... 2024-01-16T09:42:37.917 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:37 smithi038 systemd[1]: Stopping Ceph mon.smithi038 for 71323a66-b453-11ee-95ad-87774f69a715... 2024-01-16T09:42:37.917 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:37 smithi038 bash[13800]: Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-mon.smithi038 2024-01-16T09:42:37.917 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:37 smithi038 bash[13415]: debug 2024-01-16T09:42:37.765+0000 7f4c89c81700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi038 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-01-16T09:42:37.917 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:37 smithi038 bash[13415]: debug 2024-01-16T09:42:37.765+0000 7f4c89c81700 -1 mon.smithi038@0(leader) e1 *** Got Signal Terminated *** 2024-01-16T09:42:38.499 INFO:teuthology.orchestra.run.smithi038.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2024-01-16T09:42:38.784 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:38 smithi038 bash[13836]: ceph-71323a66-b453-11ee-95ad-87774f69a715-mon-smithi038 2024-01-16T09:42:38.784 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:38 smithi038 bash[13900]: Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-mon-smithi038 2024-01-16T09:42:38.784 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:38 smithi038 systemd[1]: ceph-71323a66-b453-11ee-95ad-87774f69a715@mon.smithi038.service: Succeeded. 2024-01-16T09:42:38.784 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:38 smithi038 systemd[1]: Stopped Ceph mon.smithi038 for 71323a66-b453-11ee-95ad-87774f69a715. 2024-01-16T09:42:38.785 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:38 smithi038 systemd[1]: Started Ceph mon.smithi038 for 71323a66-b453-11ee-95ad-87774f69a715. 2024-01-16T09:42:39.784 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.616+0000 7ff007c20880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-16T09:42:39.785 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.616+0000 7ff007c20880 0 ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable), process ceph-mon, pid 7 2024-01-16T09:42:39.785 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.616+0000 7ff007c20880 0 pidfile_write: ignore empty --pid-file 2024-01-16T09:42:39.785 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 0 load: jerasure load: lrc load: isa 2024-01-16T09:42:39.785 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: RocksDB version: 6.8.1 2024-01-16T09:42:39.785 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-16T09:42:39.785 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Compile date Jan 11 2024 2024-01-16T09:42:39.785 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: DB SUMMARY 2024-01-16T09:42:39.785 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: CURRENT file: CURRENT 2024-01-16T09:42:39.785 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: IDENTITY file: IDENTITY 2024-01-16T09:42:39.785 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-01-16T09:42:39.785 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi038/store.db dir, Total Num: 1, files: 000004.sst 2024-01-16T09:42:39.785 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi038/store.db: 000006.log size: 86533 ; 2024-01-16T09:42:39.785 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.error_if_exists: 0 2024-01-16T09:42:39.785 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.create_if_missing: 0 2024-01-16T09:42:39.786 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.paranoid_checks: 1 2024-01-16T09:42:39.786 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.env: 0x5645487c3080 2024-01-16T09:42:39.786 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.fs: Posix File System 2024-01-16T09:42:39.786 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.info_log: 0x56454a54e520 2024-01-16T09:42:39.786 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-16T09:42:39.786 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.statistics: (nil) 2024-01-16T09:42:39.786 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.use_fsync: 0 2024-01-16T09:42:39.786 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.max_log_file_size: 0 2024-01-16T09:42:39.786 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-16T09:42:39.786 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-16T09:42:39.786 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-16T09:42:39.786 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-16T09:42:39.786 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.allow_fallocate: 1 2024-01-16T09:42:39.786 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-16T09:42:39.786 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-16T09:42:39.786 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.use_direct_reads: 0 2024-01-16T09:42:39.787 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-16T09:42:39.787 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-16T09:42:39.787 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.db_log_dir: 2024-01-16T09:42:39.787 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi038/store.db 2024-01-16T09:42:39.787 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-16T09:42:39.787 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.max_subcompactions: 1 2024-01-16T09:42:39.787 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.max_background_flushes: -1 2024-01-16T09:42:39.787 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-16T09:42:39.787 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-16T09:42:39.787 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-16T09:42:39.787 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-16T09:42:39.787 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-16T09:42:39.787 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-16T09:42:39.787 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-16T09:42:39.787 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.write_buffer_manager: 0x56454b19c480 2024-01-16T09:42:39.788 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-16T09:42:39.788 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-16T09:42:39.788 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-16T09:42:39.788 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-16T09:42:39.788 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-16T09:42:39.788 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-16T09:42:39.788 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-16T09:42:39.788 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-16T09:42:39.790 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-16T09:42:39.790 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.unordered_write: 0 2024-01-16T09:42:39.790 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-16T09:42:39.790 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-16T09:42:39.790 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-16T09:42:39.790 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-16T09:42:39.790 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.row_cache: None 2024-01-16T09:42:39.790 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.wal_filter: None 2024-01-16T09:42:39.790 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-16T09:42:39.790 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-16T09:42:39.791 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.preserve_deletes: 0 2024-01-16T09:42:39.791 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.two_write_queues: 0 2024-01-16T09:42:39.791 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-16T09:42:39.791 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.atomic_flush: 0 2024-01-16T09:42:39.791 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-16T09:42:39.791 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-16T09:42:39.791 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-16T09:42:39.791 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.log_readahead_size: 0 2024-01-16T09:42:39.791 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-16T09:42:39.791 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.max_background_jobs: 2 2024-01-16T09:42:39.791 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.max_background_compactions: -1 2024-01-16T09:42:39.791 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-16T09:42:39.791 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-16T09:42:39.791 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-16T09:42:39.791 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-16T09:42:39.792 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-16T09:42:39.792 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-16T09:42:39.792 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-16T09:42:39.792 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-16T09:42:39.792 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.max_open_files: -1 2024-01-16T09:42:39.792 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-16T09:42:39.792 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-16T09:42:39.792 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-16T09:42:39.792 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-16T09:42:39.792 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Compression algorithms supported: 2024-01-16T09:42:39.792 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-16T09:42:39.792 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: kZSTD supported: 0 2024-01-16T09:42:39.792 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: kXpressCompression supported: 0 2024-01-16T09:42:39.792 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-16T09:42:39.793 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: kLZ4Compression supported: 1 2024-01-16T09:42:39.793 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: kBZip2Compression supported: 0 2024-01-16T09:42:39.793 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: kZlibCompression supported: 1 2024-01-16T09:42:39.793 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: kSnappyCompression supported: 1 2024-01-16T09:42:39.793 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.620+0000 7ff007c20880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-16T09:42:39.793 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi038/store.db/MANIFEST-000005 2024-01-16T09:42:39.793 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-16T09:42:39.793 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-16T09:42:39.793 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.merge_operator: 2024-01-16T09:42:39.793 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.compaction_filter: None 2024-01-16T09:42:39.793 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-16T09:42:39.793 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-16T09:42:39.793 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-16T09:42:39.793 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56454a4f1d28) 2024-01-16T09:42:39.793 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: cache_index_and_filter_blocks: 1 2024-01-16T09:42:39.794 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-16T09:42:39.794 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-16T09:42:39.794 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: pin_top_level_index_and_filter: 1 2024-01-16T09:42:39.794 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: index_type: 0 2024-01-16T09:42:39.794 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: data_block_index_type: 0 2024-01-16T09:42:39.794 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: index_shortening: 1 2024-01-16T09:42:39.794 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: data_block_hash_table_util_ratio: 0.750000 2024-01-16T09:42:39.794 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: hash_index_allow_collision: 1 2024-01-16T09:42:39.794 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: checksum: 1 2024-01-16T09:42:39.794 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: no_block_cache: 0 2024-01-16T09:42:39.794 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: block_cache: 0x56454a528f10 2024-01-16T09:42:39.794 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: block_cache_name: BinnedLRUCache 2024-01-16T09:42:39.794 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: block_cache_options: 2024-01-16T09:42:39.794 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: capacity : 536870912 2024-01-16T09:42:39.794 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: num_shard_bits : 4 2024-01-16T09:42:39.795 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: strict_capacity_limit : 0 2024-01-16T09:42:39.795 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: high_pri_pool_ratio: 0.000 2024-01-16T09:42:39.795 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: block_cache_compressed: (nil) 2024-01-16T09:42:39.795 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: persistent_cache: (nil) 2024-01-16T09:42:39.795 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: block_size: 4096 2024-01-16T09:42:39.795 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: block_size_deviation: 10 2024-01-16T09:42:39.795 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: block_restart_interval: 16 2024-01-16T09:42:39.795 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: index_block_restart_interval: 1 2024-01-16T09:42:39.795 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: metadata_block_size: 4096 2024-01-16T09:42:39.795 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: partition_filters: 0 2024-01-16T09:42:39.795 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: use_delta_encoding: 1 2024-01-16T09:42:39.795 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-16T09:42:39.795 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: whole_key_filtering: 1 2024-01-16T09:42:39.795 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: verify_compression: 0 2024-01-16T09:42:39.795 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: read_amp_bytes_per_bit: 0 2024-01-16T09:42:39.795 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: format_version: 2 2024-01-16T09:42:39.796 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: enable_index_compression: 1 2024-01-16T09:42:39.796 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: block_align: 0 2024-01-16T09:42:39.796 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-16T09:42:39.796 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-16T09:42:39.796 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.compression: NoCompression 2024-01-16T09:42:39.796 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-16T09:42:39.796 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-16T09:42:39.796 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-16T09:42:39.796 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.num_levels: 7 2024-01-16T09:42:39.796 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-16T09:42:39.796 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-16T09:42:39.796 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-16T09:42:39.796 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-16T09:42:39.797 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-16T09:42:39.797 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-16T09:42:39.797 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-16T09:42:39.797 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-16T09:42:39.797 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-16T09:42:39.797 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-16T09:42:39.797 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-16T09:42:39.797 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-16T09:42:39.797 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-16T09:42:39.797 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-16T09:42:39.797 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-16T09:42:39.797 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-16T09:42:39.797 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-16T09:42:39.797 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-16T09:42:39.797 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-16T09:42:39.798 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-16T09:42:39.798 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-16T09:42:39.798 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-16T09:42:39.798 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-16T09:42:39.798 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-16T09:42:39.798 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-16T09:42:39.798 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-16T09:42:39.798 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-16T09:42:39.798 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-16T09:42:39.798 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-16T09:42:39.798 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-16T09:42:39.798 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-16T09:42:39.798 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-16T09:42:39.798 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-16T09:42:39.798 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-16T09:42:39.798 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-16T09:42:39.799 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-16T09:42:39.799 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-16T09:42:39.799 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-16T09:42:39.799 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-16T09:42:39.799 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-16T09:42:39.799 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-16T09:42:39.799 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-16T09:42:39.799 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-16T09:42:39.799 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-16T09:42:39.799 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-16T09:42:39.799 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-16T09:42:39.799 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-16T09:42:39.799 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.table_properties_collectors: 2024-01-16T09:42:39.799 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.inplace_update_support: 0 2024-01-16T09:42:39.799 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-16T09:42:39.800 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-16T09:42:39.800 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-16T09:42:39.800 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-16T09:42:39.800 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.bloom_locality: 0 2024-01-16T09:42:39.800 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.max_successive_merges: 0 2024-01-16T09:42:39.800 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-16T09:42:39.800 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-16T09:42:39.800 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-16T09:42:39.800 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-16T09:42:39.800 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.ttl: 2592000 2024-01-16T09:42:39.800 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-16T09:42:39.800 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi038/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-16T09:42:39.800 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-01-16T09:42:39.800 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705398159629802, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-01-16T09:42:39.801 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-01-16T09:42:39.801 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-01-16T09:42:39.801 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705398159630877, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83406, "table_properties": {"data_size": 81673, "index_size": 338, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 581, "raw_key_size": 9331, "raw_average_key_size": 47, "raw_value_size": 76185, "raw_average_value_size": 384, "num_data_blocks": 11, "num_entries": 198, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1705398159, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-16T09:42:39.801 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.624+0000 7ff007c20880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-01-16T09:42:39.801 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.628+0000 7ff007c20880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705398159634017, "job": 1, "event": "recovery_finished"} 2024-01-16T09:42:39.801 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.628+0000 7ff007c20880 4 rocksdb: DB pointer 0x56454a5f1800 2024-01-16T09:42:39.801 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.628+0000 7fefeea15700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-16T09:42:39.801 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.628+0000 7fefeea15700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-16T09:42:39.801 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: ** DB Stats ** 2024-01-16T09:42:39.801 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-16T09:42:39.801 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-16T09:42:39.801 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-16T09:42:39.801 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-16T09:42:39.801 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-16T09:42:39.801 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-16T09:42:39.801 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-16T09:42:39.802 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: ** Compaction Stats [default] ** 2024-01-16T09:42:39.802 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-16T09:42:39.802 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T09:42:39.802 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: L0 2/0 83.14 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 107.9 0.00 0.00 1 0.001 0 0 2024-01-16T09:42:39.802 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: Sum 2/0 83.14 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 107.9 0.00 0.00 1 0.001 0 0 2024-01-16T09:42:39.802 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 107.9 0.00 0.00 1 0.001 0 0 2024-01-16T09:42:39.802 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: ** Compaction Stats [default] ** 2024-01-16T09:42:39.802 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-16T09:42:39.802 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T09:42:39.802 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 107.9 0.00 0.00 1 0.001 0 0 2024-01-16T09:42:39.802 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-16T09:42:39.802 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-16T09:42:39.802 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-16T09:42:39.802 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: AddFile(Total Files): cumulative 0, interval 0 2024-01-16T09:42:39.802 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-16T09:42:39.803 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: AddFile(Keys): cumulative 0, interval 0 2024-01-16T09:42:39.803 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: Cumulative compaction: 0.00 GB write, 10.87 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-16T09:42:39.803 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: Interval compaction: 0.00 GB write, 10.87 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-16T09:42:39.803 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-16T09:42:39.803 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: ** File Read Latency Histogram By Level [default] ** 2024-01-16T09:42:39.803 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: ** Compaction Stats [default] ** 2024-01-16T09:42:39.803 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-16T09:42:39.803 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T09:42:39.803 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: L0 2/0 83.14 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 107.9 0.00 0.00 1 0.001 0 0 2024-01-16T09:42:39.803 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: Sum 2/0 83.14 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 107.9 0.00 0.00 1 0.001 0 0 2024-01-16T09:42:39.803 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-16T09:42:39.803 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: ** Compaction Stats [default] ** 2024-01-16T09:42:39.804 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-16T09:42:39.804 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T09:42:39.804 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 107.9 0.00 0.00 1 0.001 0 0 2024-01-16T09:42:39.804 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-16T09:42:39.804 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-16T09:42:39.804 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-16T09:42:39.804 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: AddFile(Total Files): cumulative 0, interval 0 2024-01-16T09:42:39.804 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-16T09:42:39.804 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: AddFile(Keys): cumulative 0, interval 0 2024-01-16T09:42:39.804 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: Cumulative compaction: 0.00 GB write, 10.80 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-16T09:42:39.804 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-16T09:42:39.804 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-16T09:42:39.804 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: ** File Read Latency Histogram By Level [default] ** 2024-01-16T09:42:39.804 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.632+0000 7ff007c20880 0 starting mon.smithi038 rank 0 at public addrs [v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0] at bind addrs [v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi038 fsid 71323a66-b453-11ee-95ad-87774f69a715 2024-01-16T09:42:39.805 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.632+0000 7ff007c20880 1 mon.smithi038@-1(???) e1 preinit fsid 71323a66-b453-11ee-95ad-87774f69a715 2024-01-16T09:42:39.805 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.632+0000 7ff007c20880 0 mon.smithi038@-1(???).mds e1 new map 2024-01-16T09:42:39.805 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.632+0000 7ff007c20880 0 mon.smithi038@-1(???).mds e1 print_map 2024-01-16T09:42:39.805 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: e1 2024-01-16T09:42:39.805 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: enable_multiple, ever_enabled_multiple: 1,1 2024-01-16T09:42:39.805 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-01-16T09:42:39.805 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: legacy client fscid: -1 2024-01-16T09:42:39.805 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: 2024-01-16T09:42:39.805 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: No filesystems configured 2024-01-16T09:42:39.805 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.632+0000 7ff007c20880 0 mon.smithi038@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-16T09:42:39.805 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.632+0000 7ff007c20880 0 mon.smithi038@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-16T09:42:39.805 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.632+0000 7ff007c20880 0 mon.smithi038@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-16T09:42:39.805 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.632+0000 7ff007c20880 0 mon.smithi038@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-16T09:42:39.805 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: audit 2024-01-16T09:42:36.954312+0000 mon.smithi038 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.38:0/1102725778' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:42:39.805 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: debug 2024-01-16T09:42:39.632+0000 7ff007c20880 1 mon.smithi038@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-01-16T09:42:39.806 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: cluster 2024-01-16T09:42:39.661219+0000 mon.smithi038 (mon.0) 1 : cluster [INF] mon.smithi038 is new leader, mons smithi038 in quorum (ranks 0) 2024-01-16T09:42:39.806 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: cluster 2024-01-16T09:42:39.661432+0000 mon.smithi038 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi038=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0]} removed_ranks: {} 2024-01-16T09:42:39.806 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: cluster 2024-01-16T09:42:39.662464+0000 mon.smithi038 (mon.0) 3 : cluster [DBG] fsmap 2024-01-16T09:42:39.806 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: cluster 2024-01-16T09:42:39.662543+0000 mon.smithi038 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-16T09:42:39.806 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:39 smithi038 bash[13941]: cluster 2024-01-16T09:42:39.663650+0000 mon.smithi038 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-01-16T09:42:40.602 INFO:teuthology.orchestra.run.smithi038.stderr:Wrote config to /etc/ceph/ceph.conf 2024-01-16T09:42:40.603 INFO:teuthology.orchestra.run.smithi038.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-01-16T09:42:40.603 INFO:teuthology.orchestra.run.smithi038.stderr:Creating mgr... 2024-01-16T09:42:40.604 INFO:teuthology.orchestra.run.smithi038.stderr:Verifying port 9283 ... 2024-01-16T09:42:40.825 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: Failed to reset failed state of unit ceph-71323a66-b453-11ee-95ad-87774f69a715@mgr.smithi038.dukxrr.service: Unit ceph-71323a66-b453-11ee-95ad-87774f69a715@mgr.smithi038.dukxrr.service not loaded. 2024-01-16T09:42:40.832 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: Created symlink /etc/systemd/system/ceph-71323a66-b453-11ee-95ad-87774f69a715.target.wants/ceph-71323a66-b453-11ee-95ad-87774f69a715@mgr.smithi038.dukxrr.service -> /etc/systemd/system/ceph-71323a66-b453-11ee-95ad-87774f69a715@.service. 2024-01-16T09:42:41.048 INFO:teuthology.orchestra.run.smithi038.stderr:firewalld does not appear to be present 2024-01-16T09:42:41.048 INFO:teuthology.orchestra.run.smithi038.stderr:Not possible to enable service . firewalld.service is not available 2024-01-16T09:42:41.048 INFO:teuthology.orchestra.run.smithi038.stderr:firewalld does not appear to be present 2024-01-16T09:42:41.048 INFO:teuthology.orchestra.run.smithi038.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-01-16T09:42:41.048 INFO:teuthology.orchestra.run.smithi038.stderr:Waiting for mgr to start... 2024-01-16T09:42:41.049 INFO:teuthology.orchestra.run.smithi038.stderr:Waiting for mgr... 2024-01-16T09:42:41.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:40 smithi038 bash[13941]: audit 2024-01-16T09:42:39.947050+0000 mon.smithi038 (mon.0) 6 : audit [INF] from='client.? 172.21.15.38:0/4180503285' entity='client.admin' 2024-01-16T09:42:42.735 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 2024-01-16T09:42:42.736 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: { 2024-01-16T09:42:42.739 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "fsid": "71323a66-b453-11ee-95ad-87774f69a715", 2024-01-16T09:42:42.739 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "health": { 2024-01-16T09:42:42.739 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-16T09:42:42.740 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "checks": {}, 2024-01-16T09:42:42.740 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "mutes": [] 2024-01-16T09:42:42.740 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-01-16T09:42:42.740 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-16T09:42:42.740 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "quorum": [ 2024-01-16T09:42:42.740 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 0 2024-01-16T09:42:42.740 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: ], 2024-01-16T09:42:42.740 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-16T09:42:42.740 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "smithi038" 2024-01-16T09:42:42.740 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: ], 2024-01-16T09:42:42.740 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "quorum_age": 3, 2024-01-16T09:42:42.741 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "monmap": { 2024-01-16T09:42:42.741 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T09:42:42.741 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-16T09:42:42.741 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-16T09:42:42.741 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-01-16T09:42:42.741 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "osdmap": { 2024-01-16T09:42:42.741 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T09:42:42.741 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-16T09:42:42.741 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-16T09:42:42.743 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-16T09:42:42.743 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-16T09:42:42.743 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-16T09:42:42.744 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-16T09:42:42.744 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-01-16T09:42:42.744 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "pgmap": { 2024-01-16T09:42:42.744 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-16T09:42:42.744 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-16T09:42:42.744 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-16T09:42:42.744 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-16T09:42:42.748 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-16T09:42:42.748 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-16T09:42:42.748 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-16T09:42:42.748 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-16T09:42:42.748 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-01-16T09:42:42.748 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "fsmap": { 2024-01-16T09:42:42.748 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T09:42:42.749 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-16T09:42:42.749 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-16T09:42:42.749 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-01-16T09:42:42.749 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-16T09:42:42.749 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "available": false, 2024-01-16T09:42:42.749 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-16T09:42:42.749 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "modules": [ 2024-01-16T09:42:42.749 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "iostat", 2024-01-16T09:42:42.749 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "nfs", 2024-01-16T09:42:42.749 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "restful" 2024-01-16T09:42:42.749 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: ], 2024-01-16T09:42:42.749 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "services": {} 2024-01-16T09:42:42.749 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-01-16T09:42:42.750 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "servicemap": { 2024-01-16T09:42:42.750 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T09:42:42.750 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "modified": "2024-01-16T09:42:33.211026+0000", 2024-01-16T09:42:42.750 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "services": {} 2024-01-16T09:42:42.750 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-01-16T09:42:42.750 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-16T09:42:42.750 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: } 2024-01-16T09:42:43.128 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:42 smithi038 bash[13941]: audit 2024-01-16T09:42:42.734528+0000 mon.smithi038 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.38:0/1225477341' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-16T09:42:43.402 INFO:teuthology.orchestra.run.smithi038.stderr:mgr not available, waiting (1/15)... 2024-01-16T09:42:46.459 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 2024-01-16T09:42:46.459 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: { 2024-01-16T09:42:46.459 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "fsid": "71323a66-b453-11ee-95ad-87774f69a715", 2024-01-16T09:42:46.459 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "health": { 2024-01-16T09:42:46.460 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-16T09:42:46.460 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "checks": {}, 2024-01-16T09:42:46.460 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "mutes": [] 2024-01-16T09:42:46.460 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-01-16T09:42:46.460 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-16T09:42:46.460 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "quorum": [ 2024-01-16T09:42:46.460 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 0 2024-01-16T09:42:46.460 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: ], 2024-01-16T09:42:46.460 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-16T09:42:46.460 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "smithi038" 2024-01-16T09:42:46.460 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: ], 2024-01-16T09:42:46.460 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "quorum_age": 6, 2024-01-16T09:42:46.461 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "monmap": { 2024-01-16T09:42:46.462 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T09:42:46.462 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-16T09:42:46.462 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-16T09:42:46.462 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-01-16T09:42:46.462 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "osdmap": { 2024-01-16T09:42:46.462 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T09:42:46.462 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-16T09:42:46.462 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-16T09:42:46.462 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-16T09:42:46.465 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-16T09:42:46.465 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-16T09:42:46.465 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-16T09:42:46.465 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-01-16T09:42:46.465 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "pgmap": { 2024-01-16T09:42:46.465 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-16T09:42:46.465 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-16T09:42:46.465 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-16T09:42:46.465 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-16T09:42:46.465 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-16T09:42:46.465 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-16T09:42:46.465 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-16T09:42:46.466 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-16T09:42:46.466 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-01-16T09:42:46.466 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "fsmap": { 2024-01-16T09:42:46.466 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T09:42:46.466 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-16T09:42:46.466 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-16T09:42:46.466 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-01-16T09:42:46.466 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-16T09:42:46.466 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "available": false, 2024-01-16T09:42:46.466 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-16T09:42:46.466 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "modules": [ 2024-01-16T09:42:46.466 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "iostat", 2024-01-16T09:42:46.466 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "nfs", 2024-01-16T09:42:46.466 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "restful" 2024-01-16T09:42:46.467 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: ], 2024-01-16T09:42:46.468 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "services": {} 2024-01-16T09:42:46.468 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-01-16T09:42:46.468 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "servicemap": { 2024-01-16T09:42:46.468 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T09:42:46.468 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "modified": "2024-01-16T09:42:33.211026+0000", 2024-01-16T09:42:46.468 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "services": {} 2024-01-16T09:42:46.468 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-01-16T09:42:46.468 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-16T09:42:46.468 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: } 2024-01-16T09:42:46.783 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:46 smithi038 bash[13941]: audit 2024-01-16T09:42:46.457809+0000 mon.smithi038 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.38:0/477038026' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-16T09:42:47.109 INFO:teuthology.orchestra.run.smithi038.stderr:mgr not available, waiting (2/15)... 2024-01-16T09:42:49.534 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:49 smithi038 bash[13941]: cluster 2024-01-16T09:42:49.102531+0000 mon.smithi038 (mon.0) 9 : cluster [INF] Activating manager daemon smithi038.dukxrr 2024-01-16T09:42:49.534 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:49 smithi038 bash[13941]: cluster 2024-01-16T09:42:49.108848+0000 mon.smithi038 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi038.dukxrr(active, starting, since 0.00654385s) 2024-01-16T09:42:49.534 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:49 smithi038 bash[13941]: audit 2024-01-16T09:42:49.110974+0000 mon.smithi038 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.38:0/212605655' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-16T09:42:49.535 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:49 smithi038 bash[13941]: audit 2024-01-16T09:42:49.111350+0000 mon.smithi038 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.38:0/212605655' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-16T09:42:49.535 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:49 smithi038 bash[13941]: audit 2024-01-16T09:42:49.111609+0000 mon.smithi038 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.38:0/212605655' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-16T09:42:49.535 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:49 smithi038 bash[13941]: audit 2024-01-16T09:42:49.111881+0000 mon.smithi038 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.38:0/212605655' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "mon metadata", "id": "smithi038"}]: dispatch 2024-01-16T09:42:49.535 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:49 smithi038 bash[13941]: audit 2024-01-16T09:42:49.112171+0000 mon.smithi038 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.38:0/212605655' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "mgr metadata", "who": "smithi038.dukxrr", "id": "smithi038.dukxrr"}]: dispatch 2024-01-16T09:42:49.535 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:49 smithi038 bash[13941]: cluster 2024-01-16T09:42:49.139882+0000 mon.smithi038 (mon.0) 16 : cluster [INF] Manager daemon smithi038.dukxrr is now available 2024-01-16T09:42:49.535 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:49 smithi038 bash[13941]: audit 2024-01-16T09:42:49.150882+0000 mon.smithi038 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.38:0/212605655' entity='mgr.smithi038.dukxrr' 2024-01-16T09:42:50.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:50 smithi038 bash[13941]: audit 2024-01-16T09:42:49.161588+0000 mon.smithi038 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.38:0/212605655' entity='mgr.smithi038.dukxrr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi038.dukxrr/mirror_snapshot_schedule"}]: dispatch 2024-01-16T09:42:50.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:50 smithi038 bash[13941]: audit 2024-01-16T09:42:49.166499+0000 mon.smithi038 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.38:0/212605655' entity='mgr.smithi038.dukxrr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi038.dukxrr/trash_purge_schedule"}]: dispatch 2024-01-16T09:42:50.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:50 smithi038 bash[13941]: audit 2024-01-16T09:42:49.171582+0000 mon.smithi038 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.38:0/212605655' entity='mgr.smithi038.dukxrr' 2024-01-16T09:42:50.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:50 smithi038 bash[13941]: audit 2024-01-16T09:42:49.173728+0000 mon.smithi038 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.38:0/212605655' entity='mgr.smithi038.dukxrr' 2024-01-16T09:42:50.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:50 smithi038 bash[13941]: cluster 2024-01-16T09:42:50.114584+0000 mon.smithi038 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi038.dukxrr(active, since 1.01229s) 2024-01-16T09:42:50.649 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 2024-01-16T09:42:50.649 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: { 2024-01-16T09:42:50.649 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "fsid": "71323a66-b453-11ee-95ad-87774f69a715", 2024-01-16T09:42:50.649 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "health": { 2024-01-16T09:42:50.649 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-16T09:42:50.650 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "checks": {}, 2024-01-16T09:42:50.650 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "mutes": [] 2024-01-16T09:42:50.650 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-01-16T09:42:50.650 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-16T09:42:50.650 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "quorum": [ 2024-01-16T09:42:50.650 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 0 2024-01-16T09:42:50.650 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: ], 2024-01-16T09:42:50.650 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-16T09:42:50.651 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "smithi038" 2024-01-16T09:42:50.651 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: ], 2024-01-16T09:42:50.651 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "quorum_age": 10, 2024-01-16T09:42:50.651 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "monmap": { 2024-01-16T09:42:50.651 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T09:42:50.651 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-16T09:42:50.651 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-16T09:42:50.652 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-01-16T09:42:50.652 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "osdmap": { 2024-01-16T09:42:50.652 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T09:42:50.652 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-16T09:42:50.652 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-16T09:42:50.652 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-16T09:42:50.653 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-16T09:42:50.653 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-16T09:42:50.653 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-16T09:42:50.653 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-01-16T09:42:50.653 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "pgmap": { 2024-01-16T09:42:50.653 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-16T09:42:50.653 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-16T09:42:50.654 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-16T09:42:50.654 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-16T09:42:50.654 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-16T09:42:50.654 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-16T09:42:50.654 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-16T09:42:50.654 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-16T09:42:50.654 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-01-16T09:42:50.655 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "fsmap": { 2024-01-16T09:42:50.655 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T09:42:50.655 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-16T09:42:50.655 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-16T09:42:50.655 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-01-16T09:42:50.655 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-16T09:42:50.656 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "available": true, 2024-01-16T09:42:50.656 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-16T09:42:50.656 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "modules": [ 2024-01-16T09:42:50.656 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "iostat", 2024-01-16T09:42:50.656 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "nfs", 2024-01-16T09:42:50.656 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "restful" 2024-01-16T09:42:50.656 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: ], 2024-01-16T09:42:50.657 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "services": {} 2024-01-16T09:42:50.657 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-01-16T09:42:50.657 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "servicemap": { 2024-01-16T09:42:50.658 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T09:42:50.658 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "modified": "2024-01-16T09:42:33.211026+0000", 2024-01-16T09:42:50.658 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "services": {} 2024-01-16T09:42:50.658 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-01-16T09:42:50.658 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-16T09:42:50.658 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: } 2024-01-16T09:42:51.314 INFO:teuthology.orchestra.run.smithi038.stderr:mgr is available 2024-01-16T09:42:51.533 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:51 smithi038 bash[13941]: audit 2024-01-16T09:42:50.641268+0000 mon.smithi038 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.38:0/3226246664' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-16T09:42:52.534 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:52 smithi038 bash[13941]: cluster 2024-01-16T09:42:51.162145+0000 mon.smithi038 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi038.dukxrr(active, since 2s) 2024-01-16T09:42:52.634 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 2024-01-16T09:42:52.635 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: [global] 2024-01-16T09:42:52.635 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: fsid = 71323a66-b453-11ee-95ad-87774f69a715 2024-01-16T09:42:52.635 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-16T09:42:52.635 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-16T09:42:52.636 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-16T09:42:52.636 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-16T09:42:52.636 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 2024-01-16T09:42:52.636 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: [mgr] 2024-01-16T09:42:52.636 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-16T09:42:52.636 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 2024-01-16T09:42:52.636 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: [osd] 2024-01-16T09:42:52.636 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-16T09:42:52.637 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-16T09:42:53.260 INFO:teuthology.orchestra.run.smithi038.stderr:Enabling cephadm module... 2024-01-16T09:42:53.533 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:53 smithi038 bash[13941]: audit 2024-01-16T09:42:52.633219+0000 mon.smithi038 (mon.0) 25 : audit [INF] from='client.? 172.21.15.38:0/2594707598' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-16T09:42:55.971 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:55 smithi038 bash[13941]: audit 2024-01-16T09:42:54.673460+0000 mon.smithi038 (mon.0) 26 : audit [INF] from='client.? 172.21.15.38:0/1533024957' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-01-16T09:42:56.989 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:56 smithi038 bash[13941]: audit 2024-01-16T09:42:55.656296+0000 mon.smithi038 (mon.0) 27 : audit [INF] from='client.? 172.21.15.38:0/1533024957' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-01-16T09:42:56.989 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:56 smithi038 bash[13941]: cluster 2024-01-16T09:42:55.656435+0000 mon.smithi038 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi038.dukxrr(active, since 6s) 2024-01-16T09:42:57.694 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: { 2024-01-16T09:42:57.694 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "epoch": 5, 2024-01-16T09:42:57.694 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "available": true, 2024-01-16T09:42:57.694 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "active_name": "smithi038.dukxrr", 2024-01-16T09:42:57.694 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-16T09:42:57.694 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: } 2024-01-16T09:42:58.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:42:57 smithi038 bash[13941]: audit 2024-01-16T09:42:57.693548+0000 mon.smithi038 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.38:0/2808468360' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-16T09:42:58.355 INFO:teuthology.orchestra.run.smithi038.stderr:Waiting for the mgr to restart... 2024-01-16T09:42:58.355 INFO:teuthology.orchestra.run.smithi038.stderr:Waiting for mgr epoch 5... 2024-01-16T09:43:02.784 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:02 smithi038 bash[13941]: cluster 2024-01-16T09:43:02.494663+0000 mon.smithi038 (mon.0) 30 : cluster [INF] Active manager daemon smithi038.dukxrr restarted 2024-01-16T09:43:02.784 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:02 smithi038 bash[13941]: cluster 2024-01-16T09:43:02.495114+0000 mon.smithi038 (mon.0) 31 : cluster [INF] Activating manager daemon smithi038.dukxrr 2024-01-16T09:43:02.784 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:02 smithi038 bash[13941]: cluster 2024-01-16T09:43:02.503918+0000 mon.smithi038 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-01-16T09:43:02.784 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:02 smithi038 bash[13941]: cluster 2024-01-16T09:43:02.504205+0000 mon.smithi038 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi038.dukxrr(active, starting, since 0.00924083s) 2024-01-16T09:43:02.784 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:02 smithi038 bash[13941]: audit 2024-01-16T09:43:02.505380+0000 mon.smithi038 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.38:0/1141693612' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "mon metadata", "id": "smithi038"}]: dispatch 2024-01-16T09:43:02.784 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:02 smithi038 bash[13941]: audit 2024-01-16T09:43:02.506710+0000 mon.smithi038 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.38:0/1141693612' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "mgr metadata", "who": "smithi038.dukxrr", "id": "smithi038.dukxrr"}]: dispatch 2024-01-16T09:43:02.784 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:02 smithi038 bash[13941]: audit 2024-01-16T09:43:02.507959+0000 mon.smithi038 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.38:0/1141693612' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-16T09:43:02.784 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:02 smithi038 bash[13941]: audit 2024-01-16T09:43:02.508213+0000 mon.smithi038 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.38:0/1141693612' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-16T09:43:02.784 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:02 smithi038 bash[13941]: audit 2024-01-16T09:43:02.508470+0000 mon.smithi038 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.38:0/1141693612' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-16T09:43:02.784 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:02 smithi038 bash[13941]: cluster 2024-01-16T09:43:02.536489+0000 mon.smithi038 (mon.0) 39 : cluster [INF] Manager daemon smithi038.dukxrr is now available 2024-01-16T09:43:03.523 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: { 2024-01-16T09:43:03.523 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-01-16T09:43:03.523 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "initialized": true 2024-01-16T09:43:03.523 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: } 2024-01-16T09:43:04.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:03 smithi038 bash[13941]: cephadm 2024-01-16T09:43:02.556981+0000 mgr.smithi038.dukxrr (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-01-16T09:43:04.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:03 smithi038 bash[13941]: audit 2024-01-16T09:43:02.561287+0000 mon.smithi038 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.38:0/1141693612' entity='mgr.smithi038.dukxrr' 2024-01-16T09:43:04.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:03 smithi038 bash[13941]: audit 2024-01-16T09:43:02.692969+0000 mon.smithi038 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.38:0/1141693612' entity='mgr.smithi038.dukxrr' 2024-01-16T09:43:04.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:03 smithi038 bash[13941]: audit 2024-01-16T09:43:02.695267+0000 mon.smithi038 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.38:0/1141693612' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:43:04.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:03 smithi038 bash[13941]: audit 2024-01-16T09:43:02.698023+0000 mon.smithi038 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.38:0/1141693612' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:43:04.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:03 smithi038 bash[13941]: audit 2024-01-16T09:43:02.701179+0000 mon.smithi038 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.38:0/1141693612' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:43:04.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:03 smithi038 bash[13941]: audit 2024-01-16T09:43:02.731381+0000 mon.smithi038 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.38:0/1141693612' entity='mgr.smithi038.dukxrr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi038.dukxrr/mirror_snapshot_schedule"}]: dispatch 2024-01-16T09:43:04.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:03 smithi038 bash[13941]: audit 2024-01-16T09:43:02.737407+0000 mon.smithi038 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.38:0/1141693612' entity='mgr.smithi038.dukxrr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi038.dukxrr/trash_purge_schedule"}]: dispatch 2024-01-16T09:43:04.035 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:03 smithi038 bash[13941]: cluster 2024-01-16T09:43:03.507948+0000 mon.smithi038 (mon.0) 47 : cluster [DBG] mgrmap e7: smithi038.dukxrr(active, since 1.01299s) 2024-01-16T09:43:04.153 INFO:teuthology.orchestra.run.smithi038.stderr:mgr epoch 5 is available 2024-01-16T09:43:04.153 INFO:teuthology.orchestra.run.smithi038.stderr:Setting orchestrator backend to cephadm... 2024-01-16T09:43:04.839 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:04 smithi038 bash[13941]: audit 2024-01-16T09:43:03.506708+0000 mgr.smithi038.dukxrr (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-16T09:43:04.839 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:04 smithi038 bash[13941]: audit 2024-01-16T09:43:03.522642+0000 mgr.smithi038.dukxrr (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-16T09:43:05.784 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:05 smithi038 bash[13941]: cluster 2024-01-16T09:43:04.567048+0000 mon.smithi038 (mon.0) 48 : cluster [DBG] mgrmap e8: smithi038.dukxrr(active, since 2s) 2024-01-16T09:43:05.784 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:05 smithi038 bash[13941]: audit 2024-01-16T09:43:05.460559+0000 mon.smithi038 (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.38:0/1141693612' entity='mgr.smithi038.dukxrr' 2024-01-16T09:43:05.784 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:05 smithi038 bash[13941]: audit 2024-01-16T09:43:05.479145+0000 mon.smithi038 (mon.0) 50 : audit [DBG] from='mgr.14116 172.21.15.38:0/1141693612' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:43:06.834 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:06 smithi038 bash[13941]: audit 2024-01-16T09:43:05.448664+0000 mgr.smithi038.dukxrr (mgr.14116) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:43:07.368 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: value unchanged 2024-01-16T09:43:07.964 INFO:teuthology.orchestra.run.smithi038.stderr:Generating ssh key... 2024-01-16T09:43:07.991 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:07 smithi038 bash[13941]: audit 2024-01-16T09:43:07.367394+0000 mgr.smithi038.dukxrr (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:43:10.962 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:10 smithi038 bash[13941]: audit 2024-01-16T09:43:09.312182+0000 mgr.smithi038.dukxrr (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:43:10.962 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:10 smithi038 bash[13941]: cephadm 2024-01-16T09:43:09.312663+0000 mgr.smithi038.dukxrr (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2024-01-16T09:43:10.962 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:10 smithi038 bash[13941]: audit 2024-01-16T09:43:09.676697+0000 mon.smithi038 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.38:0/1141693612' entity='mgr.smithi038.dukxrr' 2024-01-16T09:43:10.962 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:10 smithi038 bash[13941]: audit 2024-01-16T09:43:09.682001+0000 mon.smithi038 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.38:0/1141693612' entity='mgr.smithi038.dukxrr' 2024-01-16T09:43:11.507 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3baXgLpQHW90UJV+qVo3blrGR6d5ZJKt6yOGAuCqciorIWbJvXsheCVjy7NqTdYMl7jfG8qQBEjAHpzSlHZnr2qouvKhCr7QZfyKfZ4M4qSKbPkDMkTfbRUApxlDryLSV/WH0rWdZBAuyuM0s1yGKfalxpFJP8aZcb2Kz/ezek/WXZn0iewVjflHjdgG5/c6BGQPi6hHLtoGh8jdM/VDWJbBomcZOPxlrs6He90o/pb2C3KHowVil3Es+CDZevdH0Un4OOVmhCcmqZZHkSEyfg2p8Y4d5lxo4g4q6HThyauTlfoM82B7bX0Eqjf8BYE9pkIrMYn07k1ky7hDSGsTstbSb8MOIUgAUKuEu0V0xj5ZW9XtSMtzMVNbuFNXAS9TK53DpwZBLgh+Gq7xOzS8eUtwGApjxZ5H0EE5Yvp+x6OrhL0q43EyDN8TtxMe1ch5n8cODJ4SyA6w+1pHXOObdIbdgBM64mMN/nRQ6JCDoW2ajEJ4hACPWdS/AjFBTBgE= ceph-71323a66-b453-11ee-95ad-87774f69a715 2024-01-16T09:43:12.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:11 smithi038 bash[13941]: audit 2024-01-16T09:43:11.506781+0000 mgr.smithi038.dukxrr (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:43:12.125 INFO:teuthology.orchestra.run.smithi038.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-01-16T09:43:12.125 INFO:teuthology.orchestra.run.smithi038.stderr:Adding key to root@localhost authorized_keys... 2024-01-16T09:43:12.125 INFO:teuthology.orchestra.run.smithi038.stderr:Adding host smithi038... 2024-01-16T09:43:14.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:13 smithi038 bash[13941]: audit 2024-01-16T09:43:13.452752+0000 mgr.smithi038.dukxrr (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi038", "addr": "172.21.15.38", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:43:14.299 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: Added host 'smithi038' with addr '172.21.15.38' 2024-01-16T09:43:15.090 INFO:teuthology.orchestra.run.smithi038.stderr:Deploying mon service with default placement... 2024-01-16T09:43:15.533 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:15 smithi038 bash[13941]: audit 2024-01-16T09:43:14.298305+0000 mon.smithi038 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.38:0/1141693612' entity='mgr.smithi038.dukxrr' 2024-01-16T09:43:15.534 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:15 smithi038 bash[13941]: cephadm 2024-01-16T09:43:14.298952+0000 mgr.smithi038.dukxrr (mgr.14116) 10 : cephadm [INF] Added host smithi038 2024-01-16T09:43:15.534 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:15 smithi038 bash[13941]: audit 2024-01-16T09:43:14.333679+0000 mon.smithi038 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.38:0/1141693612' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:43:16.984 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: Scheduled mon update... 2024-01-16T09:43:17.928 INFO:teuthology.orchestra.run.smithi038.stderr:Deploying mgr service with default placement... 2024-01-16T09:43:18.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:17 smithi038 bash[13941]: audit 2024-01-16T09:43:16.975707+0000 mgr.smithi038.dukxrr (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:43:18.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:17 smithi038 bash[13941]: cephadm 2024-01-16T09:43:16.978921+0000 mgr.smithi038.dukxrr (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2024-01-16T09:43:18.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:17 smithi038 bash[13941]: audit 2024-01-16T09:43:16.983660+0000 mon.smithi038 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.38:0/1141693612' entity='mgr.smithi038.dukxrr' 2024-01-16T09:43:18.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:17 smithi038 bash[13941]: audit 2024-01-16T09:43:17.975191+0000 mon.smithi038 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.38:0/1141693612' entity='mgr.smithi038.dukxrr' 2024-01-16T09:43:19.290 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-01-16T09:43:19.518 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:19 smithi038 bash[13941]: audit 2024-01-16T09:43:18.238368+0000 mon.smithi038 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.38:0/1141693612' entity='mgr.smithi038.dukxrr' 2024-01-16T09:43:19.963 INFO:teuthology.orchestra.run.smithi038.stderr:Deploying crash service with default placement... 2024-01-16T09:43:20.618 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:20 smithi038 bash[13941]: audit 2024-01-16T09:43:19.283275+0000 mgr.smithi038.dukxrr (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:43:20.619 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:20 smithi038 bash[13941]: cephadm 2024-01-16T09:43:19.285355+0000 mgr.smithi038.dukxrr (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2024-01-16T09:43:20.619 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:20 smithi038 bash[13941]: audit 2024-01-16T09:43:19.289451+0000 mon.smithi038 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.38:0/1141693612' entity='mgr.smithi038.dukxrr' 2024-01-16T09:43:21.208 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: Scheduled crash update... 2024-01-16T09:43:21.921 INFO:teuthology.orchestra.run.smithi038.stderr:Deploying prometheus service with default placement... 2024-01-16T09:43:22.534 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:22 smithi038 bash[13941]: audit 2024-01-16T09:43:21.200739+0000 mgr.smithi038.dukxrr (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:43:22.534 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:22 smithi038 bash[13941]: cephadm 2024-01-16T09:43:21.203109+0000 mgr.smithi038.dukxrr (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2024-01-16T09:43:22.534 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:22 smithi038 bash[13941]: audit 2024-01-16T09:43:21.207754+0000 mon.smithi038 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.38:0/1141693612' entity='mgr.smithi038.dukxrr' 2024-01-16T09:43:23.223 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-01-16T09:43:23.618 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:23 smithi038 bash[13941]: cluster 2024-01-16T09:43:22.509935+0000 mgr.smithi038.dukxrr (mgr.14116) 17 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:43:23.618 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:23 smithi038 bash[13941]: audit 2024-01-16T09:43:23.222525+0000 mon.smithi038 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.38:0/1141693612' entity='mgr.smithi038.dukxrr' 2024-01-16T09:43:23.893 INFO:teuthology.orchestra.run.smithi038.stderr:Deploying grafana service with default placement... 2024-01-16T09:43:24.783 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:24 smithi038 bash[13941]: audit 2024-01-16T09:43:23.211217+0000 mgr.smithi038.dukxrr (mgr.14116) 18 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:43:24.784 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:24 smithi038 bash[13941]: cephadm 2024-01-16T09:43:23.213450+0000 mgr.smithi038.dukxrr (mgr.14116) 19 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-01-16T09:43:25.294 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-01-16T09:43:25.783 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:25 smithi038 bash[13941]: cluster 2024-01-16T09:43:24.510436+0000 mgr.smithi038.dukxrr (mgr.14116) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:43:25.783 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:25 smithi038 bash[13941]: audit 2024-01-16T09:43:25.293415+0000 mon.smithi038 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.38:0/1141693612' entity='mgr.smithi038.dukxrr' 2024-01-16T09:43:25.941 INFO:teuthology.orchestra.run.smithi038.stderr:Deploying node-exporter service with default placement... 2024-01-16T09:43:27.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:26 smithi038 bash[13941]: audit 2024-01-16T09:43:25.286334+0000 mgr.smithi038.dukxrr (mgr.14116) 21 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:43:27.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:26 smithi038 bash[13941]: cephadm 2024-01-16T09:43:25.288496+0000 mgr.smithi038.dukxrr (mgr.14116) 22 : cephadm [INF] Saving service grafana spec with placement count:1 2024-01-16T09:43:27.250 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-01-16T09:43:27.915 INFO:teuthology.orchestra.run.smithi038.stderr:Deploying alertmanager service with default placement... 2024-01-16T09:43:28.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:27 smithi038 bash[13941]: cluster 2024-01-16T09:43:26.510993+0000 mgr.smithi038.dukxrr (mgr.14116) 23 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:43:28.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:27 smithi038 bash[13941]: audit 2024-01-16T09:43:26.700438+0000 mon.smithi038 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.38:0/1141693612' entity='mgr.smithi038.dukxrr' 2024-01-16T09:43:28.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:27 smithi038 bash[13941]: audit 2024-01-16T09:43:27.250091+0000 mon.smithi038 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.38:0/1141693612' entity='mgr.smithi038.dukxrr' 2024-01-16T09:43:29.035 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:28 smithi038 bash[13941]: audit 2024-01-16T09:43:27.241256+0000 mgr.smithi038.dukxrr (mgr.14116) 24 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:43:29.036 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:28 smithi038 bash[13941]: cephadm 2024-01-16T09:43:27.243560+0000 mgr.smithi038.dukxrr (mgr.14116) 25 : cephadm [INF] Saving service node-exporter spec with placement * 2024-01-16T09:43:29.295 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-01-16T09:43:29.784 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:29 smithi038 bash[13941]: cluster 2024-01-16T09:43:28.511460+0000 mgr.smithi038.dukxrr (mgr.14116) 26 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:43:29.784 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:29 smithi038 bash[13941]: audit 2024-01-16T09:43:29.294711+0000 mon.smithi038 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.38:0/1141693612' entity='mgr.smithi038.dukxrr' 2024-01-16T09:43:31.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:30 smithi038 bash[13941]: audit 2024-01-16T09:43:29.285235+0000 mgr.smithi038.dukxrr (mgr.14116) 27 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:43:31.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:30 smithi038 bash[13941]: cephadm 2024-01-16T09:43:29.287465+0000 mgr.smithi038.dukxrr (mgr.14116) 28 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-01-16T09:43:31.783 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:31 smithi038 bash[13941]: cluster 2024-01-16T09:43:30.511792+0000 mgr.smithi038.dukxrr (mgr.14116) 29 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:43:31.784 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:31 smithi038 bash[13941]: audit 2024-01-16T09:43:31.319182+0000 mon.smithi038 (mon.0) 65 : audit [INF] from='client.? 172.21.15.38:0/2680033586' entity='client.admin' 2024-01-16T09:43:33.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:32 smithi038 bash[13941]: cluster 2024-01-16T09:43:32.512284+0000 mgr.smithi038.dukxrr (mgr.14116) 30 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:43:33.979 INFO:teuthology.orchestra.run.smithi038.stderr:Enabling the dashboard module... 2024-01-16T09:43:34.533 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:34 smithi038 bash[13941]: audit 2024-01-16T09:43:33.266839+0000 mon.smithi038 (mon.0) 66 : audit [INF] from='client.? 172.21.15.38:0/2716152941' entity='client.admin' 2024-01-16T09:43:35.881 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:35 smithi038 bash[13941]: cluster 2024-01-16T09:43:34.512760+0000 mgr.smithi038.dukxrr (mgr.14116) 31 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:43:36.915 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:36 smithi038 bash[13941]: audit 2024-01-16T09:43:35.908859+0000 mon.smithi038 (mon.0) 67 : audit [INF] from='client.? 172.21.15.38:0/49748558' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-01-16T09:43:38.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:37 smithi038 bash[13941]: audit 2024-01-16T09:43:36.668139+0000 mon.smithi038 (mon.0) 68 : audit [INF] from='client.? 172.21.15.38:0/49748558' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-01-16T09:43:38.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:37 smithi038 bash[13941]: cluster 2024-01-16T09:43:36.668275+0000 mon.smithi038 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi038.dukxrr(active, since 34s) 2024-01-16T09:43:38.764 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: { 2024-01-16T09:43:38.764 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "epoch": 9, 2024-01-16T09:43:38.764 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "available": true, 2024-01-16T09:43:38.764 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "active_name": "smithi038.dukxrr", 2024-01-16T09:43:38.765 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-16T09:43:38.765 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: } 2024-01-16T09:43:39.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:38 smithi038 bash[13941]: audit 2024-01-16T09:43:38.763433+0000 mon.smithi038 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.38:0/1167565704' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-16T09:43:39.441 INFO:teuthology.orchestra.run.smithi038.stderr:Waiting for the mgr to restart... 2024-01-16T09:43:39.441 INFO:teuthology.orchestra.run.smithi038.stderr:Waiting for mgr epoch 9... 2024-01-16T09:43:43.865 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:43 smithi038 bash[13941]: cluster 2024-01-16T09:43:43.590397+0000 mon.smithi038 (mon.0) 71 : cluster [INF] Active manager daemon smithi038.dukxrr restarted 2024-01-16T09:43:43.865 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:43 smithi038 bash[13941]: cluster 2024-01-16T09:43:43.590822+0000 mon.smithi038 (mon.0) 72 : cluster [INF] Activating manager daemon smithi038.dukxrr 2024-01-16T09:43:43.865 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:43 smithi038 bash[13941]: cluster 2024-01-16T09:43:43.600500+0000 mon.smithi038 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-01-16T09:43:43.866 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:43 smithi038 bash[13941]: cluster 2024-01-16T09:43:43.600704+0000 mon.smithi038 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi038.dukxrr(active, starting, since 0.0100541s) 2024-01-16T09:43:43.866 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:43 smithi038 bash[13941]: audit 2024-01-16T09:43:43.602021+0000 mon.smithi038 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.38:0/1858785013' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "mon metadata", "id": "smithi038"}]: dispatch 2024-01-16T09:43:43.866 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:43 smithi038 bash[13941]: audit 2024-01-16T09:43:43.603327+0000 mon.smithi038 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.38:0/1858785013' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "mgr metadata", "who": "smithi038.dukxrr", "id": "smithi038.dukxrr"}]: dispatch 2024-01-16T09:43:43.866 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:43 smithi038 bash[13941]: audit 2024-01-16T09:43:43.604159+0000 mon.smithi038 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.38:0/1858785013' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-16T09:43:43.866 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:43 smithi038 bash[13941]: audit 2024-01-16T09:43:43.604486+0000 mon.smithi038 (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.38:0/1858785013' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-16T09:43:43.867 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:43 smithi038 bash[13941]: audit 2024-01-16T09:43:43.604806+0000 mon.smithi038 (mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.38:0/1858785013' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-16T09:43:43.867 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:43 smithi038 bash[13941]: cluster 2024-01-16T09:43:43.608539+0000 mon.smithi038 (mon.0) 80 : cluster [INF] Manager daemon smithi038.dukxrr is now available 2024-01-16T09:43:44.617 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: { 2024-01-16T09:43:44.617 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2024-01-16T09:43:44.617 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "initialized": true 2024-01-16T09:43:44.617 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: } 2024-01-16T09:43:45.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:44 smithi038 bash[13941]: audit 2024-01-16T09:43:43.749290+0000 mon.smithi038 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.38:0/1858785013' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:43:45.035 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:44 smithi038 bash[13941]: audit 2024-01-16T09:43:43.752290+0000 mon.smithi038 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.38:0/1858785013' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:43:45.035 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:44 smithi038 bash[13941]: audit 2024-01-16T09:43:43.798092+0000 mon.smithi038 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.38:0/1858785013' entity='mgr.smithi038.dukxrr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi038.dukxrr/mirror_snapshot_schedule"}]: dispatch 2024-01-16T09:43:45.035 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:44 smithi038 bash[13941]: audit 2024-01-16T09:43:43.803897+0000 mon.smithi038 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.38:0/1858785013' entity='mgr.smithi038.dukxrr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi038.dukxrr/trash_purge_schedule"}]: dispatch 2024-01-16T09:43:45.035 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:44 smithi038 bash[13941]: cluster 2024-01-16T09:43:44.604993+0000 mon.smithi038 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi038.dukxrr(active, since 1.01434s) 2024-01-16T09:43:45.276 INFO:teuthology.orchestra.run.smithi038.stderr:mgr epoch 9 is available 2024-01-16T09:43:45.277 INFO:teuthology.orchestra.run.smithi038.stderr:Generating a dashboard self-signed certificate... 2024-01-16T09:43:45.950 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:45 smithi038 bash[13941]: audit 2024-01-16T09:43:44.604144+0000 mgr.smithi038.dukxrr (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-16T09:43:45.950 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:45 smithi038 bash[13941]: audit 2024-01-16T09:43:44.616876+0000 mgr.smithi038.dukxrr (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-16T09:43:46.622 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: Self-signed certificate created 2024-01-16T09:43:47.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:46 smithi038 bash[13941]: cluster 2024-01-16T09:43:45.661127+0000 mon.smithi038 (mon.0) 86 : cluster [DBG] mgrmap e12: smithi038.dukxrr(active, since 2s) 2024-01-16T09:43:47.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:46 smithi038 bash[13941]: audit 2024-01-16T09:43:46.616207+0000 mon.smithi038 (mon.0) 87 : audit [INF] from='mgr.14156 172.21.15.38:0/1858785013' entity='mgr.smithi038.dukxrr' 2024-01-16T09:43:47.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:46 smithi038 bash[13941]: audit 2024-01-16T09:43:46.621454+0000 mon.smithi038 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.38:0/1858785013' entity='mgr.smithi038.dukxrr' 2024-01-16T09:43:47.302 INFO:teuthology.orchestra.run.smithi038.stderr:Creating initial admin user... 2024-01-16T09:43:48.024 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:47 smithi038 bash[13941]: audit 2024-01-16T09:43:46.520841+0000 mgr.smithi038.dukxrr (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:43:48.912 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$iTbwWBq7dNg8.U1MhxZQH.Rf8ak5sAYzJIoBPSZ.CQZ6PsFJAFgAm", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1705398228, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-01-16T09:43:49.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:48 smithi038 bash[13941]: audit 2024-01-16T09:43:48.638914+0000 mgr.smithi038.dukxrr (mgr.14156) 4 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:43:49.596 INFO:teuthology.orchestra.run.smithi038.stderr:Fetching dashboard port number... 2024-01-16T09:43:50.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:49 smithi038 bash[13941]: audit 2024-01-16T09:43:48.910738+0000 mon.smithi038 (mon.0) 89 : audit [INF] from='mgr.14156 172.21.15.38:0/1858785013' entity='mgr.smithi038.dukxrr' 2024-01-16T09:43:50.865 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 8443 2024-01-16T09:43:51.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:50 smithi038 bash[13941]: cluster 2024-01-16T09:43:49.918898+0000 mon.smithi038 (mon.0) 90 : cluster [DBG] mgrmap e13: smithi038.dukxrr(active, since 6s) 2024-01-16T09:43:51.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:50 smithi038 bash[13941]: audit 2024-01-16T09:43:50.578597+0000 mon.smithi038 (mon.0) 91 : audit [INF] from='mgr.14156 172.21.15.38:0/1858785013' entity='mgr.smithi038.dukxrr' 2024-01-16T09:43:51.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:50 smithi038 bash[13941]: audit 2024-01-16T09:43:50.864780+0000 mon.smithi038 (mon.0) 92 : audit [DBG] from='client.? 172.21.15.38:0/3451783935' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-01-16T09:43:51.607 INFO:teuthology.orchestra.run.smithi038.stderr:firewalld does not appear to be present 2024-01-16T09:43:51.607 INFO:teuthology.orchestra.run.smithi038.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-01-16T09:43:51.610 INFO:teuthology.orchestra.run.smithi038.stderr:Ceph Dashboard is now available at: 2024-01-16T09:43:51.611 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-01-16T09:43:51.611 INFO:teuthology.orchestra.run.smithi038.stderr: URL: https://smithi038.front.sepia.ceph.com:8443/ 2024-01-16T09:43:51.611 INFO:teuthology.orchestra.run.smithi038.stderr: User: admin 2024-01-16T09:43:51.611 INFO:teuthology.orchestra.run.smithi038.stderr: Password: zwxwzyj5kq 2024-01-16T09:43:51.611 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-01-16T09:43:51.611 INFO:teuthology.orchestra.run.smithi038.stderr:Enabling autotune for osd_memory_target 2024-01-16T09:43:55.101 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2024-01-16T09:43:55.996 INFO:teuthology.orchestra.run.smithi038.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-01-16T09:43:55.996 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-01-16T09:43:55.996 INFO:teuthology.orchestra.run.smithi038.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 71323a66-b453-11ee-95ad-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-01-16T09:43:55.996 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-01-16T09:43:55.997 INFO:teuthology.orchestra.run.smithi038.stderr:Or, if you are only running a single cluster on this host: 2024-01-16T09:43:55.997 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-01-16T09:43:55.997 INFO:teuthology.orchestra.run.smithi038.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2024-01-16T09:43:55.997 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-01-16T09:43:55.997 INFO:teuthology.orchestra.run.smithi038.stderr:Please consider enabling telemetry to help improve Ceph: 2024-01-16T09:43:55.997 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-01-16T09:43:55.997 INFO:teuthology.orchestra.run.smithi038.stderr: ceph telemetry on 2024-01-16T09:43:55.997 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-01-16T09:43:55.997 INFO:teuthology.orchestra.run.smithi038.stderr:For more information see: 2024-01-16T09:43:55.998 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-01-16T09:43:55.998 INFO:teuthology.orchestra.run.smithi038.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2024-01-16T09:43:55.998 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-01-16T09:43:55.998 INFO:teuthology.orchestra.run.smithi038.stderr:Bootstrap complete. 2024-01-16T09:43:56.030 INFO:tasks.cephadm:Fetching config... 2024-01-16T09:43:56.031 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2024-01-16T09:43:56.031 DEBUG:teuthology.orchestra.run.smithi038:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-01-16T09:43:56.037 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-01-16T09:43:56.037 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2024-01-16T09:43:56.037 DEBUG:teuthology.orchestra.run.smithi038:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-01-16T09:43:56.089 INFO:tasks.cephadm:Fetching mon keyring... 2024-01-16T09:43:56.089 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2024-01-16T09:43:56.089 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd if=/var/lib/ceph/71323a66-b453-11ee-95ad-87774f69a715/mon.smithi038/keyring of=/dev/stdout 2024-01-16T09:43:56.146 INFO:tasks.cephadm:Fetching pub ssh key... 2024-01-16T09:43:56.146 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2024-01-16T09:43:56.146 DEBUG:teuthology.orchestra.run.smithi038:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-01-16T09:43:56.188 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:43:56 smithi038 bash[13941]: audit 2024-01-16T09:43:55.098520+0000 mon.smithi038 (mon.0) 93 : audit [INF] from='client.? 172.21.15.38:0/837290217' entity='client.admin' 2024-01-16T09:43:56.195 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-01-16T09:43:56.195 DEBUG:teuthology.orchestra.run.smithi038:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3baXgLpQHW90UJV+qVo3blrGR6d5ZJKt6yOGAuCqciorIWbJvXsheCVjy7NqTdYMl7jfG8qQBEjAHpzSlHZnr2qouvKhCr7QZfyKfZ4M4qSKbPkDMkTfbRUApxlDryLSV/WH0rWdZBAuyuM0s1yGKfalxpFJP8aZcb2Kz/ezek/WXZn0iewVjflHjdgG5/c6BGQPi6hHLtoGh8jdM/VDWJbBomcZOPxlrs6He90o/pb2C3KHowVil3Es+CDZevdH0Un4OOVmhCcmqZZHkSEyfg2p8Y4d5lxo4g4q6HThyauTlfoM82B7bX0Eqjf8BYE9pkIrMYn07k1ky7hDSGsTstbSb8MOIUgAUKuEu0V0xj5ZW9XtSMtzMVNbuFNXAS9TK53DpwZBLgh+Gq7xOzS8eUtwGApjxZ5H0EE5Yvp+x6OrhL0q43EyDN8TtxMe1ch5n8cODJ4SyA6w+1pHXOObdIbdgBM64mMN/nRQ6JCDoW2ajEJ4hACPWdS/AjFBTBgE= ceph-71323a66-b453-11ee-95ad-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-16T09:43:56.256 INFO:teuthology.orchestra.run.smithi038.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3baXgLpQHW90UJV+qVo3blrGR6d5ZJKt6yOGAuCqciorIWbJvXsheCVjy7NqTdYMl7jfG8qQBEjAHpzSlHZnr2qouvKhCr7QZfyKfZ4M4qSKbPkDMkTfbRUApxlDryLSV/WH0rWdZBAuyuM0s1yGKfalxpFJP8aZcb2Kz/ezek/WXZn0iewVjflHjdgG5/c6BGQPi6hHLtoGh8jdM/VDWJbBomcZOPxlrs6He90o/pb2C3KHowVil3Es+CDZevdH0Un4OOVmhCcmqZZHkSEyfg2p8Y4d5lxo4g4q6HThyauTlfoM82B7bX0Eqjf8BYE9pkIrMYn07k1ky7hDSGsTstbSb8MOIUgAUKuEu0V0xj5ZW9XtSMtzMVNbuFNXAS9TK53DpwZBLgh+Gq7xOzS8eUtwGApjxZ5H0EE5Yvp+x6OrhL0q43EyDN8TtxMe1ch5n8cODJ4SyA6w+1pHXOObdIbdgBM64mMN/nRQ6JCDoW2ajEJ4hACPWdS/AjFBTBgE= ceph-71323a66-b453-11ee-95ad-87774f69a715 2024-01-16T09:43:56.267 DEBUG:teuthology.orchestra.run.smithi133:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3baXgLpQHW90UJV+qVo3blrGR6d5ZJKt6yOGAuCqciorIWbJvXsheCVjy7NqTdYMl7jfG8qQBEjAHpzSlHZnr2qouvKhCr7QZfyKfZ4M4qSKbPkDMkTfbRUApxlDryLSV/WH0rWdZBAuyuM0s1yGKfalxpFJP8aZcb2Kz/ezek/WXZn0iewVjflHjdgG5/c6BGQPi6hHLtoGh8jdM/VDWJbBomcZOPxlrs6He90o/pb2C3KHowVil3Es+CDZevdH0Un4OOVmhCcmqZZHkSEyfg2p8Y4d5lxo4g4q6HThyauTlfoM82B7bX0Eqjf8BYE9pkIrMYn07k1ky7hDSGsTstbSb8MOIUgAUKuEu0V0xj5ZW9XtSMtzMVNbuFNXAS9TK53DpwZBLgh+Gq7xOzS8eUtwGApjxZ5H0EE5Yvp+x6OrhL0q43EyDN8TtxMe1ch5n8cODJ4SyA6w+1pHXOObdIbdgBM64mMN/nRQ6JCDoW2ajEJ4hACPWdS/AjFBTBgE= ceph-71323a66-b453-11ee-95ad-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-16T09:43:56.294 INFO:teuthology.orchestra.run.smithi133.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3baXgLpQHW90UJV+qVo3blrGR6d5ZJKt6yOGAuCqciorIWbJvXsheCVjy7NqTdYMl7jfG8qQBEjAHpzSlHZnr2qouvKhCr7QZfyKfZ4M4qSKbPkDMkTfbRUApxlDryLSV/WH0rWdZBAuyuM0s1yGKfalxpFJP8aZcb2Kz/ezek/WXZn0iewVjflHjdgG5/c6BGQPi6hHLtoGh8jdM/VDWJbBomcZOPxlrs6He90o/pb2C3KHowVil3Es+CDZevdH0Un4OOVmhCcmqZZHkSEyfg2p8Y4d5lxo4g4q6HThyauTlfoM82B7bX0Eqjf8BYE9pkIrMYn07k1ky7hDSGsTstbSb8MOIUgAUKuEu0V0xj5ZW9XtSMtzMVNbuFNXAS9TK53DpwZBLgh+Gq7xOzS8eUtwGApjxZ5H0EE5Yvp+x6OrhL0q43EyDN8TtxMe1ch5n8cODJ4SyA6w+1pHXOObdIbdgBM64mMN/nRQ6JCDoW2ajEJ4hACPWdS/AjFBTBgE= ceph-71323a66-b453-11ee-95ad-87774f69a715 2024-01-16T09:43:56.305 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-01-16T09:44:00.709 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-01-16T09:44:00.709 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-01-16T09:44:01.075 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:00 smithi038 bash[13941]: audit 2024-01-16T09:43:59.741105+0000 mon.smithi038 (mon.0) 94 : audit [INF] from='client.? 172.21.15.38:0/1050019425' entity='client.admin' 2024-01-16T09:44:05.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:04 smithi038 bash[13941]: cluster 2024-01-16T09:44:03.606007+0000 mgr.smithi038.dukxrr (mgr.14156) 5 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:44:05.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:04 smithi038 bash[13941]: audit 2024-01-16T09:44:04.033782+0000 mon.smithi038 (mon.0) 95 : audit [INF] from='mgr.14156 172.21.15.38:0/1858785013' entity='mgr.smithi038.dukxrr' 2024-01-16T09:44:05.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:04 smithi038 bash[13941]: audit 2024-01-16T09:44:04.274620+0000 mon.smithi038 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.38:0/1858785013' entity='mgr.smithi038.dukxrr' 2024-01-16T09:44:05.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:04 smithi038 bash[13941]: audit 2024-01-16T09:44:04.355205+0000 mon.smithi038 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.38:0/1858785013' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config rm", "who": "osd/host:smithi038", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:44:05.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:04 smithi038 bash[13941]: audit 2024-01-16T09:44:04.356652+0000 mon.smithi038 (mon.0) 98 : audit [DBG] from='mgr.14156 172.21.15.38:0/1858785013' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:44:05.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:04 smithi038 bash[13941]: audit 2024-01-16T09:44:04.357639+0000 mon.smithi038 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.38:0/1858785013' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T09:44:05.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:04 smithi038 bash[13941]: audit 2024-01-16T09:44:04.474606+0000 mon.smithi038 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.38:0/1858785013' entity='mgr.smithi038.dukxrr' 2024-01-16T09:44:05.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:04 smithi038 bash[13941]: audit 2024-01-16T09:44:04.481508+0000 mon.smithi038 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.38:0/1858785013' entity='mgr.smithi038.dukxrr' 2024-01-16T09:44:05.035 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi133 2024-01-16T09:44:05.035 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-01-16T09:44:05.035 DEBUG:teuthology.orchestra.run.smithi133:> dd of=/etc/ceph/ceph.conf 2024-01-16T09:44:05.042 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-01-16T09:44:05.043 DEBUG:teuthology.orchestra.run.smithi133:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-16T09:44:05.092 INFO:tasks.cephadm:Adding host smithi133 to orchestrator... 2024-01-16T09:44:05.092 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch host add smithi133 2024-01-16T09:44:06.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:05 smithi038 bash[13941]: cephadm 2024-01-16T09:44:04.359862+0000 mgr.smithi038.dukxrr (mgr.14156) 7 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.conf 2024-01-16T09:44:06.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:05 smithi038 bash[13941]: cephadm 2024-01-16T09:44:04.406735+0000 mgr.smithi038.dukxrr (mgr.14156) 8 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.client.admin.keyring 2024-01-16T09:44:06.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:05 smithi038 bash[13941]: cephadm 2024-01-16T09:44:04.495885+0000 mgr.smithi038.dukxrr (mgr.14156) 9 : cephadm [INF] Deploying daemon alertmanager.smithi038 on smithi038 2024-01-16T09:44:07.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:06 smithi038 bash[13941]: cluster 2024-01-16T09:44:05.606573+0000 mgr.smithi038.dukxrr (mgr.14156) 10 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:44:09.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:08 smithi038 bash[13941]: cluster 2024-01-16T09:44:07.607182+0000 mgr.smithi038.dukxrr (mgr.14156) 11 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:44:10.965 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:10 smithi038 bash[13941]: cluster 2024-01-16T09:44:09.607731+0000 mgr.smithi038.dukxrr (mgr.14156) 12 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:44:13.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:12 smithi038 bash[13941]: cluster 2024-01-16T09:44:11.608200+0000 mgr.smithi038.dukxrr (mgr.14156) 13 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:44:13.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:12 smithi038 bash[13941]: audit 2024-01-16T09:44:12.215918+0000 mon.smithi038 (mon.0) 102 : audit [INF] from='mgr.14156 172.21.15.38:0/1858785013' entity='mgr.smithi038.dukxrr' 2024-01-16T09:44:13.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:12 smithi038 bash[13941]: audit 2024-01-16T09:44:12.218975+0000 mon.smithi038 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.38:0/1858785013' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi038", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-16T09:44:13.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:12 smithi038 bash[13941]: audit 2024-01-16T09:44:12.223509+0000 mon.smithi038 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.38:0/1858785013' entity='mgr.smithi038.dukxrr' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi038", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-16T09:44:13.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:12 smithi038 bash[13941]: audit 2024-01-16T09:44:12.224755+0000 mon.smithi038 (mon.0) 105 : audit [DBG] from='mgr.14156 172.21.15.38:0/1858785013' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:44:14.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:13 smithi038 bash[13941]: cephadm 2024-01-16T09:44:12.225722+0000 mgr.smithi038.dukxrr (mgr.14156) 14 : cephadm [INF] Deploying daemon crash.smithi038 on smithi038 2024-01-16T09:44:14.799 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:14 smithi038 bash[13941]: cluster 2024-01-16T09:44:13.608669+0000 mgr.smithi038.dukxrr (mgr.14156) 15 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:44:14.799 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:14 smithi038 bash[13941]: audit 2024-01-16T09:44:13.806871+0000 mon.smithi038 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.38:0/1858785013' entity='mgr.smithi038.dukxrr' 2024-01-16T09:44:16.534 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:16 smithi038 bash[13941]: audit 2024-01-16T09:44:15.076097+0000 mon.smithi038 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.38:0/1858785013' entity='mgr.smithi038.dukxrr' 2024-01-16T09:44:16.534 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:16 smithi038 bash[13941]: audit 2024-01-16T09:44:15.299992+0000 mon.smithi038 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.38:0/1858785013' entity='mgr.smithi038.dukxrr' 2024-01-16T09:44:16.534 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:16 smithi038 bash[13941]: audit 2024-01-16T09:44:15.305409+0000 mon.smithi038 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.38:0/1858785013' entity='mgr.smithi038.dukxrr' 2024-01-16T09:44:16.534 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:16 smithi038 bash[13941]: audit 2024-01-16T09:44:15.307437+0000 mon.smithi038 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.38:0/1858785013' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-16T09:44:16.534 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:16 smithi038 bash[13941]: audit 2024-01-16T09:44:15.307879+0000 mgr.smithi038.dukxrr (mgr.14156) 16 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-16T09:44:16.534 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:16 smithi038 bash[13941]: audit 2024-01-16T09:44:15.314471+0000 mon.smithi038 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.38:0/1858785013' entity='mgr.smithi038.dukxrr' 2024-01-16T09:44:16.534 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:16 smithi038 bash[13941]: cephadm 2024-01-16T09:44:15.326970+0000 mgr.smithi038.dukxrr (mgr.14156) 17 : cephadm [INF] Deploying daemon grafana.smithi038 on smithi038 2024-01-16T09:44:16.534 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:16 smithi038 bash[13941]: cluster 2024-01-16T09:44:15.609123+0000 mgr.smithi038.dukxrr (mgr.14156) 18 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:44:19.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:18 smithi038 bash[13941]: cluster 2024-01-16T09:44:17.609521+0000 mgr.smithi038.dukxrr (mgr.14156) 19 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:44:20.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:19 smithi038 bash[13941]: audit 2024-01-16T09:44:18.813188+0000 mon.smithi038 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.38:0/1858785013' entity='mgr.smithi038.dukxrr' 2024-01-16T09:44:20.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:19 smithi038 bash[13941]: cluster 2024-01-16T09:44:19.609888+0000 mgr.smithi038.dukxrr (mgr.14156) 20 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:44:23.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:22 smithi038 bash[13941]: cluster 2024-01-16T09:44:21.610265+0000 mgr.smithi038.dukxrr (mgr.14156) 21 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:44:25.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:24 smithi038 bash[13941]: cluster 2024-01-16T09:44:23.610605+0000 mgr.smithi038.dukxrr (mgr.14156) 22 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:44:27.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:26 smithi038 bash[13941]: cluster 2024-01-16T09:44:25.611012+0000 mgr.smithi038.dukxrr (mgr.14156) 23 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:44:29.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:28 smithi038 bash[13941]: cluster 2024-01-16T09:44:27.611441+0000 mgr.smithi038.dukxrr (mgr.14156) 24 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:44:31.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:30 smithi038 bash[13941]: cluster 2024-01-16T09:44:29.611820+0000 mgr.smithi038.dukxrr (mgr.14156) 25 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:44:33.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:32 smithi038 bash[13941]: cluster 2024-01-16T09:44:31.612314+0000 mgr.smithi038.dukxrr (mgr.14156) 26 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:44:35.036 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:34 smithi038 bash[13941]: cluster 2024-01-16T09:44:33.612706+0000 mgr.smithi038.dukxrr (mgr.14156) 27 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:44:37.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:36 smithi038 bash[13941]: cluster 2024-01-16T09:44:35.613182+0000 mgr.smithi038.dukxrr (mgr.14156) 28 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:44:38.968 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:38 smithi038 bash[13941]: cluster 2024-01-16T09:44:37.613619+0000 mgr.smithi038.dukxrr (mgr.14156) 29 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:44:39.979 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:39 smithi038 bash[13941]: audit 2024-01-16T09:44:38.936855+0000 mon.smithi038 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.38:0/1858785013' entity='mgr.smithi038.dukxrr' 2024-01-16T09:44:39.979 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:39 smithi038 bash[13941]: cephadm 2024-01-16T09:44:38.941722+0000 mgr.smithi038.dukxrr (mgr.14156) 30 : cephadm [INF] Deploying daemon node-exporter.smithi038 on smithi038 2024-01-16T09:44:39.979 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:39 smithi038 bash[13941]: cluster 2024-01-16T09:44:39.613868+0000 mgr.smithi038.dukxrr (mgr.14156) 31 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:44:39.979 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:39 smithi038 bash[13941]: audit 2024-01-16T09:44:39.677016+0000 mon.smithi038 (mon.0) 114 : audit [INF] from='mgr.14156 172.21.15.38:0/1858785013' entity='mgr.smithi038.dukxrr' 2024-01-16T09:44:39.979 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:39 smithi038 bash[13941]: audit 2024-01-16T09:44:39.680315+0000 mon.smithi038 (mon.0) 115 : audit [INF] from='mgr.14156 172.21.15.38:0/1858785013' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-01-16T09:44:41.948 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:41 smithi038 bash[13941]: audit 2024-01-16T09:44:40.680037+0000 mon.smithi038 (mon.0) 116 : audit [INF] from='mgr.14156 172.21.15.38:0/1858785013' entity='mgr.smithi038.dukxrr' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-01-16T09:44:41.948 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:41 smithi038 bash[13941]: cluster 2024-01-16T09:44:40.680098+0000 mon.smithi038 (mon.0) 117 : cluster [DBG] mgrmap e14: smithi038.dukxrr(active, since 57s) 2024-01-16T09:44:47.682 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:47 smithi038 bash[13941]: cluster 2024-01-16T09:44:47.599008+0000 mon.smithi038 (mon.0) 118 : cluster [INF] Active manager daemon smithi038.dukxrr restarted 2024-01-16T09:44:47.682 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:47 smithi038 bash[13941]: cluster 2024-01-16T09:44:47.599665+0000 mon.smithi038 (mon.0) 119 : cluster [INF] Activating manager daemon smithi038.dukxrr 2024-01-16T09:44:47.682 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:47 smithi038 bash[13941]: cluster 2024-01-16T09:44:47.605753+0000 mon.smithi038 (mon.0) 120 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-01-16T09:44:47.682 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:47 smithi038 bash[13941]: cluster 2024-01-16T09:44:47.605946+0000 mon.smithi038 (mon.0) 121 : cluster [DBG] mgrmap e15: smithi038.dukxrr(active, starting, since 0.00647472s) 2024-01-16T09:44:47.682 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:47 smithi038 bash[13941]: audit 2024-01-16T09:44:47.607431+0000 mon.smithi038 (mon.0) 122 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "mon metadata", "id": "smithi038"}]: dispatch 2024-01-16T09:44:47.683 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:47 smithi038 bash[13941]: audit 2024-01-16T09:44:47.608350+0000 mon.smithi038 (mon.0) 123 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "mgr metadata", "who": "smithi038.dukxrr", "id": "smithi038.dukxrr"}]: dispatch 2024-01-16T09:44:47.683 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:47 smithi038 bash[13941]: audit 2024-01-16T09:44:47.609173+0000 mon.smithi038 (mon.0) 124 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-16T09:44:47.683 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:47 smithi038 bash[13941]: audit 2024-01-16T09:44:47.609384+0000 mon.smithi038 (mon.0) 125 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-16T09:44:47.683 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:47 smithi038 bash[13941]: audit 2024-01-16T09:44:47.609597+0000 mon.smithi038 (mon.0) 126 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-16T09:44:47.683 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:47 smithi038 bash[13941]: cluster 2024-01-16T09:44:47.612473+0000 mon.smithi038 (mon.0) 127 : cluster [INF] Manager daemon smithi038.dukxrr is now available 2024-01-16T09:44:48.768 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:48 smithi038 bash[13941]: audit 2024-01-16T09:44:47.748127+0000 mon.smithi038 (mon.0) 128 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:44:48.768 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:48 smithi038 bash[13941]: audit 2024-01-16T09:44:47.749934+0000 mon.smithi038 (mon.0) 129 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:44:48.768 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:48 smithi038 bash[13941]: audit 2024-01-16T09:44:47.781373+0000 mon.smithi038 (mon.0) 130 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:44:48.768 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:48 smithi038 bash[13941]: audit 2024-01-16T09:44:47.801494+0000 mon.smithi038 (mon.0) 131 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi038.dukxrr/mirror_snapshot_schedule"}]: dispatch 2024-01-16T09:44:48.768 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:48 smithi038 bash[13941]: audit 2024-01-16T09:44:47.807764+0000 mon.smithi038 (mon.0) 132 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi038.dukxrr/trash_purge_schedule"}]: dispatch 2024-01-16T09:44:48.768 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:48 smithi038 bash[13941]: cluster 2024-01-16T09:44:48.610080+0000 mon.smithi038 (mon.0) 133 : cluster [DBG] mgrmap e16: smithi038.dukxrr(active, since 1.01059s) 2024-01-16T09:44:49.458 INFO:teuthology.orchestra.run.smithi133.stdout:Added host 'smithi133' with addr '172.21.15.133' 2024-01-16T09:44:49.819 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:49 smithi038 bash[13941]: audit 2024-01-16T09:44:48.610944+0000 mgr.smithi038.dukxrr (mgr.14180) 1 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi133", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:44:49.819 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:49 smithi038 bash[13941]: audit 2024-01-16T09:44:49.456932+0000 mon.smithi038 (mon.0) 134 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:44:50.153 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch host ls --format=json 2024-01-16T09:44:50.864 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:50 smithi038 bash[13941]: cephadm 2024-01-16T09:44:49.457808+0000 mgr.smithi038.dukxrr (mgr.14180) 2 : cephadm [INF] Added host smithi133 2024-01-16T09:44:50.864 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:50 smithi038 bash[13941]: cluster 2024-01-16T09:44:50.459578+0000 mon.smithi038 (mon.0) 135 : cluster [DBG] mgrmap e17: smithi038.dukxrr(active, since 2s) 2024-01-16T09:44:52.994 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-16T09:44:52.994 INFO:teuthology.orchestra.run.smithi133.stdout:[{"addr": "172.21.15.38", "hostname": "smithi038", "labels": [], "status": ""}, {"addr": "172.21.15.133", "hostname": "smithi133", "labels": [], "status": ""}] 2024-01-16T09:44:53.658 INFO:tasks.cephadm:Setting crush tunables to default 2024-01-16T09:44:53.658 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph osd crush tunables default 2024-01-16T09:44:55.025 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:54 smithi038 bash[13941]: audit 2024-01-16T09:44:52.993102+0000 mgr.smithi038.dukxrr (mgr.14180) 3 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:44:55.025 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:54 smithi038 bash[13941]: audit 2024-01-16T09:44:53.613036+0000 mon.smithi038 (mon.0) 136 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:44:55.026 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:54 smithi038 bash[13941]: audit 2024-01-16T09:44:53.899292+0000 mon.smithi038 (mon.0) 137 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config rm", "who": "osd/host:smithi038", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:44:55.026 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:54 smithi038 bash[13941]: audit 2024-01-16T09:44:53.900553+0000 mon.smithi038 (mon.0) 138 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:44:55.026 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:54 smithi038 bash[13941]: audit 2024-01-16T09:44:53.901550+0000 mon.smithi038 (mon.0) 139 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T09:44:55.026 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:54 smithi038 bash[13941]: audit 2024-01-16T09:44:54.035289+0000 mon.smithi038 (mon.0) 140 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:44:55.026 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:54 smithi038 bash[13941]: audit 2024-01-16T09:44:54.039677+0000 mon.smithi038 (mon.0) 141 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:44:55.988 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:55 smithi038 bash[13941]: cephadm 2024-01-16T09:44:53.903738+0000 mgr.smithi038.dukxrr (mgr.14180) 4 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.conf 2024-01-16T09:44:55.989 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:55 smithi038 bash[13941]: cephadm 2024-01-16T09:44:53.979675+0000 mgr.smithi038.dukxrr (mgr.14180) 5 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.client.admin.keyring 2024-01-16T09:44:55.989 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:44:55 smithi038 bash[13941]: cephadm 2024-01-16T09:44:54.061606+0000 mgr.smithi038.dukxrr (mgr.14180) 6 : cephadm [INF] Deploying daemon prometheus.smithi038 on smithi038 2024-01-16T09:45:01.036 INFO:teuthology.orchestra.run.smithi038.stderr:adjusted tunables profile to default 2024-01-16T09:45:01.378 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:01 smithi038 bash[13941]: audit 2024-01-16T09:45:00.977045+0000 mon.smithi038 (mon.0) 142 : audit [INF] from='client.? 172.21.15.38:0/1377717629' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-01-16T09:45:02.533 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:02 smithi038 bash[13941]: audit 2024-01-16T09:45:01.032754+0000 mon.smithi038 (mon.0) 143 : audit [INF] from='client.? 172.21.15.38:0/1377717629' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-01-16T09:45:02.533 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:02 smithi038 bash[13941]: cluster 2024-01-16T09:45:01.032833+0000 mon.smithi038 (mon.0) 144 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-16T09:45:02.960 INFO:tasks.cephadm:Adding mon.smithi038 on smithi038 2024-01-16T09:45:02.960 INFO:tasks.cephadm:Adding mon.smithi133 on smithi133 2024-01-16T09:45:02.961 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch apply mon '2;smithi038:172.21.15.38=smithi038;smithi133:172.21.15.133=smithi133' 2024-01-16T09:45:05.825 INFO:teuthology.orchestra.run.smithi133.stdout:Scheduled mon update... 2024-01-16T09:45:06.452 DEBUG:teuthology.orchestra.run.smithi133:mon.smithi133> sudo journalctl -f -n 0 -u ceph-71323a66-b453-11ee-95ad-87774f69a715@mon.smithi133.service 2024-01-16T09:45:06.454 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:45:06.455 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:45:06.607 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-01-16T09:45:07.201 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:06 smithi038 bash[13941]: audit 2024-01-16T09:45:05.816594+0000 mgr.smithi038.dukxrr (mgr.14180) 7 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi038:172.21.15.38=smithi038;smithi133:172.21.15.133=smithi133", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:45:07.202 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:06 smithi038 bash[13941]: cephadm 2024-01-16T09:45:05.822282+0000 mgr.smithi038.dukxrr (mgr.14180) 8 : cephadm [INF] Saving service mon spec with placement smithi038:172.21.15.38=smithi038;smithi133:172.21.15.133=smithi133;count:2 2024-01-16T09:45:07.202 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:06 smithi038 bash[13941]: audit 2024-01-16T09:45:05.826351+0000 mon.smithi038 (mon.0) 145 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:45:08.178 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:07 smithi038 bash[13941]: cluster 2024-01-16T09:45:07.610959+0000 mgr.smithi038.dukxrr (mgr.14180) 9 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:45:09.355 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-16T09:45:09.355 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":1,"fsid":"71323a66-b453-11ee-95ad-87774f69a715","modified":"2024-01-16T09:42:28.896068Z","created":"2024-01-16T09:42:28.896068Z","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":"smithi038","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:3300","nonce":0},{"type":"v1","addr":"172.21.15.38:6789","nonce":0}]},"addr":"172.21.15.38:6789/0","public_addr":"172.21.15.38:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:45:09.358 INFO:teuthology.orchestra.run.smithi133.stderr:dumped monmap epoch 1 2024-01-16T09:45:09.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:09 smithi038 bash[13941]: audit 2024-01-16T09:45:08.439285+0000 mon.smithi038 (mon.0) 146 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:45:09.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:09 smithi038 bash[13941]: audit 2024-01-16T09:45:08.441241+0000 mon.smithi038 (mon.0) 147 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:45:09.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:09 smithi038 bash[13941]: audit 2024-01-16T09:45:08.999953+0000 mon.smithi038 (mon.0) 148 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:45:09.783 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:09 smithi038 bash[13941]: audit 2024-01-16T09:45:09.356347+0000 mon.smithi038 (mon.0) 149 : audit [DBG] from='client.? 172.21.15.133:0/1686240524' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:45:11.010 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:45:11.011 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:45:11.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:10 smithi038 bash[13941]: cluster 2024-01-16T09:45:09.611474+0000 mgr.smithi038.dukxrr (mgr.14180) 10 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:45:12.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:12 smithi038 bash[13941]: audit 2024-01-16T09:45:11.001184+0000 mon.smithi038 (mon.0) 150 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:45:12.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:12 smithi038 bash[13941]: cluster 2024-01-16T09:45:11.611976+0000 mgr.smithi038.dukxrr (mgr.14180) 11 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:45:14.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:13 smithi038 bash[13941]: audit 2024-01-16T09:45:12.786589+0000 mon.smithi038 (mon.0) 151 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:45:14.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:13 smithi038 bash[13941]: cluster 2024-01-16T09:45:13.612433+0000 mgr.smithi038.dukxrr (mgr.14180) 12 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:45:14.488 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-16T09:45:14.488 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":1,"fsid":"71323a66-b453-11ee-95ad-87774f69a715","modified":"2024-01-16T09:42:28.896068Z","created":"2024-01-16T09:42:28.896068Z","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":"smithi038","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:3300","nonce":0},{"type":"v1","addr":"172.21.15.38:6789","nonce":0}]},"addr":"172.21.15.38:6789/0","public_addr":"172.21.15.38:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:45:14.491 INFO:teuthology.orchestra.run.smithi133.stderr:dumped monmap epoch 1 2024-01-16T09:45:15.532 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:15 smithi038 bash[13941]: audit 2024-01-16T09:45:14.246880+0000 mon.smithi038 (mon.0) 152 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:45:15.532 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:15 smithi038 bash[13941]: audit 2024-01-16T09:45:14.489847+0000 mon.smithi038 (mon.0) 153 : audit [DBG] from='client.? 172.21.15.133:0/791949852' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:45:16.512 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:45:16.512 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:45:16.532 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:16 smithi038 bash[13941]: cluster 2024-01-16T09:45:15.612891+0000 mgr.smithi038.dukxrr (mgr.14180) 13 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:45:18.946 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:18 smithi038 bash[13941]: cluster 2024-01-16T09:45:17.613301+0000 mgr.smithi038.dukxrr (mgr.14180) 14 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:45:18.946 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:18 smithi038 bash[13941]: audit 2024-01-16T09:45:18.171366+0000 mon.smithi038 (mon.0) 154 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:45:18.946 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:18 smithi038 bash[13941]: audit 2024-01-16T09:45:18.461669+0000 mon.smithi038 (mon.0) 155 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:45:18.946 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:18 smithi038 bash[13941]: audit 2024-01-16T09:45:18.463453+0000 mon.smithi038 (mon.0) 156 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config rm", "who": "osd/host:smithi133", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:45:18.946 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:18 smithi038 bash[13941]: audit 2024-01-16T09:45:18.465449+0000 mon.smithi038 (mon.0) 157 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:45:18.947 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:18 smithi038 bash[13941]: audit 2024-01-16T09:45:18.466930+0000 mon.smithi038 (mon.0) 158 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T09:45:20.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:19 smithi038 bash[13941]: cephadm 2024-01-16T09:45:18.469219+0000 mgr.smithi038.dukxrr (mgr.14180) 15 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.conf 2024-01-16T09:45:20.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:19 smithi038 bash[13941]: cephadm 2024-01-16T09:45:18.677329+0000 mgr.smithi038.dukxrr (mgr.14180) 16 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.client.admin.keyring 2024-01-16T09:45:20.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:19 smithi038 bash[13941]: audit 2024-01-16T09:45:18.784075+0000 mon.smithi038 (mon.0) 159 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:45:20.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:19 smithi038 bash[13941]: audit 2024-01-16T09:45:18.794035+0000 mon.smithi038 (mon.0) 160 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:45:20.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:19 smithi038 bash[13941]: audit 2024-01-16T09:45:18.797313+0000 mon.smithi038 (mon.0) 161 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi133", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-16T09:45:20.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:19 smithi038 bash[13941]: audit 2024-01-16T09:45:18.800362+0000 mon.smithi038 (mon.0) 162 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi133", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-16T09:45:20.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:19 smithi038 bash[13941]: audit 2024-01-16T09:45:18.801641+0000 mon.smithi038 (mon.0) 163 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:45:20.556 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-16T09:45:20.557 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":1,"fsid":"71323a66-b453-11ee-95ad-87774f69a715","modified":"2024-01-16T09:42:28.896068Z","created":"2024-01-16T09:42:28.896068Z","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":"smithi038","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:3300","nonce":0},{"type":"v1","addr":"172.21.15.38:6789","nonce":0}]},"addr":"172.21.15.38:6789/0","public_addr":"172.21.15.38:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:45:20.559 INFO:teuthology.orchestra.run.smithi133.stderr:dumped monmap epoch 1 2024-01-16T09:45:21.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:20 smithi038 bash[13941]: cephadm 2024-01-16T09:45:18.802862+0000 mgr.smithi038.dukxrr (mgr.14180) 17 : cephadm [INF] Deploying daemon crash.smithi133 on smithi133 2024-01-16T09:45:21.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:20 smithi038 bash[13941]: cluster 2024-01-16T09:45:19.613747+0000 mgr.smithi038.dukxrr (mgr.14180) 18 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:45:21.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:20 smithi038 bash[13941]: audit 2024-01-16T09:45:20.558464+0000 mon.smithi038 (mon.0) 164 : audit [DBG] from='client.? 172.21.15.133:0/986883238' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:45:22.498 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:45:22.498 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:45:23.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:22 smithi038 bash[13941]: cluster 2024-01-16T09:45:21.614282+0000 mgr.smithi038.dukxrr (mgr.14180) 19 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:45:23.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:22 smithi038 bash[13941]: audit 2024-01-16T09:45:22.231570+0000 mon.smithi038 (mon.0) 165 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:45:23.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:22 smithi038 bash[13941]: audit 2024-01-16T09:45:22.236232+0000 mon.smithi038 (mon.0) 166 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi133.jtswok", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-16T09:45:23.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:22 smithi038 bash[13941]: audit 2024-01-16T09:45:22.243859+0000 mon.smithi038 (mon.0) 167 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi133.jtswok", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-01-16T09:45:23.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:22 smithi038 bash[13941]: audit 2024-01-16T09:45:22.245378+0000 mon.smithi038 (mon.0) 168 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-16T09:45:23.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:22 smithi038 bash[13941]: audit 2024-01-16T09:45:22.247223+0000 mon.smithi038 (mon.0) 169 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:45:24.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:23 smithi038 bash[13941]: cephadm 2024-01-16T09:45:22.248620+0000 mgr.smithi038.dukxrr (mgr.14180) 20 : cephadm [INF] Deploying daemon mgr.smithi133.jtswok on smithi133 2024-01-16T09:45:24.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:23 smithi038 bash[13941]: audit 2024-01-16T09:45:22.798671+0000 mon.smithi038 (mon.0) 170 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:45:25.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:24 smithi038 bash[13941]: cluster 2024-01-16T09:45:23.614827+0000 mgr.smithi038.dukxrr (mgr.14180) 21 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:45:27.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:26 smithi038 bash[13941]: cluster 2024-01-16T09:45:25.615292+0000 mgr.smithi038.dukxrr (mgr.14180) 22 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:45:27.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:26 smithi038 bash[13941]: audit 2024-01-16T09:45:25.667182+0000 mon.smithi038 (mon.0) 171 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:45:27.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:26 smithi038 bash[13941]: audit 2024-01-16T09:45:25.671488+0000 mon.smithi038 (mon.0) 172 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T09:45:27.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:26 smithi038 bash[13941]: audit 2024-01-16T09:45:25.673052+0000 mon.smithi038 (mon.0) 173 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:45:27.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:26 smithi038 bash[13941]: cephadm 2024-01-16T09:45:25.674360+0000 mgr.smithi038.dukxrr (mgr.14180) 23 : cephadm [INF] Deploying daemon mon.smithi133 on smithi133 2024-01-16T09:45:27.840 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-16T09:45:27.841 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":1,"fsid":"71323a66-b453-11ee-95ad-87774f69a715","modified":"2024-01-16T09:42:28.896068Z","created":"2024-01-16T09:42:28.896068Z","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":"smithi038","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:3300","nonce":0},{"type":"v1","addr":"172.21.15.38:6789","nonce":0}]},"addr":"172.21.15.38:6789/0","public_addr":"172.21.15.38:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:45:27.844 INFO:teuthology.orchestra.run.smithi133.stderr:dumped monmap epoch 1 2024-01-16T09:45:28.943 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:28 smithi038 bash[13941]: cluster 2024-01-16T09:45:27.615814+0000 mgr.smithi038.dukxrr (mgr.14180) 24 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:45:28.943 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:28 smithi038 bash[13941]: audit 2024-01-16T09:45:27.807960+0000 mon.smithi038 (mon.0) 174 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:45:28.943 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:28 smithi038 bash[13941]: audit 2024-01-16T09:45:27.843200+0000 mon.smithi038 (mon.0) 175 : audit [DBG] from='client.? 172.21.15.133:0/396857724' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:45:30.105 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:45:30.106 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:45:31.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:30 smithi038 bash[13941]: cluster 2024-01-16T09:45:29.616293+0000 mgr.smithi038.dukxrr (mgr.14180) 25 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:45:32.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:32 smithi038 bash[13941]: audit 2024-01-16T09:45:30.998495+0000 mon.smithi038 (mon.0) 176 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:45:32.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:32 smithi038 bash[13941]: cephadm 2024-01-16T09:45:31.001517+0000 mgr.smithi038.dukxrr (mgr.14180) 26 : cephadm [INF] Deploying daemon node-exporter.smithi133 on smithi133 2024-01-16T09:45:32.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:32 smithi038 bash[13941]: cluster 2024-01-16T09:45:31.616732+0000 mgr.smithi038.dukxrr (mgr.14180) 27 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:45:32.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:32 smithi038 bash[13941]: audit 2024-01-16T09:45:31.810549+0000 mon.smithi038 (mon.0) 177 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:45:32.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:32 smithi038 bash[13941]: audit 2024-01-16T09:45:31.812977+0000 mon.smithi038 (mon.0) 178 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:45:33.412 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:33 smithi133 bash[17559]: debug 2024-01-16T09:45:33.270+0000 7f8e79cf3700 1 mon.smithi133@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-01-16T09:45:38.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:38 smithi133 bash[17559]: audit 2024-01-16T09:45:33.289609+0000 mon.smithi038 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "mon metadata", "id": "smithi038"}]: dispatch 2024-01-16T09:45:38.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:38 smithi133 bash[17559]: cluster 2024-01-16T09:45:33.289980+0000 mon.smithi038 (mon.0) 182 : cluster [INF] mon.smithi038 calling monitor election 2024-01-16T09:45:38.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:38 smithi133 bash[17559]: audit 2024-01-16T09:45:33.309601+0000 mon.smithi038 (mon.0) 183 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "mon metadata", "id": "smithi133"}]: dispatch 2024-01-16T09:45:38.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:38 smithi133 bash[17559]: cluster 2024-01-16T09:45:33.617200+0000 mgr.smithi038.dukxrr (mgr.14180) 28 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:45:38.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:38 smithi133 bash[17559]: audit 2024-01-16T09:45:34.269142+0000 mon.smithi038 (mon.0) 184 : audit [DBG] from='mgr.? 172.21.15.133:0/690339097' entity='mgr.smithi133.jtswok' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi133.jtswok/crt"}]: dispatch 2024-01-16T09:45:38.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:38 smithi133 bash[17559]: audit 2024-01-16T09:45:34.282443+0000 mon.smithi038 (mon.0) 185 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "mon metadata", "id": "smithi133"}]: dispatch 2024-01-16T09:45:38.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:38 smithi133 bash[17559]: audit 2024-01-16T09:45:35.282757+0000 mon.smithi038 (mon.0) 186 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "mon metadata", "id": "smithi133"}]: dispatch 2024-01-16T09:45:38.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:38 smithi133 bash[17559]: cluster 2024-01-16T09:45:35.284728+0000 mon.smithi133 (mon.1) 1 : cluster [INF] mon.smithi133 calling monitor election 2024-01-16T09:45:38.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:38 smithi133 bash[17559]: cluster 2024-01-16T09:45:35.617682+0000 mgr.smithi038.dukxrr (mgr.14180) 29 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:45:38.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:38 smithi133 bash[17559]: audit 2024-01-16T09:45:36.282988+0000 mon.smithi038 (mon.0) 187 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "mon metadata", "id": "smithi133"}]: dispatch 2024-01-16T09:45:38.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:38 smithi133 bash[17559]: audit 2024-01-16T09:45:37.283460+0000 mon.smithi038 (mon.0) 188 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "mon metadata", "id": "smithi133"}]: dispatch 2024-01-16T09:45:38.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:38 smithi133 bash[17559]: cluster 2024-01-16T09:45:37.618115+0000 mgr.smithi038.dukxrr (mgr.14180) 30 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:45:38.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:38 smithi133 bash[17559]: audit 2024-01-16T09:45:38.283562+0000 mon.smithi038 (mon.0) 189 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "mon metadata", "id": "smithi133"}]: dispatch 2024-01-16T09:45:38.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:38 smithi133 bash[17559]: cluster 2024-01-16T09:45:38.333905+0000 mon.smithi038 (mon.0) 190 : cluster [INF] mon.smithi038 is new leader, mons smithi038,smithi133 in quorum (ranks 0,1) 2024-01-16T09:45:38.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:38 smithi133 bash[17559]: cluster 2024-01-16T09:45:38.345835+0000 mon.smithi038 (mon.0) 191 : cluster [DBG] monmap e2: 2 mons at {smithi038=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0],smithi133=[v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0]} removed_ranks: {} 2024-01-16T09:45:38.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:38 smithi133 bash[17559]: cluster 2024-01-16T09:45:38.365235+0000 mon.smithi038 (mon.0) 192 : cluster [DBG] fsmap 2024-01-16T09:45:38.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:38 smithi133 bash[17559]: cluster 2024-01-16T09:45:38.365292+0000 mon.smithi038 (mon.0) 193 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-16T09:45:38.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:38 smithi133 bash[17559]: cluster 2024-01-16T09:45:38.365672+0000 mon.smithi038 (mon.0) 194 : cluster [DBG] mgrmap e17: smithi038.dukxrr(active, since 50s) 2024-01-16T09:45:38.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:38 smithi133 bash[17559]: cluster 2024-01-16T09:45:38.367394+0000 mon.smithi038 (mon.0) 195 : cluster [DBG] Standby manager daemon smithi133.jtswok started 2024-01-16T09:45:38.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:38 smithi133 bash[17559]: audit 2024-01-16T09:45:38.370121+0000 mon.smithi038 (mon.0) 196 : audit [DBG] from='mgr.? 172.21.15.133:0/690339097' entity='mgr.smithi133.jtswok' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-16T09:45:38.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:38 smithi133 bash[17559]: cluster 2024-01-16T09:45:38.373759+0000 mon.smithi038 (mon.0) 197 : cluster [INF] overall HEALTH_OK 2024-01-16T09:45:38.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:38 smithi133 bash[17559]: audit 2024-01-16T09:45:38.374319+0000 mon.smithi038 (mon.0) 198 : audit [DBG] from='mgr.? 172.21.15.133:0/690339097' entity='mgr.smithi133.jtswok' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi133.jtswok/key"}]: dispatch 2024-01-16T09:45:38.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:38 smithi133 bash[17559]: audit 2024-01-16T09:45:38.375339+0000 mon.smithi038 (mon.0) 199 : audit [DBG] from='mgr.? 172.21.15.133:0/690339097' entity='mgr.smithi133.jtswok' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-16T09:45:38.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:38 smithi038 bash[13941]: audit 2024-01-16T09:45:33.289609+0000 mon.smithi038 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "mon metadata", "id": "smithi038"}]: dispatch 2024-01-16T09:45:38.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:38 smithi038 bash[13941]: cluster 2024-01-16T09:45:33.289980+0000 mon.smithi038 (mon.0) 182 : cluster [INF] mon.smithi038 calling monitor election 2024-01-16T09:45:38.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:38 smithi038 bash[13941]: audit 2024-01-16T09:45:33.309601+0000 mon.smithi038 (mon.0) 183 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "mon metadata", "id": "smithi133"}]: dispatch 2024-01-16T09:45:38.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:38 smithi038 bash[13941]: cluster 2024-01-16T09:45:33.617200+0000 mgr.smithi038.dukxrr (mgr.14180) 28 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:45:38.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:38 smithi038 bash[13941]: audit 2024-01-16T09:45:34.269142+0000 mon.smithi038 (mon.0) 184 : audit [DBG] from='mgr.? 172.21.15.133:0/690339097' entity='mgr.smithi133.jtswok' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi133.jtswok/crt"}]: dispatch 2024-01-16T09:45:38.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:38 smithi038 bash[13941]: audit 2024-01-16T09:45:34.282443+0000 mon.smithi038 (mon.0) 185 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "mon metadata", "id": "smithi133"}]: dispatch 2024-01-16T09:45:38.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:38 smithi038 bash[13941]: audit 2024-01-16T09:45:35.282757+0000 mon.smithi038 (mon.0) 186 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "mon metadata", "id": "smithi133"}]: dispatch 2024-01-16T09:45:38.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:38 smithi038 bash[13941]: cluster 2024-01-16T09:45:35.284728+0000 mon.smithi133 (mon.1) 1 : cluster [INF] mon.smithi133 calling monitor election 2024-01-16T09:45:38.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:38 smithi038 bash[13941]: cluster 2024-01-16T09:45:35.617682+0000 mgr.smithi038.dukxrr (mgr.14180) 29 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:45:38.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:38 smithi038 bash[13941]: audit 2024-01-16T09:45:36.282988+0000 mon.smithi038 (mon.0) 187 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "mon metadata", "id": "smithi133"}]: dispatch 2024-01-16T09:45:38.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:38 smithi038 bash[13941]: audit 2024-01-16T09:45:37.283460+0000 mon.smithi038 (mon.0) 188 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "mon metadata", "id": "smithi133"}]: dispatch 2024-01-16T09:45:38.783 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:38 smithi038 bash[13941]: cluster 2024-01-16T09:45:37.618115+0000 mgr.smithi038.dukxrr (mgr.14180) 30 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:45:38.783 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:38 smithi038 bash[13941]: audit 2024-01-16T09:45:38.283562+0000 mon.smithi038 (mon.0) 189 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "mon metadata", "id": "smithi133"}]: dispatch 2024-01-16T09:45:38.783 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:38 smithi038 bash[13941]: cluster 2024-01-16T09:45:38.333905+0000 mon.smithi038 (mon.0) 190 : cluster [INF] mon.smithi038 is new leader, mons smithi038,smithi133 in quorum (ranks 0,1) 2024-01-16T09:45:38.783 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:38 smithi038 bash[13941]: cluster 2024-01-16T09:45:38.345835+0000 mon.smithi038 (mon.0) 191 : cluster [DBG] monmap e2: 2 mons at {smithi038=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0],smithi133=[v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0]} removed_ranks: {} 2024-01-16T09:45:38.783 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:38 smithi038 bash[13941]: cluster 2024-01-16T09:45:38.365235+0000 mon.smithi038 (mon.0) 192 : cluster [DBG] fsmap 2024-01-16T09:45:38.783 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:38 smithi038 bash[13941]: cluster 2024-01-16T09:45:38.365292+0000 mon.smithi038 (mon.0) 193 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-16T09:45:38.783 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:38 smithi038 bash[13941]: cluster 2024-01-16T09:45:38.365672+0000 mon.smithi038 (mon.0) 194 : cluster [DBG] mgrmap e17: smithi038.dukxrr(active, since 50s) 2024-01-16T09:45:38.783 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:38 smithi038 bash[13941]: cluster 2024-01-16T09:45:38.367394+0000 mon.smithi038 (mon.0) 195 : cluster [DBG] Standby manager daemon smithi133.jtswok started 2024-01-16T09:45:38.783 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:38 smithi038 bash[13941]: audit 2024-01-16T09:45:38.370121+0000 mon.smithi038 (mon.0) 196 : audit [DBG] from='mgr.? 172.21.15.133:0/690339097' entity='mgr.smithi133.jtswok' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-16T09:45:38.783 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:38 smithi038 bash[13941]: cluster 2024-01-16T09:45:38.373759+0000 mon.smithi038 (mon.0) 197 : cluster [INF] overall HEALTH_OK 2024-01-16T09:45:38.783 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:38 smithi038 bash[13941]: audit 2024-01-16T09:45:38.374319+0000 mon.smithi038 (mon.0) 198 : audit [DBG] from='mgr.? 172.21.15.133:0/690339097' entity='mgr.smithi133.jtswok' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi133.jtswok/key"}]: dispatch 2024-01-16T09:45:38.783 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:38 smithi038 bash[13941]: audit 2024-01-16T09:45:38.375339+0000 mon.smithi038 (mon.0) 199 : audit [DBG] from='mgr.? 172.21.15.133:0/690339097' entity='mgr.smithi133.jtswok' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-16T09:45:38.909 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-16T09:45:38.909 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":2,"fsid":"71323a66-b453-11ee-95ad-87774f69a715","modified":"2024-01-16T09:45:33.282784Z","created":"2024-01-16T09:42:28.896068Z","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":"smithi038","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:3300","nonce":0},{"type":"v1","addr":"172.21.15.38:6789","nonce":0}]},"addr":"172.21.15.38:6789/0","public_addr":"172.21.15.38:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi133","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:3300","nonce":0},{"type":"v1","addr":"172.21.15.133:6789","nonce":0}]},"addr":"172.21.15.133:6789/0","public_addr":"172.21.15.133:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-01-16T09:45:38.912 INFO:teuthology.orchestra.run.smithi133.stderr:dumped monmap epoch 2 2024-01-16T09:45:39.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:39 smithi133 bash[17559]: cluster 2024-01-16T09:45:38.433042+0000 mon.smithi038 (mon.0) 200 : cluster [DBG] mgrmap e18: smithi038.dukxrr(active, since 50s), standbys: smithi133.jtswok 2024-01-16T09:45:39.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:39 smithi133 bash[17559]: audit 2024-01-16T09:45:38.433280+0000 mon.smithi038 (mon.0) 201 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "mgr metadata", "who": "smithi133.jtswok", "id": "smithi133.jtswok"}]: dispatch 2024-01-16T09:45:39.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:39 smithi133 bash[17559]: audit 2024-01-16T09:45:38.911434+0000 mon.smithi038 (mon.0) 202 : audit [DBG] from='client.? 172.21.15.133:0/3876299242' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:45:39.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:39 smithi133 bash[17559]: audit 2024-01-16T09:45:39.050655+0000 mon.smithi038 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:45:39.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:39 smithi133 bash[17559]: audit 2024-01-16T09:45:39.052217+0000 mon.smithi038 (mon.0) 204 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:45:39.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:39 smithi133 bash[17559]: audit 2024-01-16T09:45:39.053733+0000 mon.smithi038 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T09:45:39.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:39 smithi133 bash[17559]: audit 2024-01-16T09:45:39.084910+0000 mon.smithi038 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:45:39.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:39 smithi133 bash[17559]: audit 2024-01-16T09:45:39.122436+0000 mon.smithi038 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:45:39.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:39 smithi133 bash[17559]: audit 2024-01-16T09:45:39.130158+0000 mon.smithi038 (mon.0) 208 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:45:39.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:39 smithi133 bash[17559]: audit 2024-01-16T09:45:39.136205+0000 mon.smithi038 (mon.0) 209 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T09:45:39.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:39 smithi133 bash[17559]: audit 2024-01-16T09:45:39.137615+0000 mon.smithi038 (mon.0) 210 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-16T09:45:39.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:39 smithi133 bash[17559]: audit 2024-01-16T09:45:39.138876+0000 mon.smithi038 (mon.0) 211 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:45:39.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:39 smithi133 bash[17559]: audit 2024-01-16T09:45:39.283450+0000 mon.smithi038 (mon.0) 212 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "mon metadata", "id": "smithi133"}]: dispatch 2024-01-16T09:45:39.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:39 smithi038 bash[13941]: cluster 2024-01-16T09:45:38.433042+0000 mon.smithi038 (mon.0) 200 : cluster [DBG] mgrmap e18: smithi038.dukxrr(active, since 50s), standbys: smithi133.jtswok 2024-01-16T09:45:39.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:39 smithi038 bash[13941]: audit 2024-01-16T09:45:38.433280+0000 mon.smithi038 (mon.0) 201 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "mgr metadata", "who": "smithi133.jtswok", "id": "smithi133.jtswok"}]: dispatch 2024-01-16T09:45:39.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:39 smithi038 bash[13941]: audit 2024-01-16T09:45:38.911434+0000 mon.smithi038 (mon.0) 202 : audit [DBG] from='client.? 172.21.15.133:0/3876299242' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:45:39.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:39 smithi038 bash[13941]: audit 2024-01-16T09:45:39.050655+0000 mon.smithi038 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:45:39.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:39 smithi038 bash[13941]: audit 2024-01-16T09:45:39.052217+0000 mon.smithi038 (mon.0) 204 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:45:39.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:39 smithi038 bash[13941]: audit 2024-01-16T09:45:39.053733+0000 mon.smithi038 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T09:45:39.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:39 smithi038 bash[13941]: audit 2024-01-16T09:45:39.084910+0000 mon.smithi038 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:45:39.783 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:39 smithi038 bash[13941]: audit 2024-01-16T09:45:39.122436+0000 mon.smithi038 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:45:39.783 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:39 smithi038 bash[13941]: audit 2024-01-16T09:45:39.130158+0000 mon.smithi038 (mon.0) 208 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:45:39.783 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:39 smithi038 bash[13941]: audit 2024-01-16T09:45:39.136205+0000 mon.smithi038 (mon.0) 209 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T09:45:39.783 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:39 smithi038 bash[13941]: audit 2024-01-16T09:45:39.137615+0000 mon.smithi038 (mon.0) 210 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-16T09:45:39.783 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:39 smithi038 bash[13941]: audit 2024-01-16T09:45:39.138876+0000 mon.smithi038 (mon.0) 211 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:45:39.784 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:39 smithi038 bash[13941]: audit 2024-01-16T09:45:39.283450+0000 mon.smithi038 (mon.0) 212 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "mon metadata", "id": "smithi133"}]: dispatch 2024-01-16T09:45:39.813 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-01-16T09:45:39.813 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph config generate-minimal-conf 2024-01-16T09:45:40.949 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:40 smithi038 bash[13941]: cephadm 2024-01-16T09:45:39.055484+0000 mgr.smithi038.dukxrr (mgr.14180) 31 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.conf 2024-01-16T09:45:40.950 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:40 smithi038 bash[13941]: cephadm 2024-01-16T09:45:39.056058+0000 mgr.smithi038.dukxrr (mgr.14180) 32 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.conf 2024-01-16T09:45:40.950 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:40 smithi038 bash[13941]: cephadm 2024-01-16T09:45:39.135768+0000 mgr.smithi038.dukxrr (mgr.14180) 33 : cephadm [INF] Reconfiguring mon.smithi038 (unknown last config time)... 2024-01-16T09:45:40.950 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:40 smithi038 bash[13941]: cephadm 2024-01-16T09:45:39.139867+0000 mgr.smithi038.dukxrr (mgr.14180) 34 : cephadm [INF] Reconfiguring daemon mon.smithi038 on smithi038 2024-01-16T09:45:40.950 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:40 smithi038 bash[13941]: cluster 2024-01-16T09:45:39.618573+0000 mgr.smithi038.dukxrr (mgr.14180) 35 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:45:41.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:40 smithi133 bash[17559]: cephadm 2024-01-16T09:45:39.055484+0000 mgr.smithi038.dukxrr (mgr.14180) 31 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.conf 2024-01-16T09:45:41.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:40 smithi133 bash[17559]: cephadm 2024-01-16T09:45:39.056058+0000 mgr.smithi038.dukxrr (mgr.14180) 32 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.conf 2024-01-16T09:45:41.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:40 smithi133 bash[17559]: cephadm 2024-01-16T09:45:39.135768+0000 mgr.smithi038.dukxrr (mgr.14180) 33 : cephadm [INF] Reconfiguring mon.smithi038 (unknown last config time)... 2024-01-16T09:45:41.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:40 smithi133 bash[17559]: cephadm 2024-01-16T09:45:39.139867+0000 mgr.smithi038.dukxrr (mgr.14180) 34 : cephadm [INF] Reconfiguring daemon mon.smithi038 on smithi038 2024-01-16T09:45:41.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:40 smithi133 bash[17559]: cluster 2024-01-16T09:45:39.618573+0000 mgr.smithi038.dukxrr (mgr.14180) 35 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:45:43.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:42 smithi038 bash[13941]: cluster 2024-01-16T09:45:41.619049+0000 mgr.smithi038.dukxrr (mgr.14180) 36 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:45:43.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:42 smithi038 bash[13941]: audit 2024-01-16T09:45:42.199515+0000 mon.smithi038 (mon.0) 213 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:45:43.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:42 smithi038 bash[13941]: audit 2024-01-16T09:45:42.200763+0000 mon.smithi038 (mon.0) 214 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi038.dukxrr", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-16T09:45:43.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:42 smithi038 bash[13941]: audit 2024-01-16T09:45:42.201977+0000 mon.smithi038 (mon.0) 215 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-16T09:45:43.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:42 smithi038 bash[13941]: audit 2024-01-16T09:45:42.203271+0000 mon.smithi038 (mon.0) 216 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:45:43.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:42 smithi133 bash[17559]: cluster 2024-01-16T09:45:41.619049+0000 mgr.smithi038.dukxrr (mgr.14180) 36 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:45:43.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:42 smithi133 bash[17559]: audit 2024-01-16T09:45:42.199515+0000 mon.smithi038 (mon.0) 213 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:45:43.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:42 smithi133 bash[17559]: audit 2024-01-16T09:45:42.200763+0000 mon.smithi038 (mon.0) 214 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi038.dukxrr", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-16T09:45:43.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:42 smithi133 bash[17559]: audit 2024-01-16T09:45:42.201977+0000 mon.smithi038 (mon.0) 215 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-16T09:45:43.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:42 smithi133 bash[17559]: audit 2024-01-16T09:45:42.203271+0000 mon.smithi038 (mon.0) 216 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:45:43.981 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:43 smithi038 bash[13941]: cephadm 2024-01-16T09:45:42.200348+0000 mgr.smithi038.dukxrr (mgr.14180) 37 : cephadm [INF] Reconfiguring mgr.smithi038.dukxrr (unknown last config time)... 2024-01-16T09:45:43.981 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:43 smithi038 bash[13941]: cephadm 2024-01-16T09:45:42.204332+0000 mgr.smithi038.dukxrr (mgr.14180) 38 : cephadm [INF] Reconfiguring daemon mgr.smithi038.dukxrr on smithi038 2024-01-16T09:45:44.175 INFO:teuthology.orchestra.run.smithi038.stdout:# minimal ceph.conf for 71323a66-b453-11ee-95ad-87774f69a715 2024-01-16T09:45:44.175 INFO:teuthology.orchestra.run.smithi038.stdout:[global] 2024-01-16T09:45:44.175 INFO:teuthology.orchestra.run.smithi038.stdout: fsid = 71323a66-b453-11ee-95ad-87774f69a715 2024-01-16T09:45:44.176 INFO:teuthology.orchestra.run.smithi038.stdout: mon_host = [v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0] [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] 2024-01-16T09:45:44.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:43 smithi133 bash[17559]: cephadm 2024-01-16T09:45:42.200348+0000 mgr.smithi038.dukxrr (mgr.14180) 37 : cephadm [INF] Reconfiguring mgr.smithi038.dukxrr (unknown last config time)... 2024-01-16T09:45:44.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:43 smithi133 bash[17559]: cephadm 2024-01-16T09:45:42.204332+0000 mgr.smithi038.dukxrr (mgr.14180) 38 : cephadm [INF] Reconfiguring daemon mgr.smithi038.dukxrr on smithi038 2024-01-16T09:45:45.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:44 smithi038 bash[13941]: cluster 2024-01-16T09:45:43.619375+0000 mgr.smithi038.dukxrr (mgr.14180) 39 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:45:45.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:44 smithi038 bash[13941]: audit 2024-01-16T09:45:44.177926+0000 mon.smithi038 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.38:0/2272877552' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:45:45.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:44 smithi133 bash[17559]: cluster 2024-01-16T09:45:43.619375+0000 mgr.smithi038.dukxrr (mgr.14180) 39 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:45:45.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:44 smithi133 bash[17559]: audit 2024-01-16T09:45:44.177926+0000 mon.smithi038 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.38:0/2272877552' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:45:45.453 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-01-16T09:45:45.454 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2024-01-16T09:45:45.454 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd of=/etc/ceph/ceph.conf 2024-01-16T09:45:45.468 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2024-01-16T09:45:45.469 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-16T09:45:45.526 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-01-16T09:45:45.526 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/ceph/ceph.conf 2024-01-16T09:45:45.545 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-01-16T09:45:45.545 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-16T09:45:45.602 INFO:tasks.cephadm:Deploying OSDs... 2024-01-16T09:45:45.602 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2024-01-16T09:45:45.602 DEBUG:teuthology.orchestra.run.smithi038:> dd if=/scratch_devs of=/dev/stdout 2024-01-16T09:45:45.610 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-16T09:45:45.610 DEBUG:teuthology.orchestra.run.smithi038:> stat /dev/nvme1n1 2024-01-16T09:45:45.660 INFO:teuthology.orchestra.run.smithi038.stdout: File: /dev/nvme1n1 2024-01-16T09:45:45.660 INFO:teuthology.orchestra.run.smithi038.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-16T09:45:45.660 INFO:teuthology.orchestra.run.smithi038.stdout:Device: 5h/5d Inode: 526 Links: 1 Device type: 103,2 2024-01-16T09:45:45.661 INFO:teuthology.orchestra.run.smithi038.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-16T09:45:45.661 INFO:teuthology.orchestra.run.smithi038.stdout:Access: 2024-01-16 09:43:58.367143109 +0000 2024-01-16T09:45:45.661 INFO:teuthology.orchestra.run.smithi038.stdout:Modify: 2024-01-16 09:41:34.988965701 +0000 2024-01-16T09:45:45.661 INFO:teuthology.orchestra.run.smithi038.stdout:Change: 2024-01-16 09:41:34.988965701 +0000 2024-01-16T09:45:45.661 INFO:teuthology.orchestra.run.smithi038.stdout: Birth: - 2024-01-16T09:45:45.662 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-01-16T09:45:45.716 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records in 2024-01-16T09:45:45.717 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records out 2024-01-16T09:45:45.717 INFO:teuthology.orchestra.run.smithi038.stderr:512 bytes copied, 0.000380058 s, 1.3 MB/s 2024-01-16T09:45:45.718 DEBUG:teuthology.orchestra.run.smithi038:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-01-16T09:45:45.769 DEBUG:teuthology.orchestra.run.smithi038:> stat /dev/nvme2n1 2024-01-16T09:45:45.817 INFO:teuthology.orchestra.run.smithi038.stdout: File: /dev/nvme2n1 2024-01-16T09:45:45.817 INFO:teuthology.orchestra.run.smithi038.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-16T09:45:45.817 INFO:teuthology.orchestra.run.smithi038.stdout:Device: 5h/5d Inode: 534 Links: 1 Device type: 103,4 2024-01-16T09:45:45.817 INFO:teuthology.orchestra.run.smithi038.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-16T09:45:45.817 INFO:teuthology.orchestra.run.smithi038.stdout:Access: 2024-01-16 09:43:58.391142555 +0000 2024-01-16T09:45:45.817 INFO:teuthology.orchestra.run.smithi038.stdout:Modify: 2024-01-16 09:41:35.108902935 +0000 2024-01-16T09:45:45.817 INFO:teuthology.orchestra.run.smithi038.stdout:Change: 2024-01-16 09:41:35.108902935 +0000 2024-01-16T09:45:45.817 INFO:teuthology.orchestra.run.smithi038.stdout: Birth: - 2024-01-16T09:45:45.818 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-01-16T09:45:45.874 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records in 2024-01-16T09:45:45.875 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records out 2024-01-16T09:45:45.875 INFO:teuthology.orchestra.run.smithi038.stderr:512 bytes copied, 0.000315941 s, 1.6 MB/s 2024-01-16T09:45:45.876 DEBUG:teuthology.orchestra.run.smithi038:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-01-16T09:45:45.925 DEBUG:teuthology.orchestra.run.smithi038:> stat /dev/nvme3n1 2024-01-16T09:45:45.980 INFO:teuthology.orchestra.run.smithi038.stdout: File: /dev/nvme3n1 2024-01-16T09:45:45.980 INFO:teuthology.orchestra.run.smithi038.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-16T09:45:45.980 INFO:teuthology.orchestra.run.smithi038.stdout:Device: 5h/5d Inode: 542 Links: 1 Device type: 103,6 2024-01-16T09:45:45.980 INFO:teuthology.orchestra.run.smithi038.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-16T09:45:45.980 INFO:teuthology.orchestra.run.smithi038.stdout:Access: 2024-01-16 09:43:58.411142094 +0000 2024-01-16T09:45:45.981 INFO:teuthology.orchestra.run.smithi038.stdout:Modify: 2024-01-16 09:41:35.220844353 +0000 2024-01-16T09:45:45.981 INFO:teuthology.orchestra.run.smithi038.stdout:Change: 2024-01-16 09:41:35.220844353 +0000 2024-01-16T09:45:45.981 INFO:teuthology.orchestra.run.smithi038.stdout: Birth: - 2024-01-16T09:45:45.981 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-01-16T09:45:46.040 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records in 2024-01-16T09:45:46.040 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records out 2024-01-16T09:45:46.040 INFO:teuthology.orchestra.run.smithi038.stderr:512 bytes copied, 0.000532377 s, 962 kB/s 2024-01-16T09:45:46.041 DEBUG:teuthology.orchestra.run.smithi038:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-01-16T09:45:46.094 DEBUG:teuthology.orchestra.run.smithi038:> stat /dev/nvme4n1 2024-01-16T09:45:46.147 INFO:teuthology.orchestra.run.smithi038.stdout: File: /dev/nvme4n1 2024-01-16T09:45:46.147 INFO:teuthology.orchestra.run.smithi038.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-16T09:45:46.148 INFO:teuthology.orchestra.run.smithi038.stdout:Device: 5h/5d Inode: 550 Links: 1 Device type: 103,8 2024-01-16T09:45:46.148 INFO:teuthology.orchestra.run.smithi038.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-16T09:45:46.148 INFO:teuthology.orchestra.run.smithi038.stdout:Access: 2024-01-16 09:43:58.427141725 +0000 2024-01-16T09:45:46.148 INFO:teuthology.orchestra.run.smithi038.stdout:Modify: 2024-01-16 09:41:35.332785768 +0000 2024-01-16T09:45:46.148 INFO:teuthology.orchestra.run.smithi038.stdout:Change: 2024-01-16 09:41:35.332785768 +0000 2024-01-16T09:45:46.148 INFO:teuthology.orchestra.run.smithi038.stdout: Birth: - 2024-01-16T09:45:46.148 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-01-16T09:45:46.200 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records in 2024-01-16T09:45:46.201 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records out 2024-01-16T09:45:46.201 INFO:teuthology.orchestra.run.smithi038.stderr:512 bytes copied, 0.000371743 s, 1.4 MB/s 2024-01-16T09:45:46.202 DEBUG:teuthology.orchestra.run.smithi038:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-01-16T09:45:46.254 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-01-16T09:45:46.254 DEBUG:teuthology.orchestra.run.smithi133:> dd if=/scratch_devs of=/dev/stdout 2024-01-16T09:45:46.261 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-16T09:45:46.261 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/nvme1n1 2024-01-16T09:45:46.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:45 smithi038 bash[13941]: audit 2024-01-16T09:45:44.992145+0000 mon.smithi038 (mon.0) 218 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:45:46.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:45 smithi038 bash[13941]: cephadm 2024-01-16T09:45:44.993284+0000 mgr.smithi038.dukxrr (mgr.14180) 40 : cephadm [INF] Reconfiguring alertmanager.smithi038 (dependencies changed)... 2024-01-16T09:45:46.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:45 smithi038 bash[13941]: cephadm 2024-01-16T09:45:45.005185+0000 mgr.smithi038.dukxrr (mgr.14180) 41 : cephadm [INF] Reconfiguring daemon alertmanager.smithi038 on smithi038 2024-01-16T09:45:46.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:45 smithi038 bash[13941]: cluster 2024-01-16T09:45:45.619818+0000 mgr.smithi038.dukxrr (mgr.14180) 42 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:45:46.311 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/nvme1n1 2024-01-16T09:45:46.311 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-16T09:45:46.311 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 5h/5d Inode: 526 Links: 1 Device type: 103,2 2024-01-16T09:45:46.311 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-16T09:45:46.311 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-01-16 09:45:16.455362578 +0000 2024-01-16T09:45:46.311 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-01-16 09:41:36.373219218 +0000 2024-01-16T09:45:46.311 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-01-16 09:41:36.373219218 +0000 2024-01-16T09:45:46.311 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: - 2024-01-16T09:45:46.311 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-01-16T09:45:46.368 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:46 smithi133 bash[17559]: audit 2024-01-16T09:45:44.992145+0000 mon.smithi038 (mon.0) 218 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:45:46.369 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:46 smithi133 bash[17559]: cephadm 2024-01-16T09:45:44.993284+0000 mgr.smithi038.dukxrr (mgr.14180) 40 : cephadm [INF] Reconfiguring alertmanager.smithi038 (dependencies changed)... 2024-01-16T09:45:46.369 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:46 smithi133 bash[17559]: cephadm 2024-01-16T09:45:45.005185+0000 mgr.smithi038.dukxrr (mgr.14180) 41 : cephadm [INF] Reconfiguring daemon alertmanager.smithi038 on smithi038 2024-01-16T09:45:46.369 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:46 smithi133 bash[17559]: cluster 2024-01-16T09:45:45.619818+0000 mgr.smithi038.dukxrr (mgr.14180) 42 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:45:46.371 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-01-16T09:45:46.371 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-01-16T09:45:46.371 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000471991 s, 1.1 MB/s 2024-01-16T09:45:46.372 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-01-16T09:45:46.425 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/nvme2n1 2024-01-16T09:45:46.473 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/nvme2n1 2024-01-16T09:45:46.474 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-16T09:45:46.474 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 5h/5d Inode: 534 Links: 1 Device type: 103,4 2024-01-16T09:45:46.474 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-16T09:45:46.474 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-01-16 09:45:16.475361657 +0000 2024-01-16T09:45:46.474 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-01-16 09:41:36.485216635 +0000 2024-01-16T09:45:46.474 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-01-16 09:41:36.485216635 +0000 2024-01-16T09:45:46.474 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: - 2024-01-16T09:45:46.474 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-01-16T09:45:46.530 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-01-16T09:45:46.530 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-01-16T09:45:46.530 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000489438 s, 1.0 MB/s 2024-01-16T09:45:46.531 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-01-16T09:45:46.583 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/nvme3n1 2024-01-16T09:45:46.635 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/nvme3n1 2024-01-16T09:45:46.636 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-16T09:45:46.636 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 5h/5d Inode: 542 Links: 1 Device type: 103,6 2024-01-16T09:45:46.636 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-16T09:45:46.636 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-01-16 09:45:16.495360735 +0000 2024-01-16T09:45:46.636 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-01-16 09:41:36.597214051 +0000 2024-01-16T09:45:46.636 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-01-16 09:41:36.597214051 +0000 2024-01-16T09:45:46.636 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: - 2024-01-16T09:45:46.636 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-01-16T09:45:46.697 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-01-16T09:45:46.697 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-01-16T09:45:46.697 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000450937 s, 1.1 MB/s 2024-01-16T09:45:46.698 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-01-16T09:45:46.747 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/nvme4n1 2024-01-16T09:45:46.798 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/nvme4n1 2024-01-16T09:45:46.798 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-16T09:45:46.798 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 5h/5d Inode: 550 Links: 1 Device type: 103,8 2024-01-16T09:45:46.798 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-16T09:45:46.798 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-01-16 09:45:16.515359815 +0000 2024-01-16T09:45:46.798 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-01-16 09:41:36.717211284 +0000 2024-01-16T09:45:46.798 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-01-16 09:41:36.717211284 +0000 2024-01-16T09:45:46.798 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: - 2024-01-16T09:45:46.798 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-01-16T09:45:46.853 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-01-16T09:45:46.853 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-01-16T09:45:46.853 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.0004326 s, 1.2 MB/s 2024-01-16T09:45:46.854 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-01-16T09:45:46.904 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch apply osd --all-available-devices 2024-01-16T09:45:48.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:48 smithi038 bash[13941]: cluster 2024-01-16T09:45:47.620238+0000 mgr.smithi038.dukxrr (mgr.14180) 43 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:45:48.920 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:48 smithi133 bash[17559]: cluster 2024-01-16T09:45:47.620238+0000 mgr.smithi038.dukxrr (mgr.14180) 43 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:45:50.116 INFO:teuthology.orchestra.run.smithi133.stdout:Scheduled osd.all-available-devices update... 2024-01-16T09:45:50.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:50 smithi133 bash[17559]: audit 2024-01-16T09:45:49.388895+0000 mon.smithi038 (mon.0) 219 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:45:50.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:50 smithi133 bash[17559]: cephadm 2024-01-16T09:45:49.390026+0000 mgr.smithi038.dukxrr (mgr.14180) 44 : cephadm [INF] Reconfiguring crash.smithi038 (monmap changed)... 2024-01-16T09:45:50.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:50 smithi133 bash[17559]: audit 2024-01-16T09:45:49.390527+0000 mon.smithi038 (mon.0) 220 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi038", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-16T09:45:50.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:50 smithi133 bash[17559]: audit 2024-01-16T09:45:49.392033+0000 mon.smithi038 (mon.0) 221 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:45:50.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:50 smithi133 bash[17559]: cephadm 2024-01-16T09:45:49.393161+0000 mgr.smithi038.dukxrr (mgr.14180) 45 : cephadm [INF] Reconfiguring daemon crash.smithi038 on smithi038 2024-01-16T09:45:50.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:50 smithi133 bash[17559]: cluster 2024-01-16T09:45:49.620629+0000 mgr.smithi038.dukxrr (mgr.14180) 46 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:45:50.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:50 smithi133 bash[17559]: audit 2024-01-16T09:45:50.119085+0000 mon.smithi038 (mon.0) 222 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:45:50.741 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:50 smithi038 bash[13941]: audit 2024-01-16T09:45:49.388895+0000 mon.smithi038 (mon.0) 219 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:45:50.741 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:50 smithi038 bash[13941]: cephadm 2024-01-16T09:45:49.390026+0000 mgr.smithi038.dukxrr (mgr.14180) 44 : cephadm [INF] Reconfiguring crash.smithi038 (monmap changed)... 2024-01-16T09:45:50.741 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:50 smithi038 bash[13941]: audit 2024-01-16T09:45:49.390527+0000 mon.smithi038 (mon.0) 220 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi038", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-16T09:45:50.741 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:50 smithi038 bash[13941]: audit 2024-01-16T09:45:49.392033+0000 mon.smithi038 (mon.0) 221 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:45:50.741 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:50 smithi038 bash[13941]: cephadm 2024-01-16T09:45:49.393161+0000 mgr.smithi038.dukxrr (mgr.14180) 45 : cephadm [INF] Reconfiguring daemon crash.smithi038 on smithi038 2024-01-16T09:45:50.741 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:50 smithi038 bash[13941]: cluster 2024-01-16T09:45:49.620629+0000 mgr.smithi038.dukxrr (mgr.14180) 46 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:45:50.741 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:50 smithi038 bash[13941]: audit 2024-01-16T09:45:50.119085+0000 mon.smithi038 (mon.0) 222 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:45:50.904 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-01-16T09:45:50.904 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T09:45:51.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:51 smithi133 bash[17559]: audit 2024-01-16T09:45:50.106057+0000 mgr.smithi038.dukxrr (mgr.14180) 47 : audit [DBG] from='client.24105 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:45:51.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:51 smithi133 bash[17559]: cephadm 2024-01-16T09:45:50.111024+0000 mgr.smithi038.dukxrr (mgr.14180) 48 : cephadm [INF] Marking host: smithi038 for OSDSpec preview refresh. 2024-01-16T09:45:51.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:51 smithi133 bash[17559]: cephadm 2024-01-16T09:45:50.111193+0000 mgr.smithi038.dukxrr (mgr.14180) 49 : cephadm [INF] Marking host: smithi133 for OSDSpec preview refresh. 2024-01-16T09:45:51.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:51 smithi133 bash[17559]: cephadm 2024-01-16T09:45:50.111952+0000 mgr.smithi038.dukxrr (mgr.14180) 50 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-01-16T09:45:51.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:51 smithi038 bash[13941]: audit 2024-01-16T09:45:50.106057+0000 mgr.smithi038.dukxrr (mgr.14180) 47 : audit [DBG] from='client.24105 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:45:51.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:51 smithi038 bash[13941]: cephadm 2024-01-16T09:45:50.111024+0000 mgr.smithi038.dukxrr (mgr.14180) 48 : cephadm [INF] Marking host: smithi038 for OSDSpec preview refresh. 2024-01-16T09:45:51.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:51 smithi038 bash[13941]: cephadm 2024-01-16T09:45:50.111193+0000 mgr.smithi038.dukxrr (mgr.14180) 49 : cephadm [INF] Marking host: smithi133 for OSDSpec preview refresh. 2024-01-16T09:45:51.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:51 smithi038 bash[13941]: cephadm 2024-01-16T09:45:50.111952+0000 mgr.smithi038.dukxrr (mgr.14180) 50 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-01-16T09:45:52.862 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:52 smithi038 bash[13941]: cluster 2024-01-16T09:45:51.621019+0000 mgr.smithi038.dukxrr (mgr.14180) 51 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:45:52.863 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:52 smithi038 bash[13941]: audit 2024-01-16T09:45:51.747655+0000 mon.smithi038 (mon.0) 223 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:45:52.863 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:52 smithi038 bash[13941]: cephadm 2024-01-16T09:45:51.748686+0000 mgr.smithi038.dukxrr (mgr.14180) 52 : cephadm [INF] Reconfiguring grafana.smithi038 (dependencies changed)... 2024-01-16T09:45:53.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:52 smithi133 bash[17559]: cluster 2024-01-16T09:45:51.621019+0000 mgr.smithi038.dukxrr (mgr.14180) 51 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:45:53.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:52 smithi133 bash[17559]: audit 2024-01-16T09:45:51.747655+0000 mon.smithi038 (mon.0) 223 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:45:53.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:52 smithi133 bash[17559]: cephadm 2024-01-16T09:45:51.748686+0000 mgr.smithi038.dukxrr (mgr.14180) 52 : cephadm [INF] Reconfiguring grafana.smithi038 (dependencies changed)... 2024-01-16T09:45:53.864 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:53 smithi038 bash[13941]: cephadm 2024-01-16T09:45:51.791110+0000 mgr.smithi038.dukxrr (mgr.14180) 53 : cephadm [INF] Reconfiguring daemon grafana.smithi038 on smithi038 2024-01-16T09:45:54.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:53 smithi133 bash[17559]: cephadm 2024-01-16T09:45:51.791110+0000 mgr.smithi038.dukxrr (mgr.14180) 53 : cephadm [INF] Reconfiguring daemon grafana.smithi038 on smithi038 2024-01-16T09:45:55.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:54 smithi038 bash[13941]: cluster 2024-01-16T09:45:53.621507+0000 mgr.smithi038.dukxrr (mgr.14180) 54 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:45:55.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:54 smithi133 bash[17559]: cluster 2024-01-16T09:45:53.621507+0000 mgr.smithi038.dukxrr (mgr.14180) 54 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:45:55.520 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:45:55.929 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:55 smithi038 bash[13941]: audit 2024-01-16T09:45:55.523320+0000 mon.smithi038 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.38:0/3145687315' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:45:55.929 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:55 smithi038 bash[13941]: cluster 2024-01-16T09:45:55.621982+0000 mgr.smithi038.dukxrr (mgr.14180) 55 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:45:56.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:55 smithi133 bash[17559]: audit 2024-01-16T09:45:55.523320+0000 mon.smithi038 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.38:0/3145687315' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:45:56.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:55 smithi133 bash[17559]: cluster 2024-01-16T09:45:55.621982+0000 mgr.smithi038.dukxrr (mgr.14180) 55 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:45:56.639 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-16T09:45:57.641 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T09:45:58.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:45:58 smithi133 bash[17559]: cluster 2024-01-16T09:45:57.622436+0000 mgr.smithi038.dukxrr (mgr.14180) 56 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:45:58.942 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:45:58 smithi038 bash[13941]: cluster 2024-01-16T09:45:57.622436+0000 mgr.smithi038.dukxrr (mgr.14180) 56 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:00.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:00 smithi133 bash[17559]: audit 2024-01-16T09:45:59.164812+0000 mon.smithi038 (mon.0) 225 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:46:00.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:00 smithi133 bash[17559]: cephadm 2024-01-16T09:45:59.166244+0000 mgr.smithi038.dukxrr (mgr.14180) 57 : cephadm [INF] Reconfiguring prometheus.smithi038 (dependencies changed)... 2024-01-16T09:46:00.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:00 smithi133 bash[17559]: cephadm 2024-01-16T09:45:59.172664+0000 mgr.smithi038.dukxrr (mgr.14180) 58 : cephadm [INF] Reconfiguring daemon prometheus.smithi038 on smithi038 2024-01-16T09:46:00.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:00 smithi133 bash[17559]: cluster 2024-01-16T09:45:59.622980+0000 mgr.smithi038.dukxrr (mgr.14180) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:00.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:00 smithi038 bash[13941]: audit 2024-01-16T09:45:59.164812+0000 mon.smithi038 (mon.0) 225 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:46:00.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:00 smithi038 bash[13941]: cephadm 2024-01-16T09:45:59.166244+0000 mgr.smithi038.dukxrr (mgr.14180) 57 : cephadm [INF] Reconfiguring prometheus.smithi038 (dependencies changed)... 2024-01-16T09:46:00.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:00 smithi038 bash[13941]: cephadm 2024-01-16T09:45:59.172664+0000 mgr.smithi038.dukxrr (mgr.14180) 58 : cephadm [INF] Reconfiguring daemon prometheus.smithi038 on smithi038 2024-01-16T09:46:00.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:00 smithi038 bash[13941]: cluster 2024-01-16T09:45:59.622980+0000 mgr.smithi038.dukxrr (mgr.14180) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:02.821 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:02 smithi038 bash[13941]: cluster 2024-01-16T09:46:01.623497+0000 mgr.smithi038.dukxrr (mgr.14180) 60 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:03.165 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:46:03.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:02 smithi133 bash[17559]: cluster 2024-01-16T09:46:01.623497+0000 mgr.smithi038.dukxrr (mgr.14180) 60 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:03.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:03 smithi038 bash[13941]: audit 2024-01-16T09:46:03.168789+0000 mon.smithi038 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.38:0/3193124263' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:46:04.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:03 smithi133 bash[17559]: audit 2024-01-16T09:46:03.168789+0000 mon.smithi038 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.38:0/3193124263' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:46:04.388 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-16T09:46:04.962 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:04 smithi038 bash[13941]: cluster 2024-01-16T09:46:03.623917+0000 mgr.smithi038.dukxrr (mgr.14180) 61 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:05.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:04 smithi133 bash[17559]: cluster 2024-01-16T09:46:03.623917+0000 mgr.smithi038.dukxrr (mgr.14180) 61 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:05.390 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T09:46:07.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:06 smithi038 bash[13941]: cluster 2024-01-16T09:46:05.624378+0000 mgr.smithi038.dukxrr (mgr.14180) 62 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:07.085 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:06 smithi133 bash[17559]: cluster 2024-01-16T09:46:05.624378+0000 mgr.smithi038.dukxrr (mgr.14180) 62 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:08.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:07 smithi133 bash[17559]: audit 2024-01-16T09:46:06.876797+0000 mon.smithi038 (mon.0) 227 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:46:08.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:07 smithi133 bash[17559]: cephadm 2024-01-16T09:46:06.877974+0000 mgr.smithi038.dukxrr (mgr.14180) 63 : cephadm [INF] Reconfiguring crash.smithi133 (monmap changed)... 2024-01-16T09:46:08.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:07 smithi133 bash[17559]: audit 2024-01-16T09:46:06.878584+0000 mon.smithi038 (mon.0) 228 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi133", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-16T09:46:08.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:07 smithi133 bash[17559]: audit 2024-01-16T09:46:06.880198+0000 mon.smithi038 (mon.0) 229 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:46:08.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:07 smithi133 bash[17559]: cephadm 2024-01-16T09:46:06.881484+0000 mgr.smithi038.dukxrr (mgr.14180) 64 : cephadm [INF] Reconfiguring daemon crash.smithi133 on smithi133 2024-01-16T09:46:08.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:07 smithi133 bash[17559]: cluster 2024-01-16T09:46:07.624715+0000 mgr.smithi038.dukxrr (mgr.14180) 65 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:08.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:07 smithi038 bash[13941]: audit 2024-01-16T09:46:06.876797+0000 mon.smithi038 (mon.0) 227 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:46:08.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:07 smithi038 bash[13941]: cephadm 2024-01-16T09:46:06.877974+0000 mgr.smithi038.dukxrr (mgr.14180) 63 : cephadm [INF] Reconfiguring crash.smithi133 (monmap changed)... 2024-01-16T09:46:08.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:07 smithi038 bash[13941]: audit 2024-01-16T09:46:06.878584+0000 mon.smithi038 (mon.0) 228 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi133", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-16T09:46:08.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:07 smithi038 bash[13941]: audit 2024-01-16T09:46:06.880198+0000 mon.smithi038 (mon.0) 229 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:46:08.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:07 smithi038 bash[13941]: cephadm 2024-01-16T09:46:06.881484+0000 mgr.smithi038.dukxrr (mgr.14180) 64 : cephadm [INF] Reconfiguring daemon crash.smithi133 on smithi133 2024-01-16T09:46:08.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:07 smithi038 bash[13941]: cluster 2024-01-16T09:46:07.624715+0000 mgr.smithi038.dukxrr (mgr.14180) 65 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:10.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:09 smithi038 bash[13941]: audit 2024-01-16T09:46:08.779292+0000 mon.smithi038 (mon.0) 230 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:46:10.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:09 smithi038 bash[13941]: cephadm 2024-01-16T09:46:08.780078+0000 mgr.smithi038.dukxrr (mgr.14180) 66 : cephadm [INF] Reconfiguring mgr.smithi133.jtswok (monmap changed)... 2024-01-16T09:46:10.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:09 smithi038 bash[13941]: audit 2024-01-16T09:46:08.780486+0000 mon.smithi038 (mon.0) 231 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi133.jtswok", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-16T09:46:10.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:09 smithi038 bash[13941]: audit 2024-01-16T09:46:08.781707+0000 mon.smithi038 (mon.0) 232 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-16T09:46:10.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:09 smithi038 bash[13941]: audit 2024-01-16T09:46:08.782596+0000 mon.smithi038 (mon.0) 233 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:46:10.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:09 smithi038 bash[13941]: cephadm 2024-01-16T09:46:08.783328+0000 mgr.smithi038.dukxrr (mgr.14180) 67 : cephadm [INF] Reconfiguring daemon mgr.smithi133.jtswok on smithi133 2024-01-16T09:46:10.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:09 smithi038 bash[13941]: cluster 2024-01-16T09:46:09.625172+0000 mgr.smithi038.dukxrr (mgr.14180) 68 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:10.080 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:46:10.138 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:09 smithi133 bash[17559]: audit 2024-01-16T09:46:08.779292+0000 mon.smithi038 (mon.0) 230 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:46:10.139 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:09 smithi133 bash[17559]: cephadm 2024-01-16T09:46:08.780078+0000 mgr.smithi038.dukxrr (mgr.14180) 66 : cephadm [INF] Reconfiguring mgr.smithi133.jtswok (monmap changed)... 2024-01-16T09:46:10.139 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:09 smithi133 bash[17559]: audit 2024-01-16T09:46:08.780486+0000 mon.smithi038 (mon.0) 231 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi133.jtswok", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-16T09:46:10.139 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:09 smithi133 bash[17559]: audit 2024-01-16T09:46:08.781707+0000 mon.smithi038 (mon.0) 232 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-16T09:46:10.139 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:09 smithi133 bash[17559]: audit 2024-01-16T09:46:08.782596+0000 mon.smithi038 (mon.0) 233 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:46:10.139 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:09 smithi133 bash[17559]: cephadm 2024-01-16T09:46:08.783328+0000 mgr.smithi038.dukxrr (mgr.14180) 67 : cephadm [INF] Reconfiguring daemon mgr.smithi133.jtswok on smithi133 2024-01-16T09:46:10.139 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:09 smithi133 bash[17559]: cluster 2024-01-16T09:46:09.625172+0000 mgr.smithi038.dukxrr (mgr.14180) 68 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:10.888 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-16T09:46:11.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:10 smithi133 bash[17559]: audit 2024-01-16T09:46:10.083592+0000 mon.smithi038 (mon.0) 234 : audit [DBG] from='client.? 172.21.15.38:0/1537315546' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:46:11.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:10 smithi133 bash[17559]: audit 2024-01-16T09:46:10.635143+0000 mon.smithi038 (mon.0) 235 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:46:11.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:10 smithi133 bash[17559]: cephadm 2024-01-16T09:46:10.636380+0000 mgr.smithi038.dukxrr (mgr.14180) 69 : cephadm [INF] Reconfiguring mon.smithi133 (monmap changed)... 2024-01-16T09:46:11.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:10 smithi133 bash[17559]: audit 2024-01-16T09:46:10.636851+0000 mon.smithi038 (mon.0) 236 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T09:46:11.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:10 smithi133 bash[17559]: audit 2024-01-16T09:46:10.638306+0000 mon.smithi038 (mon.0) 237 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-16T09:46:11.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:10 smithi133 bash[17559]: audit 2024-01-16T09:46:10.639672+0000 mon.smithi038 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:46:11.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:10 smithi133 bash[17559]: cephadm 2024-01-16T09:46:10.640846+0000 mgr.smithi038.dukxrr (mgr.14180) 70 : cephadm [INF] Reconfiguring daemon mon.smithi133 on smithi133 2024-01-16T09:46:11.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:10 smithi038 bash[13941]: audit 2024-01-16T09:46:10.083592+0000 mon.smithi038 (mon.0) 234 : audit [DBG] from='client.? 172.21.15.38:0/1537315546' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:46:11.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:10 smithi038 bash[13941]: audit 2024-01-16T09:46:10.635143+0000 mon.smithi038 (mon.0) 235 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:46:11.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:10 smithi038 bash[13941]: cephadm 2024-01-16T09:46:10.636380+0000 mgr.smithi038.dukxrr (mgr.14180) 69 : cephadm [INF] Reconfiguring mon.smithi133 (monmap changed)... 2024-01-16T09:46:11.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:10 smithi038 bash[13941]: audit 2024-01-16T09:46:10.636851+0000 mon.smithi038 (mon.0) 236 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T09:46:11.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:10 smithi038 bash[13941]: audit 2024-01-16T09:46:10.638306+0000 mon.smithi038 (mon.0) 237 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-16T09:46:11.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:10 smithi038 bash[13941]: audit 2024-01-16T09:46:10.639672+0000 mon.smithi038 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:46:11.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:10 smithi038 bash[13941]: cephadm 2024-01-16T09:46:10.640846+0000 mgr.smithi038.dukxrr (mgr.14180) 70 : cephadm [INF] Reconfiguring daemon mon.smithi133 on smithi133 2024-01-16T09:46:11.890 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T09:46:11.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:11 smithi133 bash[17559]: cluster 2024-01-16T09:46:11.625628+0000 mgr.smithi038.dukxrr (mgr.14180) 71 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:12.094 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:11 smithi038 bash[13941]: cluster 2024-01-16T09:46:11.625628+0000 mgr.smithi038.dukxrr (mgr.14180) 71 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:13.772 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:13 smithi038 bash[13941]: audit 2024-01-16T09:46:12.515819+0000 mon.smithi038 (mon.0) 239 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:46:13.772 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:13 smithi038 bash[13941]: audit 2024-01-16T09:46:12.522887+0000 mon.smithi038 (mon.0) 240 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-16T09:46:13.773 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:13 smithi038 bash[13941]: audit 2024-01-16T09:46:12.523745+0000 mgr.smithi038.dukxrr (mgr.14180) 72 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-16T09:46:13.773 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:13 smithi038 bash[13941]: audit 2024-01-16T09:46:12.525856+0000 mon.smithi038 (mon.0) 241 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi038.front.sepia.ceph.com:9093"}]: dispatch 2024-01-16T09:46:13.773 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:13 smithi038 bash[13941]: audit 2024-01-16T09:46:12.526580+0000 mgr.smithi038.dukxrr (mgr.14180) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi038.front.sepia.ceph.com:9093"}]: dispatch 2024-01-16T09:46:13.773 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:13 smithi038 bash[13941]: audit 2024-01-16T09:46:12.532947+0000 mon.smithi038 (mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:46:13.773 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:13 smithi038 bash[13941]: audit 2024-01-16T09:46:12.543151+0000 mon.smithi038 (mon.0) 243 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-16T09:46:13.773 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:13 smithi038 bash[13941]: audit 2024-01-16T09:46:12.543880+0000 mgr.smithi038.dukxrr (mgr.14180) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-16T09:46:13.773 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:13 smithi038 bash[13941]: audit 2024-01-16T09:46:12.553313+0000 mon.smithi038 (mon.0) 244 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi038.front.sepia.ceph.com:3000"}]: dispatch 2024-01-16T09:46:13.773 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:13 smithi038 bash[13941]: audit 2024-01-16T09:46:12.553987+0000 mgr.smithi038.dukxrr (mgr.14180) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi038.front.sepia.ceph.com:3000"}]: dispatch 2024-01-16T09:46:13.773 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:13 smithi038 bash[13941]: audit 2024-01-16T09:46:12.561029+0000 mon.smithi038 (mon.0) 245 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:46:13.773 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:13 smithi038 bash[13941]: audit 2024-01-16T09:46:12.571026+0000 mon.smithi038 (mon.0) 246 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-16T09:46:13.773 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:13 smithi038 bash[13941]: audit 2024-01-16T09:46:12.571845+0000 mgr.smithi038.dukxrr (mgr.14180) 76 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-16T09:46:13.774 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:13 smithi038 bash[13941]: audit 2024-01-16T09:46:12.576003+0000 mon.smithi038 (mon.0) 247 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi038.front.sepia.ceph.com:9095"}]: dispatch 2024-01-16T09:46:13.774 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:13 smithi038 bash[13941]: audit 2024-01-16T09:46:12.576752+0000 mgr.smithi038.dukxrr (mgr.14180) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi038.front.sepia.ceph.com:9095"}]: dispatch 2024-01-16T09:46:13.774 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:13 smithi038 bash[13941]: audit 2024-01-16T09:46:12.582541+0000 mon.smithi038 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:46:13.774 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:13 smithi038 bash[13941]: audit 2024-01-16T09:46:12.585741+0000 mon.smithi038 (mon.0) 249 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:46:13.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:13 smithi133 bash[17559]: audit 2024-01-16T09:46:12.515819+0000 mon.smithi038 (mon.0) 239 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:46:13.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:13 smithi133 bash[17559]: audit 2024-01-16T09:46:12.522887+0000 mon.smithi038 (mon.0) 240 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-16T09:46:13.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:13 smithi133 bash[17559]: audit 2024-01-16T09:46:12.523745+0000 mgr.smithi038.dukxrr (mgr.14180) 72 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-16T09:46:13.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:13 smithi133 bash[17559]: audit 2024-01-16T09:46:12.525856+0000 mon.smithi038 (mon.0) 241 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi038.front.sepia.ceph.com:9093"}]: dispatch 2024-01-16T09:46:13.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:13 smithi133 bash[17559]: audit 2024-01-16T09:46:12.526580+0000 mgr.smithi038.dukxrr (mgr.14180) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi038.front.sepia.ceph.com:9093"}]: dispatch 2024-01-16T09:46:13.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:13 smithi133 bash[17559]: audit 2024-01-16T09:46:12.532947+0000 mon.smithi038 (mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:46:13.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:13 smithi133 bash[17559]: audit 2024-01-16T09:46:12.543151+0000 mon.smithi038 (mon.0) 243 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-16T09:46:13.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:13 smithi133 bash[17559]: audit 2024-01-16T09:46:12.543880+0000 mgr.smithi038.dukxrr (mgr.14180) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-16T09:46:13.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:13 smithi133 bash[17559]: audit 2024-01-16T09:46:12.553313+0000 mon.smithi038 (mon.0) 244 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi038.front.sepia.ceph.com:3000"}]: dispatch 2024-01-16T09:46:13.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:13 smithi133 bash[17559]: audit 2024-01-16T09:46:12.553987+0000 mgr.smithi038.dukxrr (mgr.14180) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi038.front.sepia.ceph.com:3000"}]: dispatch 2024-01-16T09:46:13.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:13 smithi133 bash[17559]: audit 2024-01-16T09:46:12.561029+0000 mon.smithi038 (mon.0) 245 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:46:13.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:13 smithi133 bash[17559]: audit 2024-01-16T09:46:12.571026+0000 mon.smithi038 (mon.0) 246 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-16T09:46:13.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:13 smithi133 bash[17559]: audit 2024-01-16T09:46:12.571845+0000 mgr.smithi038.dukxrr (mgr.14180) 76 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-16T09:46:13.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:13 smithi133 bash[17559]: audit 2024-01-16T09:46:12.576003+0000 mon.smithi038 (mon.0) 247 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi038.front.sepia.ceph.com:9095"}]: dispatch 2024-01-16T09:46:13.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:13 smithi133 bash[17559]: audit 2024-01-16T09:46:12.576752+0000 mgr.smithi038.dukxrr (mgr.14180) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi038.front.sepia.ceph.com:9095"}]: dispatch 2024-01-16T09:46:13.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:13 smithi133 bash[17559]: audit 2024-01-16T09:46:12.582541+0000 mon.smithi038 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:46:13.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:13 smithi133 bash[17559]: audit 2024-01-16T09:46:12.585741+0000 mon.smithi038 (mon.0) 249 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:46:14.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:14 smithi038 bash[13941]: cluster 2024-01-16T09:46:13.626079+0000 mgr.smithi038.dukxrr (mgr.14180) 78 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:14.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:14 smithi133 bash[17559]: cluster 2024-01-16T09:46:13.626079+0000 mgr.smithi038.dukxrr (mgr.14180) 78 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:14.995 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:46:15.797 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-16T09:46:16.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:15 smithi038 bash[13941]: audit 2024-01-16T09:46:14.999372+0000 mon.smithi038 (mon.0) 250 : audit [DBG] from='client.? 172.21.15.38:0/3117255809' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:46:16.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:15 smithi133 bash[17559]: audit 2024-01-16T09:46:14.999372+0000 mon.smithi038 (mon.0) 250 : audit [DBG] from='client.? 172.21.15.38:0/3117255809' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:46:16.799 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T09:46:16.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:16 smithi133 bash[17559]: cluster 2024-01-16T09:46:15.626513+0000 mgr.smithi038.dukxrr (mgr.14180) 79 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:17.002 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:16 smithi038 bash[13941]: cluster 2024-01-16T09:46:15.626513+0000 mgr.smithi038.dukxrr (mgr.14180) 79 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:19.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:18 smithi038 bash[13941]: cluster 2024-01-16T09:46:17.626970+0000 mgr.smithi038.dukxrr (mgr.14180) 80 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:19.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:18 smithi038 bash[13941]: audit 2024-01-16T09:46:17.876115+0000 mon.smithi038 (mon.0) 251 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:46:19.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:18 smithi038 bash[13941]: audit 2024-01-16T09:46:17.888716+0000 mon.smithi038 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:46:19.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:18 smithi133 bash[17559]: cluster 2024-01-16T09:46:17.626970+0000 mgr.smithi038.dukxrr (mgr.14180) 80 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:19.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:18 smithi133 bash[17559]: audit 2024-01-16T09:46:17.876115+0000 mon.smithi038 (mon.0) 251 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:46:19.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:18 smithi133 bash[17559]: audit 2024-01-16T09:46:17.888716+0000 mon.smithi038 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:46:19.861 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:46:20.667 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-16T09:46:21.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:20 smithi038 bash[13941]: cluster 2024-01-16T09:46:19.627347+0000 mgr.smithi038.dukxrr (mgr.14180) 81 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:21.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:20 smithi038 bash[13941]: audit 2024-01-16T09:46:19.864794+0000 mon.smithi038 (mon.0) 253 : audit [DBG] from='client.? 172.21.15.38:0/95708812' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:46:21.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:20 smithi038 bash[13941]: audit 2024-01-16T09:46:19.994255+0000 mon.smithi038 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:46:21.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:20 smithi038 bash[13941]: audit 2024-01-16T09:46:20.264318+0000 mon.smithi038 (mon.0) 255 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:46:21.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:20 smithi038 bash[13941]: audit 2024-01-16T09:46:20.265223+0000 mon.smithi038 (mon.0) 256 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:46:21.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:20 smithi038 bash[13941]: audit 2024-01-16T09:46:20.266313+0000 mon.smithi038 (mon.0) 257 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T09:46:21.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:20 smithi038 bash[13941]: audit 2024-01-16T09:46:20.273268+0000 mon.smithi038 (mon.0) 258 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:46:21.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:20 smithi038 bash[13941]: audit 2024-01-16T09:46:20.279380+0000 mon.smithi038 (mon.0) 259 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T09:46:21.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:20 smithi038 bash[13941]: audit 2024-01-16T09:46:20.285438+0000 mon.smithi038 (mon.0) 260 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T09:46:21.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:20 smithi038 bash[13941]: audit 2024-01-16T09:46:20.287559+0000 mon.smithi038 (mon.0) 261 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T09:46:21.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:20 smithi038 bash[13941]: audit 2024-01-16T09:46:20.287831+0000 mon.smithi038 (mon.0) 262 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:46:21.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:20 smithi038 bash[13941]: audit 2024-01-16T09:46:20.288523+0000 mon.smithi038 (mon.0) 263 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:46:21.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:20 smithi133 bash[17559]: cluster 2024-01-16T09:46:19.627347+0000 mgr.smithi038.dukxrr (mgr.14180) 81 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:21.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:20 smithi133 bash[17559]: audit 2024-01-16T09:46:19.864794+0000 mon.smithi038 (mon.0) 253 : audit [DBG] from='client.? 172.21.15.38:0/95708812' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:46:21.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:20 smithi133 bash[17559]: audit 2024-01-16T09:46:19.994255+0000 mon.smithi038 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:46:21.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:20 smithi133 bash[17559]: audit 2024-01-16T09:46:20.264318+0000 mon.smithi038 (mon.0) 255 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:46:21.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:20 smithi133 bash[17559]: audit 2024-01-16T09:46:20.265223+0000 mon.smithi038 (mon.0) 256 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:46:21.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:20 smithi133 bash[17559]: audit 2024-01-16T09:46:20.266313+0000 mon.smithi038 (mon.0) 257 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T09:46:21.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:20 smithi133 bash[17559]: audit 2024-01-16T09:46:20.273268+0000 mon.smithi038 (mon.0) 258 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:46:21.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:20 smithi133 bash[17559]: audit 2024-01-16T09:46:20.279380+0000 mon.smithi038 (mon.0) 259 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T09:46:21.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:20 smithi133 bash[17559]: audit 2024-01-16T09:46:20.285438+0000 mon.smithi038 (mon.0) 260 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T09:46:21.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:20 smithi133 bash[17559]: audit 2024-01-16T09:46:20.287559+0000 mon.smithi038 (mon.0) 261 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T09:46:21.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:20 smithi133 bash[17559]: audit 2024-01-16T09:46:20.287831+0000 mon.smithi038 (mon.0) 262 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:46:21.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:20 smithi133 bash[17559]: audit 2024-01-16T09:46:20.288523+0000 mon.smithi038 (mon.0) 263 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:46:21.669 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T09:46:23.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:22 smithi038 bash[13941]: cluster 2024-01-16T09:46:21.627802+0000 mgr.smithi038.dukxrr (mgr.14180) 82 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:23.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:22 smithi133 bash[17559]: cluster 2024-01-16T09:46:21.627802+0000 mgr.smithi038.dukxrr (mgr.14180) 82 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:24.700 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:46:25.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:24 smithi038 bash[13941]: cluster 2024-01-16T09:46:23.628307+0000 mgr.smithi038.dukxrr (mgr.14180) 83 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:25.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:24 smithi038 bash[13941]: audit 2024-01-16T09:46:24.703610+0000 mon.smithi038 (mon.0) 264 : audit [DBG] from='client.? 172.21.15.38:0/4193427793' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:46:25.054 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:24 smithi133 bash[17559]: cluster 2024-01-16T09:46:23.628307+0000 mgr.smithi038.dukxrr (mgr.14180) 83 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:25.054 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:24 smithi133 bash[17559]: audit 2024-01-16T09:46:24.703610+0000 mon.smithi038 (mon.0) 264 : audit [DBG] from='client.? 172.21.15.38:0/4193427793' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:46:25.472 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-16T09:46:26.474 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T09:46:26.799 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:26 smithi038 bash[13941]: cluster 2024-01-16T09:46:25.628755+0000 mgr.smithi038.dukxrr (mgr.14180) 84 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:27.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:26 smithi133 bash[17559]: cluster 2024-01-16T09:46:25.628755+0000 mgr.smithi038.dukxrr (mgr.14180) 84 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:29.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:28 smithi038 bash[13941]: cluster 2024-01-16T09:46:27.629152+0000 mgr.smithi038.dukxrr (mgr.14180) 85 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:29.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:28 smithi133 bash[17559]: cluster 2024-01-16T09:46:27.629152+0000 mgr.smithi038.dukxrr (mgr.14180) 85 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:30.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:29 smithi038 bash[13941]: audit 2024-01-16T09:46:29.224809+0000 mon.smithi133 (mon.1) 2 : audit [INF] from='client.? 172.21.15.133:0/468477351' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "33ab1cc4-13ed-4646-848c-b33baf79a0ab"}]: dispatch 2024-01-16T09:46:30.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:29 smithi038 bash[13941]: audit 2024-01-16T09:46:29.226675+0000 mon.smithi038 (mon.0) 265 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "33ab1cc4-13ed-4646-848c-b33baf79a0ab"}]: dispatch 2024-01-16T09:46:30.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:29 smithi038 bash[13941]: audit 2024-01-16T09:46:29.234958+0000 mon.smithi038 (mon.0) 266 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "33ab1cc4-13ed-4646-848c-b33baf79a0ab"}]': finished 2024-01-16T09:46:30.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:29 smithi038 bash[13941]: cluster 2024-01-16T09:46:29.235056+0000 mon.smithi038 (mon.0) 267 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-01-16T09:46:30.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:29 smithi038 bash[13941]: audit 2024-01-16T09:46:29.235268+0000 mon.smithi038 (mon.0) 268 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:46:30.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:29 smithi133 bash[17559]: audit 2024-01-16T09:46:29.224809+0000 mon.smithi133 (mon.1) 2 : audit [INF] from='client.? 172.21.15.133:0/468477351' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "33ab1cc4-13ed-4646-848c-b33baf79a0ab"}]: dispatch 2024-01-16T09:46:30.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:29 smithi133 bash[17559]: audit 2024-01-16T09:46:29.226675+0000 mon.smithi038 (mon.0) 265 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "33ab1cc4-13ed-4646-848c-b33baf79a0ab"}]: dispatch 2024-01-16T09:46:30.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:29 smithi133 bash[17559]: audit 2024-01-16T09:46:29.234958+0000 mon.smithi038 (mon.0) 266 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "33ab1cc4-13ed-4646-848c-b33baf79a0ab"}]': finished 2024-01-16T09:46:30.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:29 smithi133 bash[17559]: cluster 2024-01-16T09:46:29.235056+0000 mon.smithi038 (mon.0) 267 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-01-16T09:46:30.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:29 smithi133 bash[17559]: audit 2024-01-16T09:46:29.235268+0000 mon.smithi038 (mon.0) 268 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:46:31.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:30 smithi038 bash[13941]: cluster 2024-01-16T09:46:29.629587+0000 mgr.smithi038.dukxrr (mgr.14180) 86 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:31.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:30 smithi133 bash[17559]: cluster 2024-01-16T09:46:29.629587+0000 mgr.smithi038.dukxrr (mgr.14180) 86 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:31.442 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:46:32.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:31 smithi038 bash[13941]: audit 2024-01-16T09:46:30.884592+0000 mon.smithi133 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.133:0/1297687893' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T09:46:32.002 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:31 smithi038 bash[13941]: audit 2024-01-16T09:46:31.445952+0000 mon.smithi038 (mon.0) 269 : audit [DBG] from='client.? 172.21.15.38:0/5542652' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:46:32.002 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:31 smithi038 bash[13941]: audit 2024-01-16T09:46:31.726297+0000 mon.smithi038 (mon.0) 270 : audit [INF] from='client.? 172.21.15.38:0/384583927' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "89bb6808-b22e-4e4a-945f-1499eabeac3c"}]: dispatch 2024-01-16T09:46:32.002 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:31 smithi038 bash[13941]: audit 2024-01-16T09:46:31.733614+0000 mon.smithi038 (mon.0) 271 : audit [INF] from='client.? 172.21.15.38:0/384583927' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "89bb6808-b22e-4e4a-945f-1499eabeac3c"}]': finished 2024-01-16T09:46:32.002 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:31 smithi038 bash[13941]: cluster 2024-01-16T09:46:31.733700+0000 mon.smithi038 (mon.0) 272 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-01-16T09:46:32.002 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:31 smithi038 bash[13941]: audit 2024-01-16T09:46:31.733893+0000 mon.smithi038 (mon.0) 273 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:46:32.002 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:31 smithi038 bash[13941]: audit 2024-01-16T09:46:31.734613+0000 mon.smithi038 (mon.0) 274 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:46:32.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:31 smithi133 bash[17559]: audit 2024-01-16T09:46:30.884592+0000 mon.smithi133 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.133:0/1297687893' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T09:46:32.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:31 smithi133 bash[17559]: audit 2024-01-16T09:46:31.445952+0000 mon.smithi038 (mon.0) 269 : audit [DBG] from='client.? 172.21.15.38:0/5542652' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:46:32.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:31 smithi133 bash[17559]: audit 2024-01-16T09:46:31.726297+0000 mon.smithi038 (mon.0) 270 : audit [INF] from='client.? 172.21.15.38:0/384583927' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "89bb6808-b22e-4e4a-945f-1499eabeac3c"}]: dispatch 2024-01-16T09:46:32.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:31 smithi133 bash[17559]: audit 2024-01-16T09:46:31.733614+0000 mon.smithi038 (mon.0) 271 : audit [INF] from='client.? 172.21.15.38:0/384583927' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "89bb6808-b22e-4e4a-945f-1499eabeac3c"}]': finished 2024-01-16T09:46:32.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:31 smithi133 bash[17559]: cluster 2024-01-16T09:46:31.733700+0000 mon.smithi038 (mon.0) 272 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-01-16T09:46:32.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:31 smithi133 bash[17559]: audit 2024-01-16T09:46:31.733893+0000 mon.smithi038 (mon.0) 273 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:46:32.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:31 smithi133 bash[17559]: audit 2024-01-16T09:46:31.734613+0000 mon.smithi038 (mon.0) 274 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:46:32.296 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":6,"num_osds":1,"num_up_osds":0,"osd_up_since":0,"num_in_osds":1,"osd_in_since":1705398389,"num_remapped_pgs":0} 2024-01-16T09:46:33.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:32 smithi038 bash[13941]: cluster 2024-01-16T09:46:31.629855+0000 mgr.smithi038.dukxrr (mgr.14180) 87 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:33.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:32 smithi133 bash[17559]: cluster 2024-01-16T09:46:31.629855+0000 mgr.smithi038.dukxrr (mgr.14180) 87 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:33.298 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T09:46:34.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:33 smithi038 bash[13941]: audit 2024-01-16T09:46:33.578089+0000 mon.smithi038 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.38:0/3514086904' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T09:46:34.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:33 smithi038 bash[13941]: cluster 2024-01-16T09:46:33.630101+0000 mgr.smithi038.dukxrr (mgr.14180) 88 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:34.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:33 smithi038 bash[13941]: audit 2024-01-16T09:46:33.672294+0000 mon.smithi133 (mon.1) 4 : audit [INF] from='client.? 172.21.15.133:0/1846409520' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c26e8047-ab98-41e3-8ec1-48a22a40bfed"}]: dispatch 2024-01-16T09:46:34.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:33 smithi038 bash[13941]: audit 2024-01-16T09:46:33.674090+0000 mon.smithi038 (mon.0) 276 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c26e8047-ab98-41e3-8ec1-48a22a40bfed"}]: dispatch 2024-01-16T09:46:34.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:33 smithi038 bash[13941]: audit 2024-01-16T09:46:33.686266+0000 mon.smithi038 (mon.0) 277 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c26e8047-ab98-41e3-8ec1-48a22a40bfed"}]': finished 2024-01-16T09:46:34.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:33 smithi038 bash[13941]: cluster 2024-01-16T09:46:33.686442+0000 mon.smithi038 (mon.0) 278 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-01-16T09:46:34.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:33 smithi038 bash[13941]: audit 2024-01-16T09:46:33.686630+0000 mon.smithi038 (mon.0) 279 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:46:34.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:33 smithi038 bash[13941]: audit 2024-01-16T09:46:33.687052+0000 mon.smithi038 (mon.0) 280 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:46:34.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:33 smithi038 bash[13941]: audit 2024-01-16T09:46:33.687320+0000 mon.smithi038 (mon.0) 281 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:46:34.037 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:33 smithi133 bash[17559]: audit 2024-01-16T09:46:33.578089+0000 mon.smithi038 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.38:0/3514086904' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T09:46:34.037 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:33 smithi133 bash[17559]: cluster 2024-01-16T09:46:33.630101+0000 mgr.smithi038.dukxrr (mgr.14180) 88 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:34.037 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:33 smithi133 bash[17559]: audit 2024-01-16T09:46:33.672294+0000 mon.smithi133 (mon.1) 4 : audit [INF] from='client.? 172.21.15.133:0/1846409520' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c26e8047-ab98-41e3-8ec1-48a22a40bfed"}]: dispatch 2024-01-16T09:46:34.037 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:33 smithi133 bash[17559]: audit 2024-01-16T09:46:33.674090+0000 mon.smithi038 (mon.0) 276 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c26e8047-ab98-41e3-8ec1-48a22a40bfed"}]: dispatch 2024-01-16T09:46:34.037 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:33 smithi133 bash[17559]: audit 2024-01-16T09:46:33.686266+0000 mon.smithi038 (mon.0) 277 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c26e8047-ab98-41e3-8ec1-48a22a40bfed"}]': finished 2024-01-16T09:46:34.037 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:33 smithi133 bash[17559]: cluster 2024-01-16T09:46:33.686442+0000 mon.smithi038 (mon.0) 278 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-01-16T09:46:34.037 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:33 smithi133 bash[17559]: audit 2024-01-16T09:46:33.686630+0000 mon.smithi038 (mon.0) 279 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:46:34.037 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:33 smithi133 bash[17559]: audit 2024-01-16T09:46:33.687052+0000 mon.smithi038 (mon.0) 280 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:46:34.037 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:33 smithi133 bash[17559]: audit 2024-01-16T09:46:33.687320+0000 mon.smithi038 (mon.0) 281 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:46:36.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:35 smithi038 bash[13941]: audit 2024-01-16T09:46:35.331700+0000 mon.smithi133 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.133:0/2000784935' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T09:46:36.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:35 smithi133 bash[17559]: audit 2024-01-16T09:46:35.331700+0000 mon.smithi133 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.133:0/2000784935' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T09:46:36.562 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:46:36.890 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:36 smithi038 bash[13941]: cluster 2024-01-16T09:46:35.630518+0000 mgr.smithi038.dukxrr (mgr.14180) 89 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:36.890 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:36 smithi038 bash[13941]: audit 2024-01-16T09:46:36.421097+0000 mon.smithi038 (mon.0) 282 : audit [INF] from='client.? 172.21.15.38:0/4211958269' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5ab04fad-7eb8-416a-b344-98e97a88841e"}]: dispatch 2024-01-16T09:46:36.890 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:36 smithi038 bash[13941]: audit 2024-01-16T09:46:36.431615+0000 mon.smithi038 (mon.0) 283 : audit [INF] from='client.? 172.21.15.38:0/4211958269' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5ab04fad-7eb8-416a-b344-98e97a88841e"}]': finished 2024-01-16T09:46:36.891 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:36 smithi038 bash[13941]: cluster 2024-01-16T09:46:36.431736+0000 mon.smithi038 (mon.0) 284 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-01-16T09:46:36.891 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:36 smithi038 bash[13941]: audit 2024-01-16T09:46:36.431947+0000 mon.smithi038 (mon.0) 285 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:46:36.891 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:36 smithi038 bash[13941]: audit 2024-01-16T09:46:36.432609+0000 mon.smithi038 (mon.0) 286 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:46:36.891 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:36 smithi038 bash[13941]: audit 2024-01-16T09:46:36.433001+0000 mon.smithi038 (mon.0) 287 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:46:36.891 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:36 smithi038 bash[13941]: audit 2024-01-16T09:46:36.433363+0000 mon.smithi038 (mon.0) 288 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:46:36.891 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:36 smithi038 bash[13941]: audit 2024-01-16T09:46:36.566426+0000 mon.smithi038 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.38:0/1929005288' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:46:37.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:36 smithi133 bash[17559]: cluster 2024-01-16T09:46:35.630518+0000 mgr.smithi038.dukxrr (mgr.14180) 89 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:37.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:36 smithi133 bash[17559]: audit 2024-01-16T09:46:36.421097+0000 mon.smithi038 (mon.0) 282 : audit [INF] from='client.? 172.21.15.38:0/4211958269' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5ab04fad-7eb8-416a-b344-98e97a88841e"}]: dispatch 2024-01-16T09:46:37.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:36 smithi133 bash[17559]: audit 2024-01-16T09:46:36.431615+0000 mon.smithi038 (mon.0) 283 : audit [INF] from='client.? 172.21.15.38:0/4211958269' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5ab04fad-7eb8-416a-b344-98e97a88841e"}]': finished 2024-01-16T09:46:37.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:36 smithi133 bash[17559]: cluster 2024-01-16T09:46:36.431736+0000 mon.smithi038 (mon.0) 284 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-01-16T09:46:37.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:36 smithi133 bash[17559]: audit 2024-01-16T09:46:36.431947+0000 mon.smithi038 (mon.0) 285 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:46:37.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:36 smithi133 bash[17559]: audit 2024-01-16T09:46:36.432609+0000 mon.smithi038 (mon.0) 286 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:46:37.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:36 smithi133 bash[17559]: audit 2024-01-16T09:46:36.433001+0000 mon.smithi038 (mon.0) 287 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:46:37.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:36 smithi133 bash[17559]: audit 2024-01-16T09:46:36.433363+0000 mon.smithi038 (mon.0) 288 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:46:37.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:36 smithi133 bash[17559]: audit 2024-01-16T09:46:36.566426+0000 mon.smithi038 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.38:0/1929005288' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:46:37.517 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1705398396,"num_remapped_pgs":0} 2024-01-16T09:46:38.519 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T09:46:38.941 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:38 smithi038 bash[13941]: cluster 2024-01-16T09:46:37.631000+0000 mgr.smithi038.dukxrr (mgr.14180) 90 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:38.941 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:38 smithi038 bash[13941]: audit 2024-01-16T09:46:38.149479+0000 mon.smithi133 (mon.1) 6 : audit [INF] from='client.? 172.21.15.133:0/2853589003' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fef57d77-011d-49bc-b6d7-14af78e01024"}]: dispatch 2024-01-16T09:46:38.941 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:38 smithi038 bash[13941]: audit 2024-01-16T09:46:38.151577+0000 mon.smithi038 (mon.0) 290 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fef57d77-011d-49bc-b6d7-14af78e01024"}]: dispatch 2024-01-16T09:46:38.941 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:38 smithi038 bash[13941]: audit 2024-01-16T09:46:38.162020+0000 mon.smithi038 (mon.0) 291 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fef57d77-011d-49bc-b6d7-14af78e01024"}]': finished 2024-01-16T09:46:38.941 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:38 smithi038 bash[13941]: cluster 2024-01-16T09:46:38.162132+0000 mon.smithi038 (mon.0) 292 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-01-16T09:46:38.941 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:38 smithi038 bash[13941]: audit 2024-01-16T09:46:38.162380+0000 mon.smithi038 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:46:38.941 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:38 smithi038 bash[13941]: audit 2024-01-16T09:46:38.163052+0000 mon.smithi038 (mon.0) 294 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:46:38.941 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:38 smithi038 bash[13941]: audit 2024-01-16T09:46:38.163460+0000 mon.smithi038 (mon.0) 295 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:46:38.942 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:38 smithi038 bash[13941]: audit 2024-01-16T09:46:38.163880+0000 mon.smithi038 (mon.0) 296 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:46:38.942 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:38 smithi038 bash[13941]: audit 2024-01-16T09:46:38.164286+0000 mon.smithi038 (mon.0) 297 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:46:38.942 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:38 smithi038 bash[13941]: audit 2024-01-16T09:46:38.510735+0000 mon.smithi038 (mon.0) 298 : audit [DBG] from='client.? 172.21.15.38:0/3408402956' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T09:46:39.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:38 smithi133 bash[17559]: cluster 2024-01-16T09:46:37.631000+0000 mgr.smithi038.dukxrr (mgr.14180) 90 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:39.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:38 smithi133 bash[17559]: audit 2024-01-16T09:46:38.149479+0000 mon.smithi133 (mon.1) 6 : audit [INF] from='client.? 172.21.15.133:0/2853589003' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fef57d77-011d-49bc-b6d7-14af78e01024"}]: dispatch 2024-01-16T09:46:39.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:38 smithi133 bash[17559]: audit 2024-01-16T09:46:38.151577+0000 mon.smithi038 (mon.0) 290 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fef57d77-011d-49bc-b6d7-14af78e01024"}]: dispatch 2024-01-16T09:46:39.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:38 smithi133 bash[17559]: audit 2024-01-16T09:46:38.162020+0000 mon.smithi038 (mon.0) 291 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fef57d77-011d-49bc-b6d7-14af78e01024"}]': finished 2024-01-16T09:46:39.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:38 smithi133 bash[17559]: cluster 2024-01-16T09:46:38.162132+0000 mon.smithi038 (mon.0) 292 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-01-16T09:46:39.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:38 smithi133 bash[17559]: audit 2024-01-16T09:46:38.162380+0000 mon.smithi038 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:46:39.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:38 smithi133 bash[17559]: audit 2024-01-16T09:46:38.163052+0000 mon.smithi038 (mon.0) 294 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:46:39.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:38 smithi133 bash[17559]: audit 2024-01-16T09:46:38.163460+0000 mon.smithi038 (mon.0) 295 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:46:39.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:38 smithi133 bash[17559]: audit 2024-01-16T09:46:38.163880+0000 mon.smithi038 (mon.0) 296 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:46:39.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:38 smithi133 bash[17559]: audit 2024-01-16T09:46:38.164286+0000 mon.smithi038 (mon.0) 297 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:46:39.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:38 smithi133 bash[17559]: audit 2024-01-16T09:46:38.510735+0000 mon.smithi038 (mon.0) 298 : audit [DBG] from='client.? 172.21.15.38:0/3408402956' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T09:46:41.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:40 smithi038 bash[13941]: cluster 2024-01-16T09:46:39.631405+0000 mgr.smithi038.dukxrr (mgr.14180) 91 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:41.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:40 smithi038 bash[13941]: audit 2024-01-16T09:46:39.803555+0000 mon.smithi133 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.133:0/2462347001' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T09:46:41.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:40 smithi133 bash[17559]: cluster 2024-01-16T09:46:39.631405+0000 mgr.smithi038.dukxrr (mgr.14180) 91 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:41.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:40 smithi133 bash[17559]: audit 2024-01-16T09:46:39.803555+0000 mon.smithi133 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.133:0/2462347001' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T09:46:41.718 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:46:41.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:41 smithi133 bash[17559]: audit 2024-01-16T09:46:41.328708+0000 mon.smithi038 (mon.0) 299 : audit [INF] from='client.? 172.21.15.38:0/2031710514' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1356941f-cf77-4086-824d-f6ae6e6fcec1"}]: dispatch 2024-01-16T09:46:41.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:41 smithi133 bash[17559]: audit 2024-01-16T09:46:41.336986+0000 mon.smithi038 (mon.0) 300 : audit [INF] from='client.? 172.21.15.38:0/2031710514' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1356941f-cf77-4086-824d-f6ae6e6fcec1"}]': finished 2024-01-16T09:46:41.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:41 smithi133 bash[17559]: cluster 2024-01-16T09:46:41.337064+0000 mon.smithi038 (mon.0) 301 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-01-16T09:46:41.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:41 smithi133 bash[17559]: audit 2024-01-16T09:46:41.337216+0000 mon.smithi038 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:46:41.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:41 smithi133 bash[17559]: audit 2024-01-16T09:46:41.337828+0000 mon.smithi038 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:46:41.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:41 smithi133 bash[17559]: audit 2024-01-16T09:46:41.338183+0000 mon.smithi038 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:46:41.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:41 smithi133 bash[17559]: audit 2024-01-16T09:46:41.338502+0000 mon.smithi038 (mon.0) 305 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:46:41.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:41 smithi133 bash[17559]: audit 2024-01-16T09:46:41.338805+0000 mon.smithi038 (mon.0) 306 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:46:41.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:41 smithi133 bash[17559]: audit 2024-01-16T09:46:41.339116+0000 mon.smithi038 (mon.0) 307 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:46:41.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:41 smithi133 bash[17559]: audit 2024-01-16T09:46:41.722198+0000 mon.smithi038 (mon.0) 308 : audit [DBG] from='client.? 172.21.15.38:0/4102093896' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:46:41.957 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:41 smithi038 bash[13941]: audit 2024-01-16T09:46:41.328708+0000 mon.smithi038 (mon.0) 299 : audit [INF] from='client.? 172.21.15.38:0/2031710514' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1356941f-cf77-4086-824d-f6ae6e6fcec1"}]: dispatch 2024-01-16T09:46:41.957 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:41 smithi038 bash[13941]: audit 2024-01-16T09:46:41.336986+0000 mon.smithi038 (mon.0) 300 : audit [INF] from='client.? 172.21.15.38:0/2031710514' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1356941f-cf77-4086-824d-f6ae6e6fcec1"}]': finished 2024-01-16T09:46:41.957 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:41 smithi038 bash[13941]: cluster 2024-01-16T09:46:41.337064+0000 mon.smithi038 (mon.0) 301 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-01-16T09:46:41.957 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:41 smithi038 bash[13941]: audit 2024-01-16T09:46:41.337216+0000 mon.smithi038 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:46:41.957 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:41 smithi038 bash[13941]: audit 2024-01-16T09:46:41.337828+0000 mon.smithi038 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:46:41.957 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:41 smithi038 bash[13941]: audit 2024-01-16T09:46:41.338183+0000 mon.smithi038 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:46:41.957 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:41 smithi038 bash[13941]: audit 2024-01-16T09:46:41.338502+0000 mon.smithi038 (mon.0) 305 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:46:41.957 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:41 smithi038 bash[13941]: audit 2024-01-16T09:46:41.338805+0000 mon.smithi038 (mon.0) 306 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:46:41.957 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:41 smithi038 bash[13941]: audit 2024-01-16T09:46:41.339116+0000 mon.smithi038 (mon.0) 307 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:46:41.958 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:41 smithi038 bash[13941]: audit 2024-01-16T09:46:41.722198+0000 mon.smithi038 (mon.0) 308 : audit [DBG] from='client.? 172.21.15.38:0/4102093896' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:46:42.612 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1705398401,"num_remapped_pgs":0} 2024-01-16T09:46:43.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:42 smithi038 bash[13941]: cluster 2024-01-16T09:46:41.631821+0000 mgr.smithi038.dukxrr (mgr.14180) 92 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:43.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:42 smithi038 bash[13941]: audit 2024-01-16T09:46:42.626359+0000 mon.smithi133 (mon.1) 8 : audit [INF] from='client.? 172.21.15.133:0/3628355556' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2e5fca2c-d856-44dd-851d-c5b561de5795"}]: dispatch 2024-01-16T09:46:43.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:42 smithi038 bash[13941]: audit 2024-01-16T09:46:42.628404+0000 mon.smithi038 (mon.0) 309 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2e5fca2c-d856-44dd-851d-c5b561de5795"}]: dispatch 2024-01-16T09:46:43.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:42 smithi038 bash[13941]: audit 2024-01-16T09:46:42.635232+0000 mon.smithi038 (mon.0) 310 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2e5fca2c-d856-44dd-851d-c5b561de5795"}]': finished 2024-01-16T09:46:43.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:42 smithi038 bash[13941]: cluster 2024-01-16T09:46:42.635380+0000 mon.smithi038 (mon.0) 311 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-01-16T09:46:43.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:42 smithi038 bash[13941]: audit 2024-01-16T09:46:42.635564+0000 mon.smithi038 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:46:43.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:42 smithi038 bash[13941]: audit 2024-01-16T09:46:42.636038+0000 mon.smithi038 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:46:43.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:42 smithi038 bash[13941]: audit 2024-01-16T09:46:42.636471+0000 mon.smithi038 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:46:43.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:42 smithi038 bash[13941]: audit 2024-01-16T09:46:42.636780+0000 mon.smithi038 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:46:43.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:42 smithi038 bash[13941]: audit 2024-01-16T09:46:42.637093+0000 mon.smithi038 (mon.0) 316 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:46:43.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:42 smithi038 bash[13941]: audit 2024-01-16T09:46:42.637416+0000 mon.smithi038 (mon.0) 317 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:46:43.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:42 smithi038 bash[13941]: audit 2024-01-16T09:46:42.637720+0000 mon.smithi038 (mon.0) 318 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:46:43.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:42 smithi133 bash[17559]: cluster 2024-01-16T09:46:41.631821+0000 mgr.smithi038.dukxrr (mgr.14180) 92 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:43.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:42 smithi133 bash[17559]: audit 2024-01-16T09:46:42.626359+0000 mon.smithi133 (mon.1) 8 : audit [INF] from='client.? 172.21.15.133:0/3628355556' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2e5fca2c-d856-44dd-851d-c5b561de5795"}]: dispatch 2024-01-16T09:46:43.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:42 smithi133 bash[17559]: audit 2024-01-16T09:46:42.628404+0000 mon.smithi038 (mon.0) 309 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2e5fca2c-d856-44dd-851d-c5b561de5795"}]: dispatch 2024-01-16T09:46:43.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:42 smithi133 bash[17559]: audit 2024-01-16T09:46:42.635232+0000 mon.smithi038 (mon.0) 310 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2e5fca2c-d856-44dd-851d-c5b561de5795"}]': finished 2024-01-16T09:46:43.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:42 smithi133 bash[17559]: cluster 2024-01-16T09:46:42.635380+0000 mon.smithi038 (mon.0) 311 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-01-16T09:46:43.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:42 smithi133 bash[17559]: audit 2024-01-16T09:46:42.635564+0000 mon.smithi038 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:46:43.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:42 smithi133 bash[17559]: audit 2024-01-16T09:46:42.636038+0000 mon.smithi038 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:46:43.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:42 smithi133 bash[17559]: audit 2024-01-16T09:46:42.636471+0000 mon.smithi038 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:46:43.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:42 smithi133 bash[17559]: audit 2024-01-16T09:46:42.636780+0000 mon.smithi038 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:46:43.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:42 smithi133 bash[17559]: audit 2024-01-16T09:46:42.637093+0000 mon.smithi038 (mon.0) 316 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:46:43.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:42 smithi133 bash[17559]: audit 2024-01-16T09:46:42.637416+0000 mon.smithi038 (mon.0) 317 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:46:43.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:42 smithi133 bash[17559]: audit 2024-01-16T09:46:42.637720+0000 mon.smithi038 (mon.0) 318 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:46:43.614 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T09:46:44.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:43 smithi038 bash[13941]: audit 2024-01-16T09:46:43.389419+0000 mon.smithi038 (mon.0) 319 : audit [DBG] from='client.? 172.21.15.38:0/2951470923' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T09:46:44.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:43 smithi133 bash[17559]: audit 2024-01-16T09:46:43.389419+0000 mon.smithi038 (mon.0) 319 : audit [DBG] from='client.? 172.21.15.38:0/2951470923' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T09:46:45.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:44 smithi038 bash[13941]: cluster 2024-01-16T09:46:43.632210+0000 mgr.smithi038.dukxrr (mgr.14180) 93 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:45.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:44 smithi038 bash[13941]: audit 2024-01-16T09:46:44.223609+0000 mon.smithi038 (mon.0) 320 : audit [DBG] from='client.? 172.21.15.133:0/784683380' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T09:46:45.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:44 smithi133 bash[17559]: cluster 2024-01-16T09:46:43.632210+0000 mgr.smithi038.dukxrr (mgr.14180) 93 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:45.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:44 smithi133 bash[17559]: audit 2024-01-16T09:46:44.223609+0000 mon.smithi038 (mon.0) 320 : audit [DBG] from='client.? 172.21.15.133:0/784683380' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T09:46:46.880 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:46:47.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:46 smithi038 bash[13941]: cluster 2024-01-16T09:46:45.632580+0000 mgr.smithi038.dukxrr (mgr.14180) 94 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:47.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:46 smithi038 bash[13941]: audit 2024-01-16T09:46:46.219747+0000 mon.smithi038 (mon.0) 321 : audit [INF] from='client.? 172.21.15.38:0/1321646633' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c7acab9a-edd9-4ffe-b845-d60a055804cd"}]: dispatch 2024-01-16T09:46:47.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:46 smithi038 bash[13941]: audit 2024-01-16T09:46:46.228575+0000 mon.smithi038 (mon.0) 322 : audit [INF] from='client.? 172.21.15.38:0/1321646633' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c7acab9a-edd9-4ffe-b845-d60a055804cd"}]': finished 2024-01-16T09:46:47.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:46 smithi038 bash[13941]: cluster 2024-01-16T09:46:46.228738+0000 mon.smithi038 (mon.0) 323 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-01-16T09:46:47.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:46 smithi038 bash[13941]: audit 2024-01-16T09:46:46.228951+0000 mon.smithi038 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:46:47.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:46 smithi038 bash[13941]: audit 2024-01-16T09:46:46.229489+0000 mon.smithi038 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:46:47.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:46 smithi038 bash[13941]: audit 2024-01-16T09:46:46.229801+0000 mon.smithi038 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:46:47.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:46 smithi038 bash[13941]: audit 2024-01-16T09:46:46.230082+0000 mon.smithi038 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:46:47.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:46 smithi038 bash[13941]: audit 2024-01-16T09:46:46.230356+0000 mon.smithi038 (mon.0) 328 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:46:47.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:46 smithi038 bash[13941]: audit 2024-01-16T09:46:46.230636+0000 mon.smithi038 (mon.0) 329 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:46:47.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:46 smithi038 bash[13941]: audit 2024-01-16T09:46:46.230908+0000 mon.smithi038 (mon.0) 330 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:46:47.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:46 smithi038 bash[13941]: audit 2024-01-16T09:46:46.231180+0000 mon.smithi038 (mon.0) 331 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:46:47.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:46 smithi133 bash[17559]: cluster 2024-01-16T09:46:45.632580+0000 mgr.smithi038.dukxrr (mgr.14180) 94 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:47.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:46 smithi133 bash[17559]: audit 2024-01-16T09:46:46.219747+0000 mon.smithi038 (mon.0) 321 : audit [INF] from='client.? 172.21.15.38:0/1321646633' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c7acab9a-edd9-4ffe-b845-d60a055804cd"}]: dispatch 2024-01-16T09:46:47.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:46 smithi133 bash[17559]: audit 2024-01-16T09:46:46.228575+0000 mon.smithi038 (mon.0) 322 : audit [INF] from='client.? 172.21.15.38:0/1321646633' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c7acab9a-edd9-4ffe-b845-d60a055804cd"}]': finished 2024-01-16T09:46:47.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:46 smithi133 bash[17559]: cluster 2024-01-16T09:46:46.228738+0000 mon.smithi038 (mon.0) 323 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-01-16T09:46:47.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:46 smithi133 bash[17559]: audit 2024-01-16T09:46:46.228951+0000 mon.smithi038 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:46:47.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:46 smithi133 bash[17559]: audit 2024-01-16T09:46:46.229489+0000 mon.smithi038 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:46:47.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:46 smithi133 bash[17559]: audit 2024-01-16T09:46:46.229801+0000 mon.smithi038 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:46:47.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:46 smithi133 bash[17559]: audit 2024-01-16T09:46:46.230082+0000 mon.smithi038 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:46:47.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:46 smithi133 bash[17559]: audit 2024-01-16T09:46:46.230356+0000 mon.smithi038 (mon.0) 328 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:46:47.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:46 smithi133 bash[17559]: audit 2024-01-16T09:46:46.230636+0000 mon.smithi038 (mon.0) 329 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:46:47.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:46 smithi133 bash[17559]: audit 2024-01-16T09:46:46.230908+0000 mon.smithi038 (mon.0) 330 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:46:47.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:46 smithi133 bash[17559]: audit 2024-01-16T09:46:46.231180+0000 mon.smithi038 (mon.0) 331 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:46:47.944 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705398406,"num_remapped_pgs":0} 2024-01-16T09:46:48.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:47 smithi038 bash[13941]: audit 2024-01-16T09:46:46.883720+0000 mon.smithi038 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.38:0/3064019778' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:46:48.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:47 smithi133 bash[17559]: audit 2024-01-16T09:46:46.883720+0000 mon.smithi038 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.38:0/3064019778' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:46:48.945 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T09:46:49.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:48 smithi038 bash[13941]: cluster 2024-01-16T09:46:47.633024+0000 mgr.smithi038.dukxrr (mgr.14180) 95 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:49.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:48 smithi038 bash[13941]: audit 2024-01-16T09:46:48.346323+0000 mon.smithi038 (mon.0) 333 : audit [DBG] from='client.? 172.21.15.38:0/394469025' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T09:46:49.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:48 smithi133 bash[17559]: cluster 2024-01-16T09:46:47.633024+0000 mgr.smithi038.dukxrr (mgr.14180) 95 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:49.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:48 smithi133 bash[17559]: audit 2024-01-16T09:46:48.346323+0000 mon.smithi038 (mon.0) 333 : audit [DBG] from='client.? 172.21.15.38:0/394469025' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T09:46:51.071 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:50 smithi038 bash[13941]: cluster 2024-01-16T09:46:49.633471+0000 mgr.smithi038.dukxrr (mgr.14180) 96 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:51.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:50 smithi133 bash[17559]: cluster 2024-01-16T09:46:49.633471+0000 mgr.smithi038.dukxrr (mgr.14180) 96 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:52.687 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:46:53.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:52 smithi038 bash[13941]: cluster 2024-01-16T09:46:51.633942+0000 mgr.smithi038.dukxrr (mgr.14180) 97 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:53.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:52 smithi038 bash[13941]: audit 2024-01-16T09:46:52.690826+0000 mon.smithi038 (mon.0) 334 : audit [DBG] from='client.? 172.21.15.38:0/3408653967' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:46:53.091 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:52 smithi133 bash[17559]: cluster 2024-01-16T09:46:51.633942+0000 mgr.smithi038.dukxrr (mgr.14180) 97 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:53.091 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:52 smithi133 bash[17559]: audit 2024-01-16T09:46:52.690826+0000 mon.smithi038 (mon.0) 334 : audit [DBG] from='client.? 172.21.15.38:0/3408653967' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:46:53.467 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705398406,"num_remapped_pgs":0} 2024-01-16T09:46:54.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:53 smithi038 bash[13941]: cluster 2024-01-16T09:46:53.634382+0000 mgr.smithi038.dukxrr (mgr.14180) 98 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:54.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:53 smithi133 bash[17559]: cluster 2024-01-16T09:46:53.634382+0000 mgr.smithi038.dukxrr (mgr.14180) 98 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:54.468 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T09:46:56.981 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:56 smithi133 bash[17559]: cluster 2024-01-16T09:46:55.634819+0000 mgr.smithi038.dukxrr (mgr.14180) 99 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:56.981 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:56 smithi133 bash[17559]: audit 2024-01-16T09:46:56.005777+0000 mon.smithi038 (mon.0) 335 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-16T09:46:56.982 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:56 smithi133 bash[17559]: audit 2024-01-16T09:46:56.007391+0000 mon.smithi038 (mon.0) 336 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:46:57.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:56 smithi038 bash[13941]: cluster 2024-01-16T09:46:55.634819+0000 mgr.smithi038.dukxrr (mgr.14180) 99 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:57.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:56 smithi038 bash[13941]: audit 2024-01-16T09:46:56.005777+0000 mon.smithi038 (mon.0) 335 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-16T09:46:57.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:56 smithi038 bash[13941]: audit 2024-01-16T09:46:56.007391+0000 mon.smithi038 (mon.0) 336 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:46:57.919 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:57 smithi038 bash[13941]: cephadm 2024-01-16T09:46:56.008981+0000 mgr.smithi038.dukxrr (mgr.14180) 100 : cephadm [INF] Deploying daemon osd.0 on smithi133 2024-01-16T09:46:57.959 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:46:58.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:57 smithi133 bash[17559]: cephadm 2024-01-16T09:46:56.008981+0000 mgr.smithi038.dukxrr (mgr.14180) 100 : cephadm [INF] Deploying daemon osd.0 on smithi133 2024-01-16T09:46:58.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:58 smithi133 bash[17559]: cluster 2024-01-16T09:46:57.635273+0000 mgr.smithi038.dukxrr (mgr.14180) 101 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:58.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:46:58 smithi133 bash[17559]: audit 2024-01-16T09:46:57.963668+0000 mon.smithi038 (mon.0) 337 : audit [DBG] from='client.? 172.21.15.38:0/709263387' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:46:59.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:58 smithi038 bash[13941]: cluster 2024-01-16T09:46:57.635273+0000 mgr.smithi038.dukxrr (mgr.14180) 101 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:59.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:46:58 smithi038 bash[13941]: audit 2024-01-16T09:46:57.963668+0000 mon.smithi038 (mon.0) 337 : audit [DBG] from='client.? 172.21.15.38:0/709263387' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:46:59.207 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705398406,"num_remapped_pgs":0} 2024-01-16T09:47:00.208 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T09:47:01.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:00 smithi038 bash[13941]: cluster 2024-01-16T09:46:59.635685+0000 mgr.smithi038.dukxrr (mgr.14180) 102 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:47:01.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:00 smithi038 bash[13941]: audit 2024-01-16T09:47:00.250138+0000 mon.smithi038 (mon.0) 338 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:47:01.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:00 smithi038 bash[13941]: audit 2024-01-16T09:47:00.251675+0000 mon.smithi038 (mon.0) 339 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-16T09:47:01.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:00 smithi038 bash[13941]: audit 2024-01-16T09:47:00.253067+0000 mon.smithi038 (mon.0) 340 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:47:01.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:00 smithi133 bash[17559]: cluster 2024-01-16T09:46:59.635685+0000 mgr.smithi038.dukxrr (mgr.14180) 102 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:47:01.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:00 smithi133 bash[17559]: audit 2024-01-16T09:47:00.250138+0000 mon.smithi038 (mon.0) 338 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:47:01.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:00 smithi133 bash[17559]: audit 2024-01-16T09:47:00.251675+0000 mon.smithi038 (mon.0) 339 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-16T09:47:01.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:00 smithi133 bash[17559]: audit 2024-01-16T09:47:00.253067+0000 mon.smithi038 (mon.0) 340 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:47:01.772 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:01 smithi133 bash[17559]: cephadm 2024-01-16T09:47:00.254225+0000 mgr.smithi038.dukxrr (mgr.14180) 103 : cephadm [INF] Deploying daemon osd.2 on smithi133 2024-01-16T09:47:01.989 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:01 smithi038 bash[13941]: cephadm 2024-01-16T09:47:00.254225+0000 mgr.smithi038.dukxrr (mgr.14180) 103 : cephadm [INF] Deploying daemon osd.2 on smithi133 2024-01-16T09:47:03.037 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:02 smithi038 bash[13941]: cluster 2024-01-16T09:47:01.636053+0000 mgr.smithi038.dukxrr (mgr.14180) 104 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:47:03.037 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:02 smithi038 bash[13941]: audit 2024-01-16T09:47:01.914899+0000 mon.smithi038 (mon.0) 341 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-16T09:47:03.038 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:02 smithi038 bash[13941]: audit 2024-01-16T09:47:01.915933+0000 mon.smithi038 (mon.0) 342 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:47:03.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:02 smithi133 bash[17559]: cluster 2024-01-16T09:47:01.636053+0000 mgr.smithi038.dukxrr (mgr.14180) 104 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:47:03.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:02 smithi133 bash[17559]: audit 2024-01-16T09:47:01.914899+0000 mon.smithi038 (mon.0) 341 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-16T09:47:03.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:02 smithi133 bash[17559]: audit 2024-01-16T09:47:01.915933+0000 mon.smithi038 (mon.0) 342 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:47:03.916 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:03 smithi038 bash[13941]: cephadm 2024-01-16T09:47:01.916972+0000 mgr.smithi038.dukxrr (mgr.14180) 105 : cephadm [INF] Deploying daemon osd.1 on smithi038 2024-01-16T09:47:04.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:03 smithi133 bash[17559]: cephadm 2024-01-16T09:47:01.916972+0000 mgr.smithi038.dukxrr (mgr.14180) 105 : cephadm [INF] Deploying daemon osd.1 on smithi038 2024-01-16T09:47:04.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:04 smithi038 bash[13941]: cluster 2024-01-16T09:47:03.636452+0000 mgr.smithi038.dukxrr (mgr.14180) 106 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:47:04.936 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:04 smithi133 bash[17559]: cluster 2024-01-16T09:47:03.636452+0000 mgr.smithi038.dukxrr (mgr.14180) 106 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:47:05.570 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:47:05.986 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:05 smithi038 bash[13941]: audit 2024-01-16T09:47:05.573995+0000 mon.smithi038 (mon.0) 343 : audit [DBG] from='client.? 172.21.15.38:0/574998496' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:47:06.012 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:05 smithi133 bash[17559]: audit 2024-01-16T09:47:05.573995+0000 mon.smithi038 (mon.0) 343 : audit [DBG] from='client.? 172.21.15.38:0/574998496' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:47:06.676 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705398406,"num_remapped_pgs":0} 2024-01-16T09:47:07.023 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:06 smithi038 bash[13941]: cluster 2024-01-16T09:47:05.636796+0000 mgr.smithi038.dukxrr (mgr.14180) 107 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:47:07.024 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:06 smithi038 bash[13941]: audit 2024-01-16T09:47:05.998233+0000 mon.smithi038 (mon.0) 344 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:47:07.024 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:06 smithi038 bash[13941]: audit 2024-01-16T09:47:05.999391+0000 mon.smithi038 (mon.0) 345 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-16T09:47:07.024 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:06 smithi038 bash[13941]: audit 2024-01-16T09:47:06.000440+0000 mon.smithi038 (mon.0) 346 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:47:07.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:06 smithi133 bash[17559]: cluster 2024-01-16T09:47:05.636796+0000 mgr.smithi038.dukxrr (mgr.14180) 107 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:47:07.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:06 smithi133 bash[17559]: audit 2024-01-16T09:47:05.998233+0000 mon.smithi038 (mon.0) 344 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:47:07.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:06 smithi133 bash[17559]: audit 2024-01-16T09:47:05.999391+0000 mon.smithi038 (mon.0) 345 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-16T09:47:07.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:06 smithi133 bash[17559]: audit 2024-01-16T09:47:06.000440+0000 mon.smithi038 (mon.0) 346 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:47:07.677 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T09:47:08.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:07 smithi038 bash[13941]: cephadm 2024-01-16T09:47:06.001416+0000 mgr.smithi038.dukxrr (mgr.14180) 108 : cephadm [INF] Deploying daemon osd.4 on smithi133 2024-01-16T09:47:08.148 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:07 smithi133 bash[17559]: cephadm 2024-01-16T09:47:06.001416+0000 mgr.smithi038.dukxrr (mgr.14180) 108 : cephadm [INF] Deploying daemon osd.4 on smithi133 2024-01-16T09:47:08.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:08 smithi133 bash[17559]: cluster 2024-01-16T09:47:07.637149+0000 mgr.smithi038.dukxrr (mgr.14180) 109 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:47:08.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:08 smithi133 bash[17559]: audit 2024-01-16T09:47:08.316768+0000 mon.smithi038 (mon.0) 347 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:47:08.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:08 smithi133 bash[17559]: audit 2024-01-16T09:47:08.317958+0000 mon.smithi038 (mon.0) 348 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-16T09:47:08.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:08 smithi133 bash[17559]: audit 2024-01-16T09:47:08.319084+0000 mon.smithi038 (mon.0) 349 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:47:08.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:08 smithi133 bash[17559]: cephadm 2024-01-16T09:47:08.320032+0000 mgr.smithi038.dukxrr (mgr.14180) 110 : cephadm [INF] Deploying daemon osd.3 on smithi038 2024-01-16T09:47:08.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:08 smithi133 bash[17559]: audit 2024-01-16T09:47:08.401999+0000 mon.smithi133 (mon.1) 9 : audit [INF] from='osd.0 [v2:172.21.15.133:6800/1423961623,v1:172.21.15.133:6801/1423961623]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-16T09:47:08.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:08 smithi133 bash[17559]: audit 2024-01-16T09:47:08.403883+0000 mon.smithi038 (mon.0) 350 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-16T09:47:08.941 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:08 smithi038 bash[13941]: cluster 2024-01-16T09:47:07.637149+0000 mgr.smithi038.dukxrr (mgr.14180) 109 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:47:08.941 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:08 smithi038 bash[13941]: audit 2024-01-16T09:47:08.316768+0000 mon.smithi038 (mon.0) 347 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:47:08.941 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:08 smithi038 bash[13941]: audit 2024-01-16T09:47:08.317958+0000 mon.smithi038 (mon.0) 348 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-16T09:47:08.941 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:08 smithi038 bash[13941]: audit 2024-01-16T09:47:08.319084+0000 mon.smithi038 (mon.0) 349 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:47:08.941 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:08 smithi038 bash[13941]: cephadm 2024-01-16T09:47:08.320032+0000 mgr.smithi038.dukxrr (mgr.14180) 110 : cephadm [INF] Deploying daemon osd.3 on smithi038 2024-01-16T09:47:08.941 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:08 smithi038 bash[13941]: audit 2024-01-16T09:47:08.401999+0000 mon.smithi133 (mon.1) 9 : audit [INF] from='osd.0 [v2:172.21.15.133:6800/1423961623,v1:172.21.15.133:6801/1423961623]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-16T09:47:08.942 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:08 smithi038 bash[13941]: audit 2024-01-16T09:47:08.403883+0000 mon.smithi038 (mon.0) 350 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-16T09:47:10.354 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:10 smithi133 bash[17559]: audit 2024-01-16T09:47:09.323013+0000 mon.smithi038 (mon.0) 351 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-16T09:47:10.354 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:10 smithi133 bash[17559]: cluster 2024-01-16T09:47:09.323153+0000 mon.smithi038 (mon.0) 352 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-01-16T09:47:10.354 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:10 smithi133 bash[17559]: audit 2024-01-16T09:47:09.323351+0000 mon.smithi038 (mon.0) 353 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:47:10.354 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:10 smithi133 bash[17559]: audit 2024-01-16T09:47:09.323405+0000 mon.smithi133 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.133:6800/1423961623,v1:172.21.15.133:6801/1423961623]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-01-16T09:47:10.354 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:10 smithi133 bash[17559]: audit 2024-01-16T09:47:09.323837+0000 mon.smithi038 (mon.0) 354 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:47:10.355 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:10 smithi133 bash[17559]: audit 2024-01-16T09:47:09.324125+0000 mon.smithi038 (mon.0) 355 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:47:10.355 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:10 smithi133 bash[17559]: audit 2024-01-16T09:47:09.324452+0000 mon.smithi038 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:47:10.355 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:10 smithi133 bash[17559]: audit 2024-01-16T09:47:09.324752+0000 mon.smithi038 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:47:10.355 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:10 smithi133 bash[17559]: audit 2024-01-16T09:47:09.325057+0000 mon.smithi038 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:47:10.355 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:10 smithi133 bash[17559]: audit 2024-01-16T09:47:09.325594+0000 mon.smithi038 (mon.0) 359 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-01-16T09:47:10.355 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:10 smithi133 bash[17559]: audit 2024-01-16T09:47:09.325996+0000 mon.smithi038 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:47:10.355 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:10 smithi133 bash[17559]: audit 2024-01-16T09:47:09.326291+0000 mon.smithi038 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:47:10.355 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:10 smithi133 bash[17559]: cluster 2024-01-16T09:47:09.637498+0000 mgr.smithi038.dukxrr (mgr.14180) 111 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:47:10.487 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:10 smithi038 bash[13941]: audit 2024-01-16T09:47:09.323013+0000 mon.smithi038 (mon.0) 351 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-16T09:47:10.487 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:10 smithi038 bash[13941]: cluster 2024-01-16T09:47:09.323153+0000 mon.smithi038 (mon.0) 352 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-01-16T09:47:10.488 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:10 smithi038 bash[13941]: audit 2024-01-16T09:47:09.323351+0000 mon.smithi038 (mon.0) 353 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:47:10.488 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:10 smithi038 bash[13941]: audit 2024-01-16T09:47:09.323405+0000 mon.smithi133 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.133:6800/1423961623,v1:172.21.15.133:6801/1423961623]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-01-16T09:47:10.488 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:10 smithi038 bash[13941]: audit 2024-01-16T09:47:09.323837+0000 mon.smithi038 (mon.0) 354 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:47:10.488 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:10 smithi038 bash[13941]: audit 2024-01-16T09:47:09.324125+0000 mon.smithi038 (mon.0) 355 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:47:10.488 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:10 smithi038 bash[13941]: audit 2024-01-16T09:47:09.324452+0000 mon.smithi038 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:47:10.488 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:10 smithi038 bash[13941]: audit 2024-01-16T09:47:09.324752+0000 mon.smithi038 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:47:10.488 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:10 smithi038 bash[13941]: audit 2024-01-16T09:47:09.325057+0000 mon.smithi038 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:47:10.488 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:10 smithi038 bash[13941]: audit 2024-01-16T09:47:09.325594+0000 mon.smithi038 (mon.0) 359 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-01-16T09:47:10.488 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:10 smithi038 bash[13941]: audit 2024-01-16T09:47:09.325996+0000 mon.smithi038 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:47:10.488 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:10 smithi038 bash[13941]: audit 2024-01-16T09:47:09.326291+0000 mon.smithi038 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:47:10.488 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:10 smithi038 bash[13941]: cluster 2024-01-16T09:47:09.637498+0000 mgr.smithi038.dukxrr (mgr.14180) 111 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:47:11.617 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:11 smithi133 bash[17559]: audit 2024-01-16T09:47:10.325197+0000 mon.smithi038 (mon.0) 362 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-01-16T09:47:11.617 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:11 smithi133 bash[17559]: cluster 2024-01-16T09:47:10.325341+0000 mon.smithi038 (mon.0) 363 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-01-16T09:47:11.617 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:11 smithi133 bash[17559]: audit 2024-01-16T09:47:10.326024+0000 mon.smithi038 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:47:11.617 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:11 smithi133 bash[17559]: audit 2024-01-16T09:47:10.326351+0000 mon.smithi038 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:47:11.617 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:11 smithi133 bash[17559]: audit 2024-01-16T09:47:10.326553+0000 mon.smithi038 (mon.0) 366 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:47:11.617 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:11 smithi133 bash[17559]: audit 2024-01-16T09:47:10.326768+0000 mon.smithi038 (mon.0) 367 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:47:11.617 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:11 smithi133 bash[17559]: audit 2024-01-16T09:47:10.327120+0000 mon.smithi038 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:47:11.617 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:11 smithi133 bash[17559]: audit 2024-01-16T09:47:10.327342+0000 mon.smithi038 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:47:11.617 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:11 smithi133 bash[17559]: audit 2024-01-16T09:47:10.327587+0000 mon.smithi038 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:47:11.617 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:11 smithi133 bash[17559]: audit 2024-01-16T09:47:10.327833+0000 mon.smithi038 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:47:11.617 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:11 smithi133 bash[17559]: audit 2024-01-16T09:47:10.333029+0000 mon.smithi038 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:47:11.739 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:11 smithi038 bash[13941]: audit 2024-01-16T09:47:10.325197+0000 mon.smithi038 (mon.0) 362 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-01-16T09:47:11.739 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:11 smithi038 bash[13941]: cluster 2024-01-16T09:47:10.325341+0000 mon.smithi038 (mon.0) 363 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-01-16T09:47:11.739 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:11 smithi038 bash[13941]: audit 2024-01-16T09:47:10.326024+0000 mon.smithi038 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:47:11.739 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:11 smithi038 bash[13941]: audit 2024-01-16T09:47:10.326351+0000 mon.smithi038 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:47:11.739 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:11 smithi038 bash[13941]: audit 2024-01-16T09:47:10.326553+0000 mon.smithi038 (mon.0) 366 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:47:11.739 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:11 smithi038 bash[13941]: audit 2024-01-16T09:47:10.326768+0000 mon.smithi038 (mon.0) 367 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:47:11.739 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:11 smithi038 bash[13941]: audit 2024-01-16T09:47:10.327120+0000 mon.smithi038 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:47:11.740 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:11 smithi038 bash[13941]: audit 2024-01-16T09:47:10.327342+0000 mon.smithi038 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:47:11.740 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:11 smithi038 bash[13941]: audit 2024-01-16T09:47:10.327587+0000 mon.smithi038 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:47:11.740 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:11 smithi038 bash[13941]: audit 2024-01-16T09:47:10.327833+0000 mon.smithi038 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:47:11.740 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:11 smithi038 bash[13941]: audit 2024-01-16T09:47:10.333029+0000 mon.smithi038 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:47:12.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:12 smithi133 bash[17559]: cluster 2024-01-16T09:47:09.418817+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T09:47:12.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:12 smithi133 bash[17559]: cluster 2024-01-16T09:47:09.418907+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T09:47:12.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:12 smithi133 bash[17559]: audit 2024-01-16T09:47:11.330901+0000 mon.smithi038 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:47:12.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:12 smithi133 bash[17559]: cluster 2024-01-16T09:47:11.336403+0000 mon.smithi038 (mon.0) 374 : cluster [INF] osd.0 [v2:172.21.15.133:6800/1423961623,v1:172.21.15.133:6801/1423961623] boot 2024-01-16T09:47:12.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:12 smithi133 bash[17559]: cluster 2024-01-16T09:47:11.336454+0000 mon.smithi038 (mon.0) 375 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-01-16T09:47:12.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:12 smithi133 bash[17559]: audit 2024-01-16T09:47:11.337044+0000 mon.smithi038 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:47:12.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:12 smithi133 bash[17559]: audit 2024-01-16T09:47:11.337984+0000 mon.smithi038 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:47:12.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:12 smithi133 bash[17559]: audit 2024-01-16T09:47:11.341765+0000 mon.smithi038 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:47:12.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:12 smithi133 bash[17559]: audit 2024-01-16T09:47:11.342064+0000 mon.smithi038 (mon.0) 379 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:47:12.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:12 smithi133 bash[17559]: audit 2024-01-16T09:47:11.342367+0000 mon.smithi038 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:47:12.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:12 smithi133 bash[17559]: audit 2024-01-16T09:47:11.342644+0000 mon.smithi038 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:47:12.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:12 smithi133 bash[17559]: audit 2024-01-16T09:47:11.342917+0000 mon.smithi038 (mon.0) 382 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:47:12.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:12 smithi133 bash[17559]: audit 2024-01-16T09:47:11.343188+0000 mon.smithi038 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:47:12.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:12 smithi133 bash[17559]: cluster 2024-01-16T09:47:11.637962+0000 mgr.smithi038.dukxrr (mgr.14180) 112 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:47:12.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:12 smithi133 bash[17559]: audit 2024-01-16T09:47:11.663757+0000 mon.smithi038 (mon.0) 384 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:47:12.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:12 smithi133 bash[17559]: audit 2024-01-16T09:47:11.665079+0000 mon.smithi038 (mon.0) 385 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-16T09:47:12.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:12 smithi133 bash[17559]: audit 2024-01-16T09:47:11.666166+0000 mon.smithi038 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:47:12.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:12 smithi133 bash[17559]: cephadm 2024-01-16T09:47:11.667104+0000 mgr.smithi038.dukxrr (mgr.14180) 113 : cephadm [INF] Deploying daemon osd.6 on smithi133 2024-01-16T09:47:12.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:12 smithi038 bash[13941]: cluster 2024-01-16T09:47:09.418817+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T09:47:12.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:12 smithi038 bash[13941]: cluster 2024-01-16T09:47:09.418907+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T09:47:12.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:12 smithi038 bash[13941]: audit 2024-01-16T09:47:11.330901+0000 mon.smithi038 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:47:12.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:12 smithi038 bash[13941]: cluster 2024-01-16T09:47:11.336403+0000 mon.smithi038 (mon.0) 374 : cluster [INF] osd.0 [v2:172.21.15.133:6800/1423961623,v1:172.21.15.133:6801/1423961623] boot 2024-01-16T09:47:12.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:12 smithi038 bash[13941]: cluster 2024-01-16T09:47:11.336454+0000 mon.smithi038 (mon.0) 375 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-01-16T09:47:12.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:12 smithi038 bash[13941]: audit 2024-01-16T09:47:11.337044+0000 mon.smithi038 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:47:12.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:12 smithi038 bash[13941]: audit 2024-01-16T09:47:11.337984+0000 mon.smithi038 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:47:12.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:12 smithi038 bash[13941]: audit 2024-01-16T09:47:11.341765+0000 mon.smithi038 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:47:12.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:12 smithi038 bash[13941]: audit 2024-01-16T09:47:11.342064+0000 mon.smithi038 (mon.0) 379 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:47:12.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:12 smithi038 bash[13941]: audit 2024-01-16T09:47:11.342367+0000 mon.smithi038 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:47:12.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:12 smithi038 bash[13941]: audit 2024-01-16T09:47:11.342644+0000 mon.smithi038 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:47:12.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:12 smithi038 bash[13941]: audit 2024-01-16T09:47:11.342917+0000 mon.smithi038 (mon.0) 382 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:47:12.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:12 smithi038 bash[13941]: audit 2024-01-16T09:47:11.343188+0000 mon.smithi038 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:47:12.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:12 smithi038 bash[13941]: cluster 2024-01-16T09:47:11.637962+0000 mgr.smithi038.dukxrr (mgr.14180) 112 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:47:12.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:12 smithi038 bash[13941]: audit 2024-01-16T09:47:11.663757+0000 mon.smithi038 (mon.0) 384 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:47:12.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:12 smithi038 bash[13941]: audit 2024-01-16T09:47:11.665079+0000 mon.smithi038 (mon.0) 385 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-16T09:47:12.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:12 smithi038 bash[13941]: audit 2024-01-16T09:47:11.666166+0000 mon.smithi038 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:47:12.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:12 smithi038 bash[13941]: cephadm 2024-01-16T09:47:11.667104+0000 mgr.smithi038.dukxrr (mgr.14180) 113 : cephadm [INF] Deploying daemon osd.6 on smithi133 2024-01-16T09:47:13.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:13 smithi038 bash[13941]: cluster 2024-01-16T09:47:12.354233+0000 mon.smithi038 (mon.0) 387 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-01-16T09:47:13.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:13 smithi038 bash[13941]: audit 2024-01-16T09:47:12.354373+0000 mon.smithi038 (mon.0) 388 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:47:13.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:13 smithi038 bash[13941]: audit 2024-01-16T09:47:12.355264+0000 mon.smithi038 (mon.0) 389 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:47:13.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:13 smithi038 bash[13941]: audit 2024-01-16T09:47:12.355632+0000 mon.smithi038 (mon.0) 390 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:47:13.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:13 smithi038 bash[13941]: audit 2024-01-16T09:47:12.355919+0000 mon.smithi038 (mon.0) 391 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:47:13.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:13 smithi038 bash[13941]: audit 2024-01-16T09:47:12.356202+0000 mon.smithi038 (mon.0) 392 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:47:13.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:13 smithi038 bash[13941]: audit 2024-01-16T09:47:12.356545+0000 mon.smithi038 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:47:13.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:13 smithi038 bash[13941]: audit 2024-01-16T09:47:12.356837+0000 mon.smithi038 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:47:13.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:13 smithi133 bash[17559]: cluster 2024-01-16T09:47:12.354233+0000 mon.smithi038 (mon.0) 387 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-01-16T09:47:13.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:13 smithi133 bash[17559]: audit 2024-01-16T09:47:12.354373+0000 mon.smithi038 (mon.0) 388 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:47:13.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:13 smithi133 bash[17559]: audit 2024-01-16T09:47:12.355264+0000 mon.smithi038 (mon.0) 389 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:47:13.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:13 smithi133 bash[17559]: audit 2024-01-16T09:47:12.355632+0000 mon.smithi038 (mon.0) 390 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:47:13.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:13 smithi133 bash[17559]: audit 2024-01-16T09:47:12.355919+0000 mon.smithi038 (mon.0) 391 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:47:13.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:13 smithi133 bash[17559]: audit 2024-01-16T09:47:12.356202+0000 mon.smithi038 (mon.0) 392 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:47:13.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:13 smithi133 bash[17559]: audit 2024-01-16T09:47:12.356545+0000 mon.smithi038 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:47:13.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:13 smithi133 bash[17559]: audit 2024-01-16T09:47:12.356837+0000 mon.smithi038 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:47:14.330 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:47:14.606 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:14 smithi038 bash[13941]: cluster 2024-01-16T09:47:13.638412+0000 mgr.smithi038.dukxrr (mgr.14180) 114 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-16T09:47:14.606 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:14 smithi038 bash[13941]: audit 2024-01-16T09:47:13.963880+0000 mon.smithi133 (mon.1) 11 : audit [INF] from='osd.2 [v2:172.21.15.133:6808/125898468,v1:172.21.15.133:6809/125898468]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-16T09:47:14.606 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:14 smithi038 bash[13941]: audit 2024-01-16T09:47:13.965623+0000 mon.smithi038 (mon.0) 395 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-16T09:47:14.606 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:14 smithi038 bash[13941]: audit 2024-01-16T09:47:14.334327+0000 mon.smithi038 (mon.0) 396 : audit [DBG] from='client.? 172.21.15.38:0/4077004354' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:47:14.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:14 smithi133 bash[17559]: cluster 2024-01-16T09:47:13.638412+0000 mgr.smithi038.dukxrr (mgr.14180) 114 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-16T09:47:14.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:14 smithi133 bash[17559]: audit 2024-01-16T09:47:13.963880+0000 mon.smithi133 (mon.1) 11 : audit [INF] from='osd.2 [v2:172.21.15.133:6808/125898468,v1:172.21.15.133:6809/125898468]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-16T09:47:14.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:14 smithi133 bash[17559]: audit 2024-01-16T09:47:13.965623+0000 mon.smithi038 (mon.0) 395 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-16T09:47:14.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:14 smithi133 bash[17559]: audit 2024-01-16T09:47:14.334327+0000 mon.smithi038 (mon.0) 396 : audit [DBG] from='client.? 172.21.15.38:0/4077004354' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:47:15.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:15 smithi038 bash[13941]: audit 2024-01-16T09:47:14.365544+0000 mon.smithi038 (mon.0) 397 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-16T09:47:15.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:15 smithi038 bash[13941]: cluster 2024-01-16T09:47:14.365611+0000 mon.smithi038 (mon.0) 398 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-01-16T09:47:15.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:15 smithi038 bash[13941]: audit 2024-01-16T09:47:14.365675+0000 mon.smithi133 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.133:6808/125898468,v1:172.21.15.133:6809/125898468]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-01-16T09:47:15.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:15 smithi038 bash[13941]: audit 2024-01-16T09:47:14.366695+0000 mon.smithi038 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:47:15.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:15 smithi038 bash[13941]: audit 2024-01-16T09:47:14.367220+0000 mon.smithi038 (mon.0) 400 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:47:15.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:15 smithi038 bash[13941]: audit 2024-01-16T09:47:14.367612+0000 mon.smithi038 (mon.0) 401 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:47:15.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:15 smithi038 bash[13941]: audit 2024-01-16T09:47:14.368063+0000 mon.smithi038 (mon.0) 402 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-01-16T09:47:15.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:15 smithi038 bash[13941]: audit 2024-01-16T09:47:14.368536+0000 mon.smithi038 (mon.0) 403 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:47:15.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:15 smithi038 bash[13941]: audit 2024-01-16T09:47:14.368888+0000 mon.smithi038 (mon.0) 404 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:47:15.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:15 smithi038 bash[13941]: audit 2024-01-16T09:47:14.369219+0000 mon.smithi038 (mon.0) 405 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:47:15.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:15 smithi038 bash[13941]: audit 2024-01-16T09:47:14.369529+0000 mon.smithi038 (mon.0) 406 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:47:15.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:15 smithi038 bash[13941]: audit 2024-01-16T09:47:15.369772+0000 mon.smithi038 (mon.0) 407 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-01-16T09:47:15.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:15 smithi038 bash[13941]: cluster 2024-01-16T09:47:15.369880+0000 mon.smithi038 (mon.0) 408 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-01-16T09:47:15.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:15 smithi038 bash[13941]: audit 2024-01-16T09:47:15.370050+0000 mon.smithi038 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:47:15.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:15 smithi038 bash[13941]: audit 2024-01-16T09:47:15.370447+0000 mon.smithi038 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:47:15.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:15 smithi038 bash[13941]: audit 2024-01-16T09:47:15.370674+0000 mon.smithi038 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:47:15.532 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:15 smithi038 bash[13941]: audit 2024-01-16T09:47:15.370939+0000 mon.smithi038 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:47:15.535 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":17,"num_osds":8,"num_up_osds":1,"osd_up_since":1705398431,"num_in_osds":8,"osd_in_since":1705398406,"num_remapped_pgs":0} 2024-01-16T09:47:15.628 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:15 smithi133 bash[17559]: audit 2024-01-16T09:47:14.365544+0000 mon.smithi038 (mon.0) 397 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-16T09:47:15.628 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:15 smithi133 bash[17559]: cluster 2024-01-16T09:47:14.365611+0000 mon.smithi038 (mon.0) 398 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-01-16T09:47:15.628 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:15 smithi133 bash[17559]: audit 2024-01-16T09:47:14.365675+0000 mon.smithi133 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.133:6808/125898468,v1:172.21.15.133:6809/125898468]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-01-16T09:47:15.628 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:15 smithi133 bash[17559]: audit 2024-01-16T09:47:14.366695+0000 mon.smithi038 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:47:15.628 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:15 smithi133 bash[17559]: audit 2024-01-16T09:47:14.367220+0000 mon.smithi038 (mon.0) 400 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:47:15.628 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:15 smithi133 bash[17559]: audit 2024-01-16T09:47:14.367612+0000 mon.smithi038 (mon.0) 401 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:47:15.628 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:15 smithi133 bash[17559]: audit 2024-01-16T09:47:14.368063+0000 mon.smithi038 (mon.0) 402 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-01-16T09:47:15.628 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:15 smithi133 bash[17559]: audit 2024-01-16T09:47:14.368536+0000 mon.smithi038 (mon.0) 403 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:47:15.628 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:15 smithi133 bash[17559]: audit 2024-01-16T09:47:14.368888+0000 mon.smithi038 (mon.0) 404 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:47:15.628 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:15 smithi133 bash[17559]: audit 2024-01-16T09:47:14.369219+0000 mon.smithi038 (mon.0) 405 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:47:15.628 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:15 smithi133 bash[17559]: audit 2024-01-16T09:47:14.369529+0000 mon.smithi038 (mon.0) 406 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:47:15.628 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:15 smithi133 bash[17559]: audit 2024-01-16T09:47:15.369772+0000 mon.smithi038 (mon.0) 407 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-01-16T09:47:15.629 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:15 smithi133 bash[17559]: cluster 2024-01-16T09:47:15.369880+0000 mon.smithi038 (mon.0) 408 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-01-16T09:47:15.629 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:15 smithi133 bash[17559]: audit 2024-01-16T09:47:15.370050+0000 mon.smithi038 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:47:15.629 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:15 smithi133 bash[17559]: audit 2024-01-16T09:47:15.370447+0000 mon.smithi038 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:47:15.629 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:15 smithi133 bash[17559]: audit 2024-01-16T09:47:15.370674+0000 mon.smithi038 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:47:15.629 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:15 smithi133 bash[17559]: audit 2024-01-16T09:47:15.370939+0000 mon.smithi038 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:47:16.496 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:16 smithi038 bash[13941]: audit 2024-01-16T09:47:15.371970+0000 mon.smithi038 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:47:16.496 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:16 smithi038 bash[13941]: audit 2024-01-16T09:47:15.372180+0000 mon.smithi038 (mon.0) 414 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:47:16.496 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:16 smithi038 bash[13941]: audit 2024-01-16T09:47:15.372428+0000 mon.smithi038 (mon.0) 415 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:47:16.496 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:16 smithi038 bash[13941]: audit 2024-01-16T09:47:15.375342+0000 mon.smithi038 (mon.0) 416 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:47:16.496 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:16 smithi038 bash[13941]: cluster 2024-01-16T09:47:15.638883+0000 mgr.smithi038.dukxrr (mgr.14180) 115 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-16T09:47:16.496 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:16 smithi038 bash[13941]: audit 2024-01-16T09:47:16.246257+0000 mon.smithi038 (mon.0) 417 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:47:16.496 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:16 smithi038 bash[13941]: audit 2024-01-16T09:47:16.247563+0000 mon.smithi038 (mon.0) 418 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-16T09:47:16.497 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:16 smithi038 bash[13941]: audit 2024-01-16T09:47:16.248704+0000 mon.smithi038 (mon.0) 419 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:47:16.497 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:16 smithi038 bash[13941]: audit 2024-01-16T09:47:16.375656+0000 mon.smithi038 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:47:16.536 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T09:47:16.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:16 smithi133 bash[17559]: audit 2024-01-16T09:47:15.371970+0000 mon.smithi038 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:47:16.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:16 smithi133 bash[17559]: audit 2024-01-16T09:47:15.372180+0000 mon.smithi038 (mon.0) 414 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:47:16.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:16 smithi133 bash[17559]: audit 2024-01-16T09:47:15.372428+0000 mon.smithi038 (mon.0) 415 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:47:16.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:16 smithi133 bash[17559]: audit 2024-01-16T09:47:15.375342+0000 mon.smithi038 (mon.0) 416 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:47:16.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:16 smithi133 bash[17559]: cluster 2024-01-16T09:47:15.638883+0000 mgr.smithi038.dukxrr (mgr.14180) 115 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-16T09:47:16.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:16 smithi133 bash[17559]: audit 2024-01-16T09:47:16.246257+0000 mon.smithi038 (mon.0) 417 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:47:16.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:16 smithi133 bash[17559]: audit 2024-01-16T09:47:16.247563+0000 mon.smithi038 (mon.0) 418 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-16T09:47:16.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:16 smithi133 bash[17559]: audit 2024-01-16T09:47:16.248704+0000 mon.smithi038 (mon.0) 419 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:47:16.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:16 smithi133 bash[17559]: audit 2024-01-16T09:47:16.375656+0000 mon.smithi038 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:47:17.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:17 smithi133 bash[17559]: cluster 2024-01-16T09:47:14.919901+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T09:47:17.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:17 smithi133 bash[17559]: cluster 2024-01-16T09:47:14.919961+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T09:47:17.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:17 smithi133 bash[17559]: cephadm 2024-01-16T09:47:16.249588+0000 mgr.smithi038.dukxrr (mgr.14180) 116 : cephadm [INF] Deploying daemon osd.5 on smithi038 2024-01-16T09:47:17.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:17 smithi133 bash[17559]: cluster 2024-01-16T09:47:16.386184+0000 mon.smithi038 (mon.0) 421 : cluster [INF] osd.2 [v2:172.21.15.133:6808/125898468,v1:172.21.15.133:6809/125898468] boot 2024-01-16T09:47:17.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:17 smithi133 bash[17559]: cluster 2024-01-16T09:47:16.386282+0000 mon.smithi038 (mon.0) 422 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-01-16T09:47:17.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:17 smithi133 bash[17559]: audit 2024-01-16T09:47:16.386930+0000 mon.smithi038 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:47:17.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:17 smithi133 bash[17559]: audit 2024-01-16T09:47:16.387191+0000 mon.smithi038 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:47:17.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:17 smithi133 bash[17559]: audit 2024-01-16T09:47:16.387396+0000 mon.smithi038 (mon.0) 425 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:47:17.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:17 smithi133 bash[17559]: audit 2024-01-16T09:47:16.387562+0000 mon.smithi038 (mon.0) 426 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:47:17.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:17 smithi133 bash[17559]: audit 2024-01-16T09:47:16.387745+0000 mon.smithi038 (mon.0) 427 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:47:17.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:17 smithi133 bash[17559]: audit 2024-01-16T09:47:16.387924+0000 mon.smithi038 (mon.0) 428 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:47:17.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:17 smithi133 bash[17559]: audit 2024-01-16T09:47:16.388088+0000 mon.smithi038 (mon.0) 429 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:47:17.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:17 smithi133 bash[17559]: audit 2024-01-16T09:47:17.238009+0000 mon.smithi038 (mon.0) 430 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:47:17.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:17 smithi038 bash[13941]: cluster 2024-01-16T09:47:14.919901+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T09:47:17.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:17 smithi038 bash[13941]: cluster 2024-01-16T09:47:14.919961+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T09:47:17.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:17 smithi038 bash[13941]: cephadm 2024-01-16T09:47:16.249588+0000 mgr.smithi038.dukxrr (mgr.14180) 116 : cephadm [INF] Deploying daemon osd.5 on smithi038 2024-01-16T09:47:17.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:17 smithi038 bash[13941]: cluster 2024-01-16T09:47:16.386184+0000 mon.smithi038 (mon.0) 421 : cluster [INF] osd.2 [v2:172.21.15.133:6808/125898468,v1:172.21.15.133:6809/125898468] boot 2024-01-16T09:47:17.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:17 smithi038 bash[13941]: cluster 2024-01-16T09:47:16.386282+0000 mon.smithi038 (mon.0) 422 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-01-16T09:47:17.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:17 smithi038 bash[13941]: audit 2024-01-16T09:47:16.386930+0000 mon.smithi038 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:47:17.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:17 smithi038 bash[13941]: audit 2024-01-16T09:47:16.387191+0000 mon.smithi038 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:47:17.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:17 smithi038 bash[13941]: audit 2024-01-16T09:47:16.387396+0000 mon.smithi038 (mon.0) 425 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:47:17.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:17 smithi038 bash[13941]: audit 2024-01-16T09:47:16.387562+0000 mon.smithi038 (mon.0) 426 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:47:17.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:17 smithi038 bash[13941]: audit 2024-01-16T09:47:16.387745+0000 mon.smithi038 (mon.0) 427 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:47:17.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:17 smithi038 bash[13941]: audit 2024-01-16T09:47:16.387924+0000 mon.smithi038 (mon.0) 428 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:47:17.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:17 smithi038 bash[13941]: audit 2024-01-16T09:47:16.388088+0000 mon.smithi038 (mon.0) 429 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:47:17.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:17 smithi038 bash[13941]: audit 2024-01-16T09:47:17.238009+0000 mon.smithi038 (mon.0) 430 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:47:18.665 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:18 smithi038 bash[13941]: cluster 2024-01-16T09:47:17.402544+0000 mon.smithi038 (mon.0) 431 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2024-01-16T09:47:18.665 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:18 smithi038 bash[13941]: audit 2024-01-16T09:47:17.402687+0000 mon.smithi038 (mon.0) 432 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:47:18.666 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:18 smithi038 bash[13941]: audit 2024-01-16T09:47:17.403120+0000 mon.smithi038 (mon.0) 433 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:47:18.666 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:18 smithi038 bash[13941]: audit 2024-01-16T09:47:17.403412+0000 mon.smithi038 (mon.0) 434 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:47:18.666 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:18 smithi038 bash[13941]: audit 2024-01-16T09:47:17.403701+0000 mon.smithi038 (mon.0) 435 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:47:18.666 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:18 smithi038 bash[13941]: audit 2024-01-16T09:47:17.403989+0000 mon.smithi038 (mon.0) 436 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:47:18.666 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:18 smithi038 bash[13941]: audit 2024-01-16T09:47:17.404274+0000 mon.smithi038 (mon.0) 437 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:47:18.666 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:18 smithi038 bash[13941]: cluster 2024-01-16T09:47:17.639340+0000 mgr.smithi038.dukxrr (mgr.14180) 117 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-01-16T09:47:18.666 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:18 smithi038 bash[13941]: audit 2024-01-16T09:47:18.131945+0000 mon.smithi038 (mon.0) 438 : audit [INF] from='osd.1 [v2:172.21.15.38:6802/2253109245,v1:172.21.15.38:6803/2253109245]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-16T09:47:18.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:18 smithi133 bash[17559]: cluster 2024-01-16T09:47:17.402544+0000 mon.smithi038 (mon.0) 431 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2024-01-16T09:47:18.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:18 smithi133 bash[17559]: audit 2024-01-16T09:47:17.402687+0000 mon.smithi038 (mon.0) 432 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:47:18.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:18 smithi133 bash[17559]: audit 2024-01-16T09:47:17.403120+0000 mon.smithi038 (mon.0) 433 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:47:18.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:18 smithi133 bash[17559]: audit 2024-01-16T09:47:17.403412+0000 mon.smithi038 (mon.0) 434 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:47:18.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:18 smithi133 bash[17559]: audit 2024-01-16T09:47:17.403701+0000 mon.smithi038 (mon.0) 435 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:47:18.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:18 smithi133 bash[17559]: audit 2024-01-16T09:47:17.403989+0000 mon.smithi038 (mon.0) 436 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:47:18.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:18 smithi133 bash[17559]: audit 2024-01-16T09:47:17.404274+0000 mon.smithi038 (mon.0) 437 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:47:18.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:18 smithi133 bash[17559]: cluster 2024-01-16T09:47:17.639340+0000 mgr.smithi038.dukxrr (mgr.14180) 117 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-01-16T09:47:18.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:18 smithi133 bash[17559]: audit 2024-01-16T09:47:18.131945+0000 mon.smithi038 (mon.0) 438 : audit [INF] from='osd.1 [v2:172.21.15.38:6802/2253109245,v1:172.21.15.38:6803/2253109245]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-16T09:47:19.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:19 smithi133 bash[17559]: audit 2024-01-16T09:47:18.416405+0000 mon.smithi038 (mon.0) 439 : audit [INF] from='osd.1 [v2:172.21.15.38:6802/2253109245,v1:172.21.15.38:6803/2253109245]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-16T09:47:19.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:19 smithi133 bash[17559]: cluster 2024-01-16T09:47:18.416496+0000 mon.smithi038 (mon.0) 440 : cluster [DBG] osdmap e22: 8 total, 2 up, 8 in 2024-01-16T09:47:19.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:19 smithi133 bash[17559]: audit 2024-01-16T09:47:18.416947+0000 mon.smithi038 (mon.0) 441 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:47:19.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:19 smithi133 bash[17559]: audit 2024-01-16T09:47:18.417816+0000 mon.smithi038 (mon.0) 442 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:47:19.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:19 smithi133 bash[17559]: audit 2024-01-16T09:47:18.418187+0000 mon.smithi038 (mon.0) 443 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:47:19.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:19 smithi133 bash[17559]: audit 2024-01-16T09:47:18.418349+0000 mon.smithi038 (mon.0) 444 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:47:19.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:19 smithi133 bash[17559]: audit 2024-01-16T09:47:18.418564+0000 mon.smithi038 (mon.0) 445 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:47:19.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:19 smithi133 bash[17559]: audit 2024-01-16T09:47:18.418766+0000 mon.smithi038 (mon.0) 446 : audit [INF] from='osd.1 [v2:172.21.15.38:6802/2253109245,v1:172.21.15.38:6803/2253109245]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2024-01-16T09:47:19.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:19 smithi133 bash[17559]: audit 2024-01-16T09:47:18.419007+0000 mon.smithi038 (mon.0) 447 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:47:19.809 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:19 smithi038 bash[13941]: audit 2024-01-16T09:47:18.416405+0000 mon.smithi038 (mon.0) 439 : audit [INF] from='osd.1 [v2:172.21.15.38:6802/2253109245,v1:172.21.15.38:6803/2253109245]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-16T09:47:19.809 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:19 smithi038 bash[13941]: cluster 2024-01-16T09:47:18.416496+0000 mon.smithi038 (mon.0) 440 : cluster [DBG] osdmap e22: 8 total, 2 up, 8 in 2024-01-16T09:47:19.809 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:19 smithi038 bash[13941]: audit 2024-01-16T09:47:18.416947+0000 mon.smithi038 (mon.0) 441 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:47:19.810 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:19 smithi038 bash[13941]: audit 2024-01-16T09:47:18.417816+0000 mon.smithi038 (mon.0) 442 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:47:19.810 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:19 smithi038 bash[13941]: audit 2024-01-16T09:47:18.418187+0000 mon.smithi038 (mon.0) 443 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:47:19.810 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:19 smithi038 bash[13941]: audit 2024-01-16T09:47:18.418349+0000 mon.smithi038 (mon.0) 444 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:47:19.810 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:19 smithi038 bash[13941]: audit 2024-01-16T09:47:18.418564+0000 mon.smithi038 (mon.0) 445 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:47:19.810 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:19 smithi038 bash[13941]: audit 2024-01-16T09:47:18.418766+0000 mon.smithi038 (mon.0) 446 : audit [INF] from='osd.1 [v2:172.21.15.38:6802/2253109245,v1:172.21.15.38:6803/2253109245]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2024-01-16T09:47:19.810 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:19 smithi038 bash[13941]: audit 2024-01-16T09:47:18.419007+0000 mon.smithi038 (mon.0) 447 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:47:21.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:20 smithi133 bash[17559]: audit 2024-01-16T09:47:19.417739+0000 mon.smithi038 (mon.0) 448 : audit [INF] from='osd.1 [v2:172.21.15.38:6802/2253109245,v1:172.21.15.38:6803/2253109245]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]': finished 2024-01-16T09:47:21.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:20 smithi133 bash[17559]: cluster 2024-01-16T09:47:19.417849+0000 mon.smithi038 (mon.0) 449 : cluster [DBG] osdmap e23: 8 total, 2 up, 8 in 2024-01-16T09:47:21.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:20 smithi133 bash[17559]: audit 2024-01-16T09:47:19.420442+0000 mon.smithi038 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:47:21.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:20 smithi133 bash[17559]: audit 2024-01-16T09:47:19.420899+0000 mon.smithi038 (mon.0) 451 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:47:21.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:20 smithi133 bash[17559]: audit 2024-01-16T09:47:19.421674+0000 mon.smithi038 (mon.0) 452 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:47:21.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:20 smithi133 bash[17559]: audit 2024-01-16T09:47:19.422015+0000 mon.smithi038 (mon.0) 453 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:47:21.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:20 smithi133 bash[17559]: audit 2024-01-16T09:47:19.422316+0000 mon.smithi038 (mon.0) 454 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:47:21.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:20 smithi133 bash[17559]: audit 2024-01-16T09:47:19.422685+0000 mon.smithi038 (mon.0) 455 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:47:21.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:20 smithi133 bash[17559]: audit 2024-01-16T09:47:19.424950+0000 mon.smithi038 (mon.0) 456 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:47:21.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:20 smithi133 bash[17559]: cluster 2024-01-16T09:47:19.639972+0000 mgr.smithi038.dukxrr (mgr.14180) 118 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-01-16T09:47:21.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:20 smithi133 bash[17559]: audit 2024-01-16T09:47:19.760032+0000 mon.smithi133 (mon.1) 13 : audit [INF] from='osd.4 [v2:172.21.15.133:6816/165556450,v1:172.21.15.133:6817/165556450]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-16T09:47:21.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:20 smithi133 bash[17559]: audit 2024-01-16T09:47:19.761970+0000 mon.smithi038 (mon.0) 457 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-16T09:47:21.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:20 smithi038 bash[13941]: audit 2024-01-16T09:47:19.417739+0000 mon.smithi038 (mon.0) 448 : audit [INF] from='osd.1 [v2:172.21.15.38:6802/2253109245,v1:172.21.15.38:6803/2253109245]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]': finished 2024-01-16T09:47:21.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:20 smithi038 bash[13941]: cluster 2024-01-16T09:47:19.417849+0000 mon.smithi038 (mon.0) 449 : cluster [DBG] osdmap e23: 8 total, 2 up, 8 in 2024-01-16T09:47:21.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:20 smithi038 bash[13941]: audit 2024-01-16T09:47:19.420442+0000 mon.smithi038 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:47:21.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:20 smithi038 bash[13941]: audit 2024-01-16T09:47:19.420899+0000 mon.smithi038 (mon.0) 451 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:47:21.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:20 smithi038 bash[13941]: audit 2024-01-16T09:47:19.421674+0000 mon.smithi038 (mon.0) 452 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:47:21.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:20 smithi038 bash[13941]: audit 2024-01-16T09:47:19.422015+0000 mon.smithi038 (mon.0) 453 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:47:21.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:20 smithi038 bash[13941]: audit 2024-01-16T09:47:19.422316+0000 mon.smithi038 (mon.0) 454 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:47:21.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:20 smithi038 bash[13941]: audit 2024-01-16T09:47:19.422685+0000 mon.smithi038 (mon.0) 455 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:47:21.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:20 smithi038 bash[13941]: audit 2024-01-16T09:47:19.424950+0000 mon.smithi038 (mon.0) 456 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:47:21.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:20 smithi038 bash[13941]: cluster 2024-01-16T09:47:19.639972+0000 mgr.smithi038.dukxrr (mgr.14180) 118 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-01-16T09:47:21.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:20 smithi038 bash[13941]: audit 2024-01-16T09:47:19.760032+0000 mon.smithi133 (mon.1) 13 : audit [INF] from='osd.4 [v2:172.21.15.133:6816/165556450,v1:172.21.15.133:6817/165556450]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-16T09:47:21.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:20 smithi038 bash[13941]: audit 2024-01-16T09:47:19.761970+0000 mon.smithi038 (mon.0) 457 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-16T09:47:22.175 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:21 smithi038 bash[13941]: cluster 2024-01-16T09:47:19.168777+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T09:47:22.175 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:21 smithi038 bash[13941]: cluster 2024-01-16T09:47:19.168831+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T09:47:22.175 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:21 smithi038 bash[13941]: audit 2024-01-16T09:47:20.426680+0000 mon.smithi038 (mon.0) 458 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:47:22.175 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:21 smithi038 bash[13941]: audit 2024-01-16T09:47:20.436135+0000 mon.smithi133 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.133:6816/165556450,v1:172.21.15.133:6817/165556450]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-01-16T09:47:22.175 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:21 smithi038 bash[13941]: cluster 2024-01-16T09:47:20.436180+0000 mon.smithi038 (mon.0) 459 : cluster [INF] osd.1 [v2:172.21.15.38:6802/2253109245,v1:172.21.15.38:6803/2253109245] boot 2024-01-16T09:47:22.176 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:21 smithi038 bash[13941]: audit 2024-01-16T09:47:20.436242+0000 mon.smithi038 (mon.0) 460 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-16T09:47:22.176 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:21 smithi038 bash[13941]: cluster 2024-01-16T09:47:20.436309+0000 mon.smithi038 (mon.0) 461 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-01-16T09:47:22.176 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:21 smithi038 bash[13941]: audit 2024-01-16T09:47:20.438138+0000 mon.smithi038 (mon.0) 462 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:47:22.176 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:21 smithi038 bash[13941]: audit 2024-01-16T09:47:20.438679+0000 mon.smithi038 (mon.0) 463 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-01-16T09:47:22.176 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:21 smithi038 bash[13941]: audit 2024-01-16T09:47:20.439168+0000 mon.smithi038 (mon.0) 464 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:47:22.176 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:21 smithi038 bash[13941]: audit 2024-01-16T09:47:20.439642+0000 mon.smithi038 (mon.0) 465 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:47:22.176 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:21 smithi038 bash[13941]: audit 2024-01-16T09:47:20.439919+0000 mon.smithi038 (mon.0) 466 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:47:22.176 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:21 smithi038 bash[13941]: audit 2024-01-16T09:47:20.440252+0000 mon.smithi038 (mon.0) 467 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:47:22.176 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:21 smithi038 bash[13941]: audit 2024-01-16T09:47:20.440635+0000 mon.smithi038 (mon.0) 468 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:47:22.176 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:21 smithi038 bash[13941]: audit 2024-01-16T09:47:20.440911+0000 mon.smithi038 (mon.0) 469 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-01-16T09:47:22.176 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:21 smithi038 bash[13941]: audit 2024-01-16T09:47:21.438023+0000 mon.smithi038 (mon.0) 470 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-01-16T09:47:22.176 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:21 smithi038 bash[13941]: audit 2024-01-16T09:47:21.438128+0000 mon.smithi038 (mon.0) 471 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-01-16T09:47:22.176 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:21 smithi038 bash[13941]: cluster 2024-01-16T09:47:21.438182+0000 mon.smithi038 (mon.0) 472 : cluster [DBG] osdmap e25: 8 total, 3 up, 8 in 2024-01-16T09:47:22.176 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:21 smithi038 bash[13941]: audit 2024-01-16T09:47:21.438448+0000 mon.smithi038 (mon.0) 473 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:47:22.177 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:21 smithi038 bash[13941]: audit 2024-01-16T09:47:21.439208+0000 mon.smithi038 (mon.0) 474 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:47:22.177 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:21 smithi038 bash[13941]: audit 2024-01-16T09:47:21.439764+0000 mon.smithi038 (mon.0) 475 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:47:22.177 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:21 smithi038 bash[13941]: audit 2024-01-16T09:47:21.440169+0000 mon.smithi038 (mon.0) 476 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:47:22.177 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:21 smithi038 bash[13941]: audit 2024-01-16T09:47:21.440658+0000 mon.smithi038 (mon.0) 477 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:47:22.177 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:21 smithi038 bash[13941]: audit 2024-01-16T09:47:21.441779+0000 mon.smithi038 (mon.0) 478 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-16T09:47:22.177 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:21 smithi038 bash[13941]: audit 2024-01-16T09:47:21.443970+0000 mon.smithi038 (mon.0) 479 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:47:22.177 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:21 smithi038 bash[13941]: cluster 2024-01-16T09:47:21.640594+0000 mgr.smithi038.dukxrr (mgr.14180) 119 : cluster [DBG] pgmap v91: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-16T09:47:22.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:21 smithi133 bash[17559]: cluster 2024-01-16T09:47:19.168777+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T09:47:22.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:21 smithi133 bash[17559]: cluster 2024-01-16T09:47:19.168831+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T09:47:22.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:21 smithi133 bash[17559]: audit 2024-01-16T09:47:20.426680+0000 mon.smithi038 (mon.0) 458 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:47:22.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:21 smithi133 bash[17559]: audit 2024-01-16T09:47:20.436135+0000 mon.smithi133 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.133:6816/165556450,v1:172.21.15.133:6817/165556450]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-01-16T09:47:22.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:21 smithi133 bash[17559]: cluster 2024-01-16T09:47:20.436180+0000 mon.smithi038 (mon.0) 459 : cluster [INF] osd.1 [v2:172.21.15.38:6802/2253109245,v1:172.21.15.38:6803/2253109245] boot 2024-01-16T09:47:22.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:21 smithi133 bash[17559]: audit 2024-01-16T09:47:20.436242+0000 mon.smithi038 (mon.0) 460 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-16T09:47:22.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:21 smithi133 bash[17559]: cluster 2024-01-16T09:47:20.436309+0000 mon.smithi038 (mon.0) 461 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-01-16T09:47:22.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:21 smithi133 bash[17559]: audit 2024-01-16T09:47:20.438138+0000 mon.smithi038 (mon.0) 462 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:47:22.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:21 smithi133 bash[17559]: audit 2024-01-16T09:47:20.438679+0000 mon.smithi038 (mon.0) 463 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-01-16T09:47:22.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:21 smithi133 bash[17559]: audit 2024-01-16T09:47:20.439168+0000 mon.smithi038 (mon.0) 464 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:47:22.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:21 smithi133 bash[17559]: audit 2024-01-16T09:47:20.439642+0000 mon.smithi038 (mon.0) 465 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:47:22.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:21 smithi133 bash[17559]: audit 2024-01-16T09:47:20.439919+0000 mon.smithi038 (mon.0) 466 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:47:22.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:21 smithi133 bash[17559]: audit 2024-01-16T09:47:20.440252+0000 mon.smithi038 (mon.0) 467 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:47:22.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:21 smithi133 bash[17559]: audit 2024-01-16T09:47:20.440635+0000 mon.smithi038 (mon.0) 468 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:47:22.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:21 smithi133 bash[17559]: audit 2024-01-16T09:47:20.440911+0000 mon.smithi038 (mon.0) 469 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-01-16T09:47:22.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:21 smithi133 bash[17559]: audit 2024-01-16T09:47:21.438023+0000 mon.smithi038 (mon.0) 470 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-01-16T09:47:22.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:21 smithi133 bash[17559]: audit 2024-01-16T09:47:21.438128+0000 mon.smithi038 (mon.0) 471 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-01-16T09:47:22.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:21 smithi133 bash[17559]: cluster 2024-01-16T09:47:21.438182+0000 mon.smithi038 (mon.0) 472 : cluster [DBG] osdmap e25: 8 total, 3 up, 8 in 2024-01-16T09:47:22.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:21 smithi133 bash[17559]: audit 2024-01-16T09:47:21.438448+0000 mon.smithi038 (mon.0) 473 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:47:22.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:21 smithi133 bash[17559]: audit 2024-01-16T09:47:21.439208+0000 mon.smithi038 (mon.0) 474 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:47:22.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:21 smithi133 bash[17559]: audit 2024-01-16T09:47:21.439764+0000 mon.smithi038 (mon.0) 475 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:47:22.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:21 smithi133 bash[17559]: audit 2024-01-16T09:47:21.440169+0000 mon.smithi038 (mon.0) 476 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:47:22.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:21 smithi133 bash[17559]: audit 2024-01-16T09:47:21.440658+0000 mon.smithi038 (mon.0) 477 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:47:22.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:21 smithi133 bash[17559]: audit 2024-01-16T09:47:21.441779+0000 mon.smithi038 (mon.0) 478 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-16T09:47:22.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:21 smithi133 bash[17559]: audit 2024-01-16T09:47:21.443970+0000 mon.smithi038 (mon.0) 479 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:47:22.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:21 smithi133 bash[17559]: cluster 2024-01-16T09:47:21.640594+0000 mgr.smithi038.dukxrr (mgr.14180) 119 : cluster [DBG] pgmap v91: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-16T09:47:22.565 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:47:23.647 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:23 smithi038 bash[13941]: cluster 2024-01-16T09:47:20.709228+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T09:47:23.647 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:23 smithi038 bash[13941]: cluster 2024-01-16T09:47:20.709310+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T09:47:23.647 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:23 smithi038 bash[13941]: audit 2024-01-16T09:47:22.444733+0000 mon.smithi038 (mon.0) 480 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-16T09:47:23.647 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:23 smithi038 bash[13941]: cluster 2024-01-16T09:47:22.444821+0000 mon.smithi038 (mon.0) 481 : cluster [INF] osd.4 [v2:172.21.15.133:6816/165556450,v1:172.21.15.133:6817/165556450] boot 2024-01-16T09:47:23.647 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:23 smithi038 bash[13941]: cluster 2024-01-16T09:47:22.444863+0000 mon.smithi038 (mon.0) 482 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-01-16T09:47:23.647 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:23 smithi038 bash[13941]: audit 2024-01-16T09:47:22.445050+0000 mon.smithi038 (mon.0) 483 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:47:23.647 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:23 smithi038 bash[13941]: audit 2024-01-16T09:47:22.445479+0000 mon.smithi038 (mon.0) 484 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:47:23.647 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:23 smithi038 bash[13941]: audit 2024-01-16T09:47:22.445803+0000 mon.smithi038 (mon.0) 485 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:47:23.647 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:23 smithi038 bash[13941]: audit 2024-01-16T09:47:22.446040+0000 mon.smithi038 (mon.0) 486 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:47:23.647 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:23 smithi038 bash[13941]: audit 2024-01-16T09:47:22.446482+0000 mon.smithi038 (mon.0) 487 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:47:23.647 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:23 smithi038 bash[13941]: audit 2024-01-16T09:47:22.569463+0000 mon.smithi038 (mon.0) 488 : audit [DBG] from='client.? 172.21.15.38:0/3685539115' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:47:23.648 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":26,"num_osds":8,"num_up_osds":4,"osd_up_since":1705398442,"num_in_osds":8,"osd_in_since":1705398406,"num_remapped_pgs":0} 2024-01-16T09:47:23.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:23 smithi133 bash[17559]: cluster 2024-01-16T09:47:20.709228+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T09:47:23.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:23 smithi133 bash[17559]: cluster 2024-01-16T09:47:20.709310+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T09:47:23.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:23 smithi133 bash[17559]: audit 2024-01-16T09:47:22.444733+0000 mon.smithi038 (mon.0) 480 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-16T09:47:23.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:23 smithi133 bash[17559]: cluster 2024-01-16T09:47:22.444821+0000 mon.smithi038 (mon.0) 481 : cluster [INF] osd.4 [v2:172.21.15.133:6816/165556450,v1:172.21.15.133:6817/165556450] boot 2024-01-16T09:47:23.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:23 smithi133 bash[17559]: cluster 2024-01-16T09:47:22.444863+0000 mon.smithi038 (mon.0) 482 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-01-16T09:47:23.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:23 smithi133 bash[17559]: audit 2024-01-16T09:47:22.445050+0000 mon.smithi038 (mon.0) 483 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:47:23.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:23 smithi133 bash[17559]: audit 2024-01-16T09:47:22.445479+0000 mon.smithi038 (mon.0) 484 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:47:23.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:23 smithi133 bash[17559]: audit 2024-01-16T09:47:22.445803+0000 mon.smithi038 (mon.0) 485 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:47:23.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:23 smithi133 bash[17559]: audit 2024-01-16T09:47:22.446040+0000 mon.smithi038 (mon.0) 486 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:47:23.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:23 smithi133 bash[17559]: audit 2024-01-16T09:47:22.446482+0000 mon.smithi038 (mon.0) 487 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:47:23.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:23 smithi133 bash[17559]: audit 2024-01-16T09:47:22.569463+0000 mon.smithi038 (mon.0) 488 : audit [DBG] from='client.? 172.21.15.38:0/3685539115' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:47:24.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:24 smithi038 bash[13941]: cluster 2024-01-16T09:47:23.456477+0000 mon.smithi038 (mon.0) 489 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2024-01-16T09:47:24.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:24 smithi038 bash[13941]: audit 2024-01-16T09:47:23.456613+0000 mon.smithi038 (mon.0) 490 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:47:24.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:24 smithi038 bash[13941]: audit 2024-01-16T09:47:23.456896+0000 mon.smithi038 (mon.0) 491 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:47:24.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:24 smithi038 bash[13941]: audit 2024-01-16T09:47:23.457169+0000 mon.smithi038 (mon.0) 492 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:47:24.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:24 smithi038 bash[13941]: audit 2024-01-16T09:47:23.457370+0000 mon.smithi038 (mon.0) 493 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:47:24.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:24 smithi038 bash[13941]: cluster 2024-01-16T09:47:23.640969+0000 mgr.smithi038.dukxrr (mgr.14180) 120 : cluster [DBG] pgmap v94: 1 pgs: 1 creating+peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-01-16T09:47:24.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:24 smithi038 bash[13941]: audit 2024-01-16T09:47:24.231788+0000 mon.smithi038 (mon.0) 494 : audit [INF] from='osd.6 [v2:172.21.15.133:6824/655790010,v1:172.21.15.133:6825/655790010]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-16T09:47:24.532 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:24 smithi133 bash[17559]: cluster 2024-01-16T09:47:23.456477+0000 mon.smithi038 (mon.0) 489 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2024-01-16T09:47:24.532 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:24 smithi133 bash[17559]: audit 2024-01-16T09:47:23.456613+0000 mon.smithi038 (mon.0) 490 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:47:24.532 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:24 smithi133 bash[17559]: audit 2024-01-16T09:47:23.456896+0000 mon.smithi038 (mon.0) 491 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:47:24.533 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:24 smithi133 bash[17559]: audit 2024-01-16T09:47:23.457169+0000 mon.smithi038 (mon.0) 492 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:47:24.533 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:24 smithi133 bash[17559]: audit 2024-01-16T09:47:23.457370+0000 mon.smithi038 (mon.0) 493 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:47:24.533 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:24 smithi133 bash[17559]: cluster 2024-01-16T09:47:23.640969+0000 mgr.smithi038.dukxrr (mgr.14180) 120 : cluster [DBG] pgmap v94: 1 pgs: 1 creating+peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-01-16T09:47:24.533 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:24 smithi133 bash[17559]: audit 2024-01-16T09:47:24.231788+0000 mon.smithi038 (mon.0) 494 : audit [INF] from='osd.6 [v2:172.21.15.133:6824/655790010,v1:172.21.15.133:6825/655790010]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-16T09:47:24.649 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T09:47:25.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:25 smithi133 bash[17559]: audit 2024-01-16T09:47:24.465197+0000 mon.smithi038 (mon.0) 495 : audit [INF] from='osd.6 [v2:172.21.15.133:6824/655790010,v1:172.21.15.133:6825/655790010]' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-16T09:47:25.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:25 smithi133 bash[17559]: cluster 2024-01-16T09:47:24.465307+0000 mon.smithi038 (mon.0) 496 : cluster [DBG] osdmap e28: 8 total, 4 up, 8 in 2024-01-16T09:47:25.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:25 smithi133 bash[17559]: audit 2024-01-16T09:47:24.465493+0000 mon.smithi038 (mon.0) 497 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:47:25.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:25 smithi133 bash[17559]: audit 2024-01-16T09:47:24.466222+0000 mon.smithi038 (mon.0) 498 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:47:25.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:25 smithi133 bash[17559]: audit 2024-01-16T09:47:24.466703+0000 mon.smithi038 (mon.0) 499 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:47:25.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:25 smithi133 bash[17559]: audit 2024-01-16T09:47:24.467138+0000 mon.smithi038 (mon.0) 500 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:47:25.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:25 smithi133 bash[17559]: audit 2024-01-16T09:47:24.468560+0000 mon.smithi038 (mon.0) 501 : audit [INF] from='osd.6 [v2:172.21.15.133:6824/655790010,v1:172.21.15.133:6825/655790010]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-01-16T09:47:25.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:25 smithi133 bash[17559]: audit 2024-01-16T09:47:24.546654+0000 mon.smithi038 (mon.0) 502 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:47:25.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:25 smithi133 bash[17559]: audit 2024-01-16T09:47:24.548123+0000 mon.smithi038 (mon.0) 503 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-16T09:47:25.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:25 smithi133 bash[17559]: audit 2024-01-16T09:47:24.549605+0000 mon.smithi038 (mon.0) 504 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:47:25.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:25 smithi133 bash[17559]: cephadm 2024-01-16T09:47:24.550794+0000 mgr.smithi038.dukxrr (mgr.14180) 121 : cephadm [INF] Deploying daemon osd.7 on smithi038 2024-01-16T09:47:25.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:25 smithi038 bash[13941]: audit 2024-01-16T09:47:24.465197+0000 mon.smithi038 (mon.0) 495 : audit [INF] from='osd.6 [v2:172.21.15.133:6824/655790010,v1:172.21.15.133:6825/655790010]' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-16T09:47:25.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:25 smithi038 bash[13941]: cluster 2024-01-16T09:47:24.465307+0000 mon.smithi038 (mon.0) 496 : cluster [DBG] osdmap e28: 8 total, 4 up, 8 in 2024-01-16T09:47:25.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:25 smithi038 bash[13941]: audit 2024-01-16T09:47:24.465493+0000 mon.smithi038 (mon.0) 497 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:47:25.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:25 smithi038 bash[13941]: audit 2024-01-16T09:47:24.466222+0000 mon.smithi038 (mon.0) 498 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:47:25.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:25 smithi038 bash[13941]: audit 2024-01-16T09:47:24.466703+0000 mon.smithi038 (mon.0) 499 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:47:25.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:25 smithi038 bash[13941]: audit 2024-01-16T09:47:24.467138+0000 mon.smithi038 (mon.0) 500 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:47:25.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:25 smithi038 bash[13941]: audit 2024-01-16T09:47:24.468560+0000 mon.smithi038 (mon.0) 501 : audit [INF] from='osd.6 [v2:172.21.15.133:6824/655790010,v1:172.21.15.133:6825/655790010]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-01-16T09:47:25.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:25 smithi038 bash[13941]: audit 2024-01-16T09:47:24.546654+0000 mon.smithi038 (mon.0) 502 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:47:25.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:25 smithi038 bash[13941]: audit 2024-01-16T09:47:24.548123+0000 mon.smithi038 (mon.0) 503 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-16T09:47:25.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:25 smithi038 bash[13941]: audit 2024-01-16T09:47:24.549605+0000 mon.smithi038 (mon.0) 504 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:47:25.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:25 smithi038 bash[13941]: cephadm 2024-01-16T09:47:24.550794+0000 mgr.smithi038.dukxrr (mgr.14180) 121 : cephadm [INF] Deploying daemon osd.7 on smithi038 2024-01-16T09:47:26.749 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:26 smithi038 bash[13941]: audit 2024-01-16T09:47:25.471101+0000 mon.smithi038 (mon.0) 505 : audit [INF] from='osd.6 [v2:172.21.15.133:6824/655790010,v1:172.21.15.133:6825/655790010]' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-01-16T09:47:26.749 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:26 smithi038 bash[13941]: cluster 2024-01-16T09:47:25.471224+0000 mon.smithi038 (mon.0) 506 : cluster [DBG] osdmap e29: 8 total, 4 up, 8 in 2024-01-16T09:47:26.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:26 smithi038 bash[13941]: audit 2024-01-16T09:47:25.472039+0000 mon.smithi038 (mon.0) 507 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:47:26.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:26 smithi038 bash[13941]: audit 2024-01-16T09:47:25.472357+0000 mon.smithi038 (mon.0) 508 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:47:26.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:26 smithi038 bash[13941]: audit 2024-01-16T09:47:25.473110+0000 mon.smithi038 (mon.0) 509 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:47:26.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:26 smithi038 bash[13941]: audit 2024-01-16T09:47:25.473409+0000 mon.smithi038 (mon.0) 510 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:47:26.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:26 smithi038 bash[13941]: audit 2024-01-16T09:47:25.478135+0000 mon.smithi038 (mon.0) 511 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:47:26.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:26 smithi038 bash[13941]: cluster 2024-01-16T09:47:25.641439+0000 mgr.smithi038.dukxrr (mgr.14180) 122 : cluster [DBG] pgmap v97: 1 pgs: 1 creating+peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-01-16T09:47:26.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:26 smithi038 bash[13941]: audit 2024-01-16T09:47:25.977471+0000 mon.smithi038 (mon.0) 512 : audit [INF] from='osd.3 [v2:172.21.15.38:6810/3927019299,v1:172.21.15.38:6811/3927019299]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-16T09:47:26.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:26 smithi133 bash[17559]: audit 2024-01-16T09:47:25.471101+0000 mon.smithi038 (mon.0) 505 : audit [INF] from='osd.6 [v2:172.21.15.133:6824/655790010,v1:172.21.15.133:6825/655790010]' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-01-16T09:47:26.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:26 smithi133 bash[17559]: cluster 2024-01-16T09:47:25.471224+0000 mon.smithi038 (mon.0) 506 : cluster [DBG] osdmap e29: 8 total, 4 up, 8 in 2024-01-16T09:47:26.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:26 smithi133 bash[17559]: audit 2024-01-16T09:47:25.472039+0000 mon.smithi038 (mon.0) 507 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:47:26.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:26 smithi133 bash[17559]: audit 2024-01-16T09:47:25.472357+0000 mon.smithi038 (mon.0) 508 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:47:26.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:26 smithi133 bash[17559]: audit 2024-01-16T09:47:25.473110+0000 mon.smithi038 (mon.0) 509 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:47:26.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:26 smithi133 bash[17559]: audit 2024-01-16T09:47:25.473409+0000 mon.smithi038 (mon.0) 510 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:47:26.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:26 smithi133 bash[17559]: audit 2024-01-16T09:47:25.478135+0000 mon.smithi038 (mon.0) 511 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:47:26.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:26 smithi133 bash[17559]: cluster 2024-01-16T09:47:25.641439+0000 mgr.smithi038.dukxrr (mgr.14180) 122 : cluster [DBG] pgmap v97: 1 pgs: 1 creating+peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-01-16T09:47:26.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:26 smithi133 bash[17559]: audit 2024-01-16T09:47:25.977471+0000 mon.smithi038 (mon.0) 512 : audit [INF] from='osd.3 [v2:172.21.15.38:6810/3927019299,v1:172.21.15.38:6811/3927019299]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-16T09:47:27.574 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:27 smithi038 bash[13941]: cluster 2024-01-16T09:47:25.213519+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T09:47:27.574 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:27 smithi038 bash[13941]: cluster 2024-01-16T09:47:25.213614+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T09:47:27.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:27 smithi133 bash[17559]: cluster 2024-01-16T09:47:25.213519+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T09:47:27.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:27 smithi133 bash[17559]: cluster 2024-01-16T09:47:25.213614+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T09:47:27.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:27 smithi133 bash[17559]: audit 2024-01-16T09:47:26.478525+0000 mon.smithi038 (mon.0) 513 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:47:27.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:27 smithi133 bash[17559]: cluster 2024-01-16T09:47:26.482981+0000 mon.smithi038 (mon.0) 514 : cluster [INF] osd.6 [v2:172.21.15.133:6824/655790010,v1:172.21.15.133:6825/655790010] boot 2024-01-16T09:47:27.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:27 smithi133 bash[17559]: audit 2024-01-16T09:47:26.483024+0000 mon.smithi038 (mon.0) 515 : audit [INF] from='osd.3 [v2:172.21.15.38:6810/3927019299,v1:172.21.15.38:6811/3927019299]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-16T09:47:27.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:27 smithi133 bash[17559]: cluster 2024-01-16T09:47:26.483065+0000 mon.smithi038 (mon.0) 516 : cluster [DBG] osdmap e30: 8 total, 5 up, 8 in 2024-01-16T09:47:27.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:27 smithi133 bash[17559]: audit 2024-01-16T09:47:26.483931+0000 mon.smithi038 (mon.0) 517 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:47:27.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:27 smithi133 bash[17559]: audit 2024-01-16T09:47:26.484306+0000 mon.smithi038 (mon.0) 518 : audit [INF] from='osd.3 [v2:172.21.15.38:6810/3927019299,v1:172.21.15.38:6811/3927019299]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2024-01-16T09:47:27.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:27 smithi133 bash[17559]: audit 2024-01-16T09:47:26.484760+0000 mon.smithi038 (mon.0) 519 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:47:27.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:27 smithi133 bash[17559]: audit 2024-01-16T09:47:26.484988+0000 mon.smithi038 (mon.0) 520 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:47:27.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:27 smithi133 bash[17559]: audit 2024-01-16T09:47:26.485436+0000 mon.smithi038 (mon.0) 521 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:47:28.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:27 smithi038 bash[13941]: audit 2024-01-16T09:47:26.478525+0000 mon.smithi038 (mon.0) 513 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:47:28.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:27 smithi038 bash[13941]: cluster 2024-01-16T09:47:26.482981+0000 mon.smithi038 (mon.0) 514 : cluster [INF] osd.6 [v2:172.21.15.133:6824/655790010,v1:172.21.15.133:6825/655790010] boot 2024-01-16T09:47:28.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:27 smithi038 bash[13941]: audit 2024-01-16T09:47:26.483024+0000 mon.smithi038 (mon.0) 515 : audit [INF] from='osd.3 [v2:172.21.15.38:6810/3927019299,v1:172.21.15.38:6811/3927019299]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-16T09:47:28.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:27 smithi038 bash[13941]: cluster 2024-01-16T09:47:26.483065+0000 mon.smithi038 (mon.0) 516 : cluster [DBG] osdmap e30: 8 total, 5 up, 8 in 2024-01-16T09:47:28.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:27 smithi038 bash[13941]: audit 2024-01-16T09:47:26.483931+0000 mon.smithi038 (mon.0) 517 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:47:28.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:27 smithi038 bash[13941]: audit 2024-01-16T09:47:26.484306+0000 mon.smithi038 (mon.0) 518 : audit [INF] from='osd.3 [v2:172.21.15.38:6810/3927019299,v1:172.21.15.38:6811/3927019299]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2024-01-16T09:47:28.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:27 smithi038 bash[13941]: audit 2024-01-16T09:47:26.484760+0000 mon.smithi038 (mon.0) 519 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:47:28.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:27 smithi038 bash[13941]: audit 2024-01-16T09:47:26.484988+0000 mon.smithi038 (mon.0) 520 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:47:28.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:27 smithi038 bash[13941]: audit 2024-01-16T09:47:26.485436+0000 mon.smithi038 (mon.0) 521 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:47:28.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:28 smithi038 bash[13941]: audit 2024-01-16T09:47:27.491661+0000 mon.smithi038 (mon.0) 522 : audit [INF] from='osd.3 [v2:172.21.15.38:6810/3927019299,v1:172.21.15.38:6811/3927019299]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]': finished 2024-01-16T09:47:28.783 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:28 smithi038 bash[13941]: cluster 2024-01-16T09:47:27.491775+0000 mon.smithi038 (mon.0) 523 : cluster [DBG] osdmap e31: 8 total, 5 up, 8 in 2024-01-16T09:47:28.783 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:28 smithi038 bash[13941]: audit 2024-01-16T09:47:27.491977+0000 mon.smithi038 (mon.0) 524 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:47:28.783 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:28 smithi038 bash[13941]: audit 2024-01-16T09:47:27.492384+0000 mon.smithi038 (mon.0) 525 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:47:28.784 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:28 smithi038 bash[13941]: audit 2024-01-16T09:47:27.493143+0000 mon.smithi038 (mon.0) 526 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:47:28.784 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:28 smithi038 bash[13941]: audit 2024-01-16T09:47:27.497394+0000 mon.smithi038 (mon.0) 527 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:47:28.784 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:28 smithi038 bash[13941]: cluster 2024-01-16T09:47:27.642028+0000 mgr.smithi038.dukxrr (mgr.14180) 123 : cluster [DBG] pgmap v100: 1 pgs: 1 remapped+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-16T09:47:28.784 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:28 smithi038 bash[13941]: audit 2024-01-16T09:47:27.720271+0000 mon.smithi038 (mon.0) 528 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:47:28.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:28 smithi133 bash[17559]: audit 2024-01-16T09:47:27.491661+0000 mon.smithi038 (mon.0) 522 : audit [INF] from='osd.3 [v2:172.21.15.38:6810/3927019299,v1:172.21.15.38:6811/3927019299]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]': finished 2024-01-16T09:47:28.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:28 smithi133 bash[17559]: cluster 2024-01-16T09:47:27.491775+0000 mon.smithi038 (mon.0) 523 : cluster [DBG] osdmap e31: 8 total, 5 up, 8 in 2024-01-16T09:47:28.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:28 smithi133 bash[17559]: audit 2024-01-16T09:47:27.491977+0000 mon.smithi038 (mon.0) 524 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:47:28.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:28 smithi133 bash[17559]: audit 2024-01-16T09:47:27.492384+0000 mon.smithi038 (mon.0) 525 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:47:28.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:28 smithi133 bash[17559]: audit 2024-01-16T09:47:27.493143+0000 mon.smithi038 (mon.0) 526 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:47:28.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:28 smithi133 bash[17559]: audit 2024-01-16T09:47:27.497394+0000 mon.smithi038 (mon.0) 527 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:47:28.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:28 smithi133 bash[17559]: cluster 2024-01-16T09:47:27.642028+0000 mgr.smithi038.dukxrr (mgr.14180) 123 : cluster [DBG] pgmap v100: 1 pgs: 1 remapped+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-16T09:47:28.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:28 smithi133 bash[17559]: audit 2024-01-16T09:47:27.720271+0000 mon.smithi038 (mon.0) 528 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:47:29.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:29 smithi038 bash[13941]: cluster 2024-01-16T09:47:26.976693+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T09:47:29.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:29 smithi038 bash[13941]: cluster 2024-01-16T09:47:26.976773+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T09:47:29.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:29 smithi038 bash[13941]: cluster 2024-01-16T09:47:28.499897+0000 mon.smithi038 (mon.0) 529 : cluster [INF] osd.3 [v2:172.21.15.38:6810/3927019299,v1:172.21.15.38:6811/3927019299] boot 2024-01-16T09:47:29.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:29 smithi038 bash[13941]: cluster 2024-01-16T09:47:28.499926+0000 mon.smithi038 (mon.0) 530 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-01-16T09:47:29.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:29 smithi038 bash[13941]: audit 2024-01-16T09:47:28.500384+0000 mon.smithi038 (mon.0) 531 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:47:29.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:29 smithi038 bash[13941]: audit 2024-01-16T09:47:28.501249+0000 mon.smithi038 (mon.0) 532 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:47:29.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:29 smithi038 bash[13941]: audit 2024-01-16T09:47:28.501785+0000 mon.smithi038 (mon.0) 533 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:47:29.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:29 smithi133 bash[17559]: cluster 2024-01-16T09:47:26.976693+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T09:47:29.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:29 smithi133 bash[17559]: cluster 2024-01-16T09:47:26.976773+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T09:47:29.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:29 smithi133 bash[17559]: cluster 2024-01-16T09:47:28.499897+0000 mon.smithi038 (mon.0) 529 : cluster [INF] osd.3 [v2:172.21.15.38:6810/3927019299,v1:172.21.15.38:6811/3927019299] boot 2024-01-16T09:47:29.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:29 smithi133 bash[17559]: cluster 2024-01-16T09:47:28.499926+0000 mon.smithi038 (mon.0) 530 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-01-16T09:47:29.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:29 smithi133 bash[17559]: audit 2024-01-16T09:47:28.500384+0000 mon.smithi038 (mon.0) 531 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:47:29.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:29 smithi133 bash[17559]: audit 2024-01-16T09:47:28.501249+0000 mon.smithi038 (mon.0) 532 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:47:29.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:29 smithi133 bash[17559]: audit 2024-01-16T09:47:28.501785+0000 mon.smithi038 (mon.0) 533 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:47:30.608 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:47:30.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:30 smithi038 bash[13941]: cluster 2024-01-16T09:47:29.505028+0000 mon.smithi038 (mon.0) 534 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-01-16T09:47:30.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:30 smithi038 bash[13941]: audit 2024-01-16T09:47:29.505688+0000 mon.smithi038 (mon.0) 535 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:47:30.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:30 smithi038 bash[13941]: audit 2024-01-16T09:47:29.506189+0000 mon.smithi038 (mon.0) 536 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:47:30.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:30 smithi038 bash[13941]: cluster 2024-01-16T09:47:29.642513+0000 mgr.smithi038.dukxrr (mgr.14180) 124 : cluster [DBG] pgmap v103: 1 pgs: 1 remapped+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-16T09:47:30.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:30 smithi133 bash[17559]: cluster 2024-01-16T09:47:29.505028+0000 mon.smithi038 (mon.0) 534 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-01-16T09:47:30.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:30 smithi133 bash[17559]: audit 2024-01-16T09:47:29.505688+0000 mon.smithi038 (mon.0) 535 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:47:30.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:30 smithi133 bash[17559]: audit 2024-01-16T09:47:29.506189+0000 mon.smithi038 (mon.0) 536 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:47:30.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:30 smithi133 bash[17559]: cluster 2024-01-16T09:47:29.642513+0000 mgr.smithi038.dukxrr (mgr.14180) 124 : cluster [DBG] pgmap v103: 1 pgs: 1 remapped+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-16T09:47:31.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:31 smithi038 bash[13941]: cluster 2024-01-16T09:47:30.507430+0000 mon.smithi038 (mon.0) 537 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2024-01-16T09:47:31.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:31 smithi038 bash[13941]: audit 2024-01-16T09:47:30.507627+0000 mon.smithi038 (mon.0) 538 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:47:31.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:31 smithi038 bash[13941]: audit 2024-01-16T09:47:30.509423+0000 mon.smithi038 (mon.0) 539 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:47:31.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:31 smithi038 bash[13941]: audit 2024-01-16T09:47:30.611581+0000 mon.smithi038 (mon.0) 540 : audit [DBG] from='client.? 172.21.15.38:0/62735539' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:47:31.839 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":34,"num_osds":8,"num_up_osds":6,"osd_up_since":1705398448,"num_in_osds":8,"osd_in_since":1705398406,"num_remapped_pgs":0} 2024-01-16T09:47:31.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:31 smithi133 bash[17559]: cluster 2024-01-16T09:47:30.507430+0000 mon.smithi038 (mon.0) 537 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2024-01-16T09:47:31.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:31 smithi133 bash[17559]: audit 2024-01-16T09:47:30.507627+0000 mon.smithi038 (mon.0) 538 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:47:31.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:31 smithi133 bash[17559]: audit 2024-01-16T09:47:30.509423+0000 mon.smithi038 (mon.0) 539 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:47:31.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:31 smithi133 bash[17559]: audit 2024-01-16T09:47:30.611581+0000 mon.smithi038 (mon.0) 540 : audit [DBG] from='client.? 172.21.15.38:0/62735539' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:47:32.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:32 smithi038 bash[13941]: cluster 2024-01-16T09:47:31.642982+0000 mgr.smithi038.dukxrr (mgr.14180) 125 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-16T09:47:32.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:32 smithi038 bash[13941]: audit 2024-01-16T09:47:32.376586+0000 mon.smithi038 (mon.0) 541 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:47:32.840 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T09:47:32.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:32 smithi133 bash[17559]: cluster 2024-01-16T09:47:31.642982+0000 mgr.smithi038.dukxrr (mgr.14180) 125 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-16T09:47:32.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:32 smithi133 bash[17559]: audit 2024-01-16T09:47:32.376586+0000 mon.smithi038 (mon.0) 541 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:47:34.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:34 smithi038 bash[13941]: cluster 2024-01-16T09:47:33.643451+0000 mgr.smithi038.dukxrr (mgr.14180) 126 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-16T09:47:34.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:34 smithi038 bash[13941]: audit 2024-01-16T09:47:34.134804+0000 mon.smithi038 (mon.0) 542 : audit [INF] from='osd.5 [v2:172.21.15.38:6818/994519657,v1:172.21.15.38:6819/994519657]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-16T09:47:35.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:34 smithi133 bash[17559]: cluster 2024-01-16T09:47:33.643451+0000 mgr.smithi038.dukxrr (mgr.14180) 126 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-16T09:47:35.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:34 smithi133 bash[17559]: audit 2024-01-16T09:47:34.134804+0000 mon.smithi038 (mon.0) 542 : audit [INF] from='osd.5 [v2:172.21.15.38:6818/994519657,v1:172.21.15.38:6819/994519657]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-16T09:47:35.963 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:35 smithi038 bash[13941]: audit 2024-01-16T09:47:34.707423+0000 mon.smithi038 (mon.0) 543 : audit [INF] from='osd.5 [v2:172.21.15.38:6818/994519657,v1:172.21.15.38:6819/994519657]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-16T09:47:35.963 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:35 smithi038 bash[13941]: cluster 2024-01-16T09:47:34.707593+0000 mon.smithi038 (mon.0) 544 : cluster [DBG] osdmap e35: 8 total, 6 up, 8 in 2024-01-16T09:47:35.964 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:35 smithi038 bash[13941]: audit 2024-01-16T09:47:34.708616+0000 mon.smithi038 (mon.0) 545 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:47:35.964 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:35 smithi038 bash[13941]: audit 2024-01-16T09:47:34.709305+0000 mon.smithi038 (mon.0) 546 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:47:35.964 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:35 smithi038 bash[13941]: audit 2024-01-16T09:47:34.709832+0000 mon.smithi038 (mon.0) 547 : audit [INF] from='osd.5 [v2:172.21.15.38:6818/994519657,v1:172.21.15.38:6819/994519657]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2024-01-16T09:47:35.964 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:35 smithi038 bash[13941]: audit 2024-01-16T09:47:35.708440+0000 mon.smithi038 (mon.0) 548 : audit [INF] from='osd.5 [v2:172.21.15.38:6818/994519657,v1:172.21.15.38:6819/994519657]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]': finished 2024-01-16T09:47:35.964 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:35 smithi038 bash[13941]: cluster 2024-01-16T09:47:35.708562+0000 mon.smithi038 (mon.0) 549 : cluster [DBG] osdmap e36: 8 total, 6 up, 8 in 2024-01-16T09:47:35.964 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:35 smithi038 bash[13941]: audit 2024-01-16T09:47:35.708734+0000 mon.smithi038 (mon.0) 550 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:47:35.964 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:35 smithi038 bash[13941]: audit 2024-01-16T09:47:35.709183+0000 mon.smithi038 (mon.0) 551 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:47:36.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:35 smithi133 bash[17559]: audit 2024-01-16T09:47:34.707423+0000 mon.smithi038 (mon.0) 543 : audit [INF] from='osd.5 [v2:172.21.15.38:6818/994519657,v1:172.21.15.38:6819/994519657]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-16T09:47:36.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:35 smithi133 bash[17559]: cluster 2024-01-16T09:47:34.707593+0000 mon.smithi038 (mon.0) 544 : cluster [DBG] osdmap e35: 8 total, 6 up, 8 in 2024-01-16T09:47:36.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:35 smithi133 bash[17559]: audit 2024-01-16T09:47:34.708616+0000 mon.smithi038 (mon.0) 545 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:47:36.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:35 smithi133 bash[17559]: audit 2024-01-16T09:47:34.709305+0000 mon.smithi038 (mon.0) 546 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:47:36.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:35 smithi133 bash[17559]: audit 2024-01-16T09:47:34.709832+0000 mon.smithi038 (mon.0) 547 : audit [INF] from='osd.5 [v2:172.21.15.38:6818/994519657,v1:172.21.15.38:6819/994519657]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2024-01-16T09:47:36.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:35 smithi133 bash[17559]: audit 2024-01-16T09:47:35.708440+0000 mon.smithi038 (mon.0) 548 : audit [INF] from='osd.5 [v2:172.21.15.38:6818/994519657,v1:172.21.15.38:6819/994519657]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]': finished 2024-01-16T09:47:36.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:35 smithi133 bash[17559]: cluster 2024-01-16T09:47:35.708562+0000 mon.smithi038 (mon.0) 549 : cluster [DBG] osdmap e36: 8 total, 6 up, 8 in 2024-01-16T09:47:36.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:35 smithi133 bash[17559]: audit 2024-01-16T09:47:35.708734+0000 mon.smithi038 (mon.0) 550 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:47:36.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:35 smithi133 bash[17559]: audit 2024-01-16T09:47:35.709183+0000 mon.smithi038 (mon.0) 551 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:47:37.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:36 smithi038 bash[13941]: cluster 2024-01-16T09:47:35.644020+0000 mgr.smithi038.dukxrr (mgr.14180) 127 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-16T09:47:37.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:36 smithi038 bash[13941]: audit 2024-01-16T09:47:35.716865+0000 mon.smithi038 (mon.0) 552 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:47:37.167 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:47:37.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:36 smithi133 bash[17559]: cluster 2024-01-16T09:47:35.644020+0000 mgr.smithi038.dukxrr (mgr.14180) 127 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-16T09:47:37.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:36 smithi133 bash[17559]: audit 2024-01-16T09:47:35.716865+0000 mon.smithi038 (mon.0) 552 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:47:37.887 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":37,"num_osds":8,"num_up_osds":7,"osd_up_since":1705398456,"num_in_osds":8,"osd_in_since":1705398406,"num_remapped_pgs":0} 2024-01-16T09:47:38.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:37 smithi038 bash[13941]: cluster 2024-01-16T09:47:35.144927+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T09:47:38.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:37 smithi038 bash[13941]: cluster 2024-01-16T09:47:35.145011+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T09:47:38.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:37 smithi038 bash[13941]: audit 2024-01-16T09:47:36.714560+0000 mon.smithi038 (mon.0) 553 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:47:38.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:37 smithi038 bash[13941]: cluster 2024-01-16T09:47:36.726629+0000 mon.smithi038 (mon.0) 554 : cluster [INF] osd.5 [v2:172.21.15.38:6818/994519657,v1:172.21.15.38:6819/994519657] boot 2024-01-16T09:47:38.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:37 smithi038 bash[13941]: cluster 2024-01-16T09:47:36.726659+0000 mon.smithi038 (mon.0) 555 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-01-16T09:47:38.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:37 smithi038 bash[13941]: audit 2024-01-16T09:47:36.727258+0000 mon.smithi038 (mon.0) 556 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:47:38.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:37 smithi038 bash[13941]: audit 2024-01-16T09:47:36.727939+0000 mon.smithi038 (mon.0) 557 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:47:38.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:37 smithi038 bash[13941]: audit 2024-01-16T09:47:37.170898+0000 mon.smithi038 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.38:0/3279430312' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:47:38.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:37 smithi133 bash[17559]: cluster 2024-01-16T09:47:35.144927+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T09:47:38.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:37 smithi133 bash[17559]: cluster 2024-01-16T09:47:35.145011+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T09:47:38.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:37 smithi133 bash[17559]: audit 2024-01-16T09:47:36.714560+0000 mon.smithi038 (mon.0) 553 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:47:38.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:37 smithi133 bash[17559]: cluster 2024-01-16T09:47:36.726629+0000 mon.smithi038 (mon.0) 554 : cluster [INF] osd.5 [v2:172.21.15.38:6818/994519657,v1:172.21.15.38:6819/994519657] boot 2024-01-16T09:47:38.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:37 smithi133 bash[17559]: cluster 2024-01-16T09:47:36.726659+0000 mon.smithi038 (mon.0) 555 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-01-16T09:47:38.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:37 smithi133 bash[17559]: audit 2024-01-16T09:47:36.727258+0000 mon.smithi038 (mon.0) 556 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:47:38.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:37 smithi133 bash[17559]: audit 2024-01-16T09:47:36.727939+0000 mon.smithi038 (mon.0) 557 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:47:38.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:37 smithi133 bash[17559]: audit 2024-01-16T09:47:37.170898+0000 mon.smithi038 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.38:0/3279430312' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:47:38.888 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T09:47:39.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:38 smithi038 bash[13941]: cluster 2024-01-16T09:47:37.644613+0000 mgr.smithi038.dukxrr (mgr.14180) 128 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-16T09:47:39.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:38 smithi038 bash[13941]: cluster 2024-01-16T09:47:37.736540+0000 mon.smithi038 (mon.0) 559 : cluster [DBG] osdmap e38: 8 total, 7 up, 8 in 2024-01-16T09:47:39.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:38 smithi038 bash[13941]: audit 2024-01-16T09:47:37.736795+0000 mon.smithi038 (mon.0) 560 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:47:39.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:38 smithi133 bash[17559]: cluster 2024-01-16T09:47:37.644613+0000 mgr.smithi038.dukxrr (mgr.14180) 128 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-16T09:47:39.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:38 smithi133 bash[17559]: cluster 2024-01-16T09:47:37.736540+0000 mon.smithi038 (mon.0) 559 : cluster [DBG] osdmap e38: 8 total, 7 up, 8 in 2024-01-16T09:47:39.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:38 smithi133 bash[17559]: audit 2024-01-16T09:47:37.736795+0000 mon.smithi038 (mon.0) 560 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:47:40.974 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:40 smithi038 bash[13941]: cluster 2024-01-16T09:47:39.645191+0000 mgr.smithi038.dukxrr (mgr.14180) 129 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-16T09:47:40.974 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:40 smithi038 bash[13941]: audit 2024-01-16T09:47:40.705479+0000 mon.smithi038 (mon.0) 561 : audit [INF] from='osd.7 [v2:172.21.15.38:6826/3916869991,v1:172.21.15.38:6827/3916869991]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-16T09:47:41.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:40 smithi133 bash[17559]: cluster 2024-01-16T09:47:39.645191+0000 mgr.smithi038.dukxrr (mgr.14180) 129 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-16T09:47:41.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:40 smithi133 bash[17559]: audit 2024-01-16T09:47:40.705479+0000 mon.smithi038 (mon.0) 561 : audit [INF] from='osd.7 [v2:172.21.15.38:6826/3916869991,v1:172.21.15.38:6827/3916869991]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-16T09:47:41.775 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:41 smithi038 bash[13941]: audit 2024-01-16T09:47:40.751373+0000 mon.smithi038 (mon.0) 562 : audit [INF] from='osd.7 [v2:172.21.15.38:6826/3916869991,v1:172.21.15.38:6827/3916869991]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-16T09:47:41.776 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:41 smithi038 bash[13941]: cluster 2024-01-16T09:47:40.751525+0000 mon.smithi038 (mon.0) 563 : cluster [DBG] osdmap e39: 8 total, 7 up, 8 in 2024-01-16T09:47:41.776 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:41 smithi038 bash[13941]: audit 2024-01-16T09:47:40.751779+0000 mon.smithi038 (mon.0) 564 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:47:41.776 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:41 smithi038 bash[13941]: audit 2024-01-16T09:47:40.752620+0000 mon.smithi038 (mon.0) 565 : audit [INF] from='osd.7 [v2:172.21.15.38:6826/3916869991,v1:172.21.15.38:6827/3916869991]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2024-01-16T09:47:42.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:41 smithi133 bash[17559]: audit 2024-01-16T09:47:40.751373+0000 mon.smithi038 (mon.0) 562 : audit [INF] from='osd.7 [v2:172.21.15.38:6826/3916869991,v1:172.21.15.38:6827/3916869991]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-16T09:47:42.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:41 smithi133 bash[17559]: cluster 2024-01-16T09:47:40.751525+0000 mon.smithi038 (mon.0) 563 : cluster [DBG] osdmap e39: 8 total, 7 up, 8 in 2024-01-16T09:47:42.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:41 smithi133 bash[17559]: audit 2024-01-16T09:47:40.751779+0000 mon.smithi038 (mon.0) 564 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:47:42.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:41 smithi133 bash[17559]: audit 2024-01-16T09:47:40.752620+0000 mon.smithi038 (mon.0) 565 : audit [INF] from='osd.7 [v2:172.21.15.38:6826/3916869991,v1:172.21.15.38:6827/3916869991]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2024-01-16T09:47:43.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:42 smithi038 bash[13941]: cluster 2024-01-16T09:47:41.645809+0000 mgr.smithi038.dukxrr (mgr.14180) 130 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-16T09:47:43.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:42 smithi038 bash[13941]: audit 2024-01-16T09:47:41.764171+0000 mon.smithi038 (mon.0) 566 : audit [INF] from='osd.7 [v2:172.21.15.38:6826/3916869991,v1:172.21.15.38:6827/3916869991]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]': finished 2024-01-16T09:47:43.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:42 smithi038 bash[13941]: cluster 2024-01-16T09:47:41.764263+0000 mon.smithi038 (mon.0) 567 : cluster [DBG] osdmap e40: 8 total, 7 up, 8 in 2024-01-16T09:47:43.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:42 smithi038 bash[13941]: audit 2024-01-16T09:47:41.764804+0000 mon.smithi038 (mon.0) 568 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:47:43.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:42 smithi038 bash[13941]: audit 2024-01-16T09:47:41.770762+0000 mon.smithi038 (mon.0) 569 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:47:43.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:42 smithi133 bash[17559]: cluster 2024-01-16T09:47:41.645809+0000 mgr.smithi038.dukxrr (mgr.14180) 130 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-16T09:47:43.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:42 smithi133 bash[17559]: audit 2024-01-16T09:47:41.764171+0000 mon.smithi038 (mon.0) 566 : audit [INF] from='osd.7 [v2:172.21.15.38:6826/3916869991,v1:172.21.15.38:6827/3916869991]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]': finished 2024-01-16T09:47:43.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:42 smithi133 bash[17559]: cluster 2024-01-16T09:47:41.764263+0000 mon.smithi038 (mon.0) 567 : cluster [DBG] osdmap e40: 8 total, 7 up, 8 in 2024-01-16T09:47:43.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:42 smithi133 bash[17559]: audit 2024-01-16T09:47:41.764804+0000 mon.smithi038 (mon.0) 568 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:47:43.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:42 smithi133 bash[17559]: audit 2024-01-16T09:47:41.770762+0000 mon.smithi038 (mon.0) 569 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:47:43.620 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:47:43.988 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:43 smithi038 bash[13941]: cluster 2024-01-16T09:47:41.690759+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T09:47:43.989 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:43 smithi038 bash[13941]: cluster 2024-01-16T09:47:41.690850+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T09:47:43.989 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:43 smithi038 bash[13941]: cluster 2024-01-16T09:47:42.765897+0000 mon.smithi038 (mon.0) 570 : cluster [INF] osd.7 [v2:172.21.15.38:6826/3916869991,v1:172.21.15.38:6827/3916869991] boot 2024-01-16T09:47:43.989 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:43 smithi038 bash[13941]: cluster 2024-01-16T09:47:42.765978+0000 mon.smithi038 (mon.0) 571 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-01-16T09:47:43.989 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:43 smithi038 bash[13941]: audit 2024-01-16T09:47:42.766844+0000 mon.smithi038 (mon.0) 572 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:47:43.989 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:43 smithi038 bash[13941]: audit 2024-01-16T09:47:43.624205+0000 mon.smithi038 (mon.0) 573 : audit [DBG] from='client.? 172.21.15.38:0/147298819' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:47:44.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:43 smithi133 bash[17559]: cluster 2024-01-16T09:47:41.690759+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T09:47:44.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:43 smithi133 bash[17559]: cluster 2024-01-16T09:47:41.690850+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T09:47:44.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:43 smithi133 bash[17559]: cluster 2024-01-16T09:47:42.765897+0000 mon.smithi038 (mon.0) 570 : cluster [INF] osd.7 [v2:172.21.15.38:6826/3916869991,v1:172.21.15.38:6827/3916869991] boot 2024-01-16T09:47:44.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:43 smithi133 bash[17559]: cluster 2024-01-16T09:47:42.765978+0000 mon.smithi038 (mon.0) 571 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-01-16T09:47:44.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:43 smithi133 bash[17559]: audit 2024-01-16T09:47:42.766844+0000 mon.smithi038 (mon.0) 572 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:47:44.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:43 smithi133 bash[17559]: audit 2024-01-16T09:47:43.624205+0000 mon.smithi038 (mon.0) 573 : audit [DBG] from='client.? 172.21.15.38:0/147298819' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:47:44.421 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":41,"num_osds":8,"num_up_osds":8,"osd_up_since":1705398462,"num_in_osds":8,"osd_in_since":1705398406,"num_remapped_pgs":1} 2024-01-16T09:47:44.422 INFO:tasks.cephadm:Setting up client nodes... 2024-01-16T09:47:44.422 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-16T09:47:45.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:44 smithi038 bash[13941]: cluster 2024-01-16T09:47:43.646222+0000 mgr.smithi038.dukxrr (mgr.14180) 131 : cluster [DBG] pgmap v118: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:47:45.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:44 smithi038 bash[13941]: cluster 2024-01-16T09:47:43.789116+0000 mon.smithi038 (mon.0) 574 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-01-16T09:47:45.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:44 smithi133 bash[17559]: cluster 2024-01-16T09:47:43.646222+0000 mgr.smithi038.dukxrr (mgr.14180) 131 : cluster [DBG] pgmap v118: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:47:45.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:44 smithi133 bash[17559]: cluster 2024-01-16T09:47:43.789116+0000 mon.smithi038 (mon.0) 574 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-01-16T09:47:46.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:45 smithi133 bash[17559]: cluster 2024-01-16T09:47:44.789430+0000 mon.smithi038 (mon.0) 575 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-01-16T09:47:46.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:45 smithi133 bash[17559]: audit 2024-01-16T09:47:45.414344+0000 mon.smithi038 (mon.0) 576 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:47:46.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:45 smithi133 bash[17559]: audit 2024-01-16T09:47:45.418111+0000 mon.smithi038 (mon.0) 577 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:47:46.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:45 smithi133 bash[17559]: cluster 2024-01-16T09:47:45.646748+0000 mgr.smithi038.dukxrr (mgr.14180) 132 : cluster [DBG] pgmap v121: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:47:46.192 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:45 smithi038 bash[13941]: cluster 2024-01-16T09:47:44.789430+0000 mon.smithi038 (mon.0) 575 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-01-16T09:47:46.192 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:45 smithi038 bash[13941]: audit 2024-01-16T09:47:45.414344+0000 mon.smithi038 (mon.0) 576 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:47:46.192 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:45 smithi038 bash[13941]: audit 2024-01-16T09:47:45.418111+0000 mon.smithi038 (mon.0) 577 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:47:46.192 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:45 smithi038 bash[13941]: cluster 2024-01-16T09:47:45.646748+0000 mgr.smithi038.dukxrr (mgr.14180) 132 : cluster [DBG] pgmap v121: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:47:48.086 INFO:teuthology.orchestra.run.smithi038.stdout:[client.0] 2024-01-16T09:47:48.086 INFO:teuthology.orchestra.run.smithi038.stdout: key = AQDEUKZlJqkOBRAA0gIBKcXPs6fuAaWaVNP+Vg== 2024-01-16T09:47:48.837 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2024-01-16T09:47:48.837 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-01-16T09:47:48.837 DEBUG:teuthology.orchestra.run.smithi038:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-01-16T09:47:48.862 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-16T09:47:49.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:48 smithi038 bash[13941]: cluster 2024-01-16T09:47:47.647278+0000 mgr.smithi038.dukxrr (mgr.14180) 133 : cluster [DBG] pgmap v122: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:47:49.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:48 smithi038 bash[13941]: audit 2024-01-16T09:47:48.084461+0000 mon.smithi038 (mon.0) 578 : audit [INF] from='client.? 172.21.15.38:0/2949265491' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-16T09:47:49.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:48 smithi038 bash[13941]: audit 2024-01-16T09:47:48.090482+0000 mon.smithi038 (mon.0) 579 : audit [INF] from='client.? 172.21.15.38:0/2949265491' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-16T09:47:49.063 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:48 smithi133 bash[17559]: cluster 2024-01-16T09:47:47.647278+0000 mgr.smithi038.dukxrr (mgr.14180) 133 : cluster [DBG] pgmap v122: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:47:49.063 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:48 smithi133 bash[17559]: audit 2024-01-16T09:47:48.084461+0000 mon.smithi038 (mon.0) 578 : audit [INF] from='client.? 172.21.15.38:0/2949265491' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-16T09:47:49.063 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:48 smithi133 bash[17559]: audit 2024-01-16T09:47:48.090482+0000 mon.smithi038 (mon.0) 579 : audit [INF] from='client.? 172.21.15.38:0/2949265491' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-16T09:47:51.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:50 smithi038 bash[13941]: cluster 2024-01-16T09:47:49.647882+0000 mgr.smithi038.dukxrr (mgr.14180) 134 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:47:51.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:50 smithi133 bash[17559]: cluster 2024-01-16T09:47:49.647882+0000 mgr.smithi038.dukxrr (mgr.14180) 134 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:47:52.164 INFO:teuthology.orchestra.run.smithi133.stdout:[client.1] 2024-01-16T09:47:52.164 INFO:teuthology.orchestra.run.smithi133.stdout: key = AQDIUKZlBmyLCRAA54GS8cQu94MVSZdVwE75ag== 2024-01-16T09:47:52.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:51 smithi133 bash[17559]: audit 2024-01-16T09:47:50.806599+0000 mon.smithi038 (mon.0) 580 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:47:52.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:51 smithi133 bash[17559]: audit 2024-01-16T09:47:51.396012+0000 mon.smithi038 (mon.0) 581 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:47:52.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:51 smithi133 bash[17559]: cluster 2024-01-16T09:47:51.648469+0000 mgr.smithi038.dukxrr (mgr.14180) 135 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:47:52.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:51 smithi038 bash[13941]: audit 2024-01-16T09:47:50.806599+0000 mon.smithi038 (mon.0) 580 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:47:52.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:51 smithi038 bash[13941]: audit 2024-01-16T09:47:51.396012+0000 mon.smithi038 (mon.0) 581 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:47:52.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:51 smithi038 bash[13941]: cluster 2024-01-16T09:47:51.648469+0000 mgr.smithi038.dukxrr (mgr.14180) 135 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:47:52.941 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-01-16T09:47:52.941 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-01-16T09:47:52.941 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-01-16T09:47:52.962 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph osd dump --format=json 2024-01-16T09:47:53.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:52 smithi133 bash[17559]: audit 2024-01-16T09:47:52.157739+0000 mon.smithi133 (mon.1) 15 : audit [INF] from='client.? 172.21.15.133:0/3818937023' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-16T09:47:53.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:52 smithi133 bash[17559]: audit 2024-01-16T09:47:52.159797+0000 mon.smithi038 (mon.0) 582 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-16T09:47:53.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:52 smithi133 bash[17559]: audit 2024-01-16T09:47:52.167476+0000 mon.smithi038 (mon.0) 583 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-16T09:47:53.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:52 smithi038 bash[13941]: audit 2024-01-16T09:47:52.157739+0000 mon.smithi133 (mon.1) 15 : audit [INF] from='client.? 172.21.15.133:0/3818937023' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-16T09:47:53.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:52 smithi038 bash[13941]: audit 2024-01-16T09:47:52.159797+0000 mon.smithi038 (mon.0) 582 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-16T09:47:53.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:52 smithi038 bash[13941]: audit 2024-01-16T09:47:52.167476+0000 mon.smithi038 (mon.0) 583 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-16T09:47:54.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:53 smithi133 bash[17559]: cluster 2024-01-16T09:47:53.649015+0000 mgr.smithi038.dukxrr (mgr.14180) 136 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:47:54.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:53 smithi038 bash[13941]: cluster 2024-01-16T09:47:53.649015+0000 mgr.smithi038.dukxrr (mgr.14180) 136 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:47:57.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:56 smithi038 bash[13941]: cluster 2024-01-16T09:47:55.649588+0000 mgr.smithi038.dukxrr (mgr.14180) 137 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:47:57.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:56 smithi133 bash[17559]: cluster 2024-01-16T09:47:55.649588+0000 mgr.smithi038.dukxrr (mgr.14180) 137 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:47:57.200 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/71323a66-b453-11ee-95ad-87774f69a715/mon.smithi038/config 2024-01-16T09:47:59.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:47:58 smithi038 bash[13941]: cluster 2024-01-16T09:47:57.650159+0000 mgr.smithi038.dukxrr (mgr.14180) 138 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:47:59.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:47:58 smithi133 bash[17559]: cluster 2024-01-16T09:47:57.650159+0000 mgr.smithi038.dukxrr (mgr.14180) 138 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:01.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:48:00 smithi038 bash[13941]: cluster 2024-01-16T09:47:59.650767+0000 mgr.smithi038.dukxrr (mgr.14180) 139 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:01.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:48:00 smithi133 bash[17559]: cluster 2024-01-16T09:47:59.650767+0000 mgr.smithi038.dukxrr (mgr.14180) 139 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:01.653 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:48:01.653 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":43,"fsid":"71323a66-b453-11ee-95ad-87774f69a715","created":"2024-01-16T09:42:33.210094+0000","modified":"2024-01-16T09:47:44.780828+0000","last_up_change":"2024-01-16T09:47:42.755037+0000","last_in_change":"2024-01-16T09:46:46.221078+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-01-16T09:47:20.910805+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":"27","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":"33ab1cc4-13ed-4646-848c-b33baf79a0ab","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6800","nonce":1423961623},{"type":"v1","addr":"172.21.15.133:6801","nonce":1423961623}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6802","nonce":1423961623},{"type":"v1","addr":"172.21.15.133:6803","nonce":1423961623}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6806","nonce":1423961623},{"type":"v1","addr":"172.21.15.133:6807","nonce":1423961623}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6804","nonce":1423961623},{"type":"v1","addr":"172.21.15.133:6805","nonce":1423961623}]},"public_addr":"172.21.15.133:6801/1423961623","cluster_addr":"172.21.15.133:6803/1423961623","heartbeat_back_addr":"172.21.15.133:6807/1423961623","heartbeat_front_addr":"172.21.15.133:6805/1423961623","state":["exists","up"]},{"osd":1,"uuid":"89bb6808-b22e-4e4a-945f-1499eabeac3c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6802","nonce":2253109245},{"type":"v1","addr":"172.21.15.38:6803","nonce":2253109245}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6804","nonce":2253109245},{"type":"v1","addr":"172.21.15.38:6805","nonce":2253109245}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6808","nonce":2253109245},{"type":"v1","addr":"172.21.15.38:6809","nonce":2253109245}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6806","nonce":2253109245},{"type":"v1","addr":"172.21.15.38:6807","nonce":2253109245}]},"public_addr":"172.21.15.38:6803/2253109245","cluster_addr":"172.21.15.38:6805/2253109245","heartbeat_back_addr":"172.21.15.38:6809/2253109245","heartbeat_front_addr":"172.21.15.38:6807/2253109245","state":["exists","up"]},{"osd":2,"uuid":"c26e8047-ab98-41e3-8ec1-48a22a40bfed","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6808","nonce":125898468},{"type":"v1","addr":"172.21.15.133:6809","nonce":125898468}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6810","nonce":125898468},{"type":"v1","addr":"172.21.15.133:6811","nonce":125898468}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6814","nonce":125898468},{"type":"v1","addr":"172.21.15.133:6815","nonce":125898468}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6812","nonce":125898468},{"type":"v1","addr":"172.21.15.133:6813","nonce":125898468}]},"public_addr":"172.21.15.133:6809/125898468","cluster_addr":"172.21.15.133:6811/125898468","heartbeat_back_addr":"172.21.15.133:6815/125898468","heartbeat_front_addr":"172.21.15.133:6813/125898468","state":["exists","up"]},{"osd":3,"uuid":"5ab04fad-7eb8-416a-b344-98e97a88841e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6810","nonce":3927019299},{"type":"v1","addr":"172.21.15.38:6811","nonce":3927019299}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6812","nonce":3927019299},{"type":"v1","addr":"172.21.15.38:6813","nonce":3927019299}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6816","nonce":3927019299},{"type":"v1","addr":"172.21.15.38:6817","nonce":3927019299}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6814","nonce":3927019299},{"type":"v1","addr":"172.21.15.38:6815","nonce":3927019299}]},"public_addr":"172.21.15.38:6811/3927019299","cluster_addr":"172.21.15.38:6813/3927019299","heartbeat_back_addr":"172.21.15.38:6817/3927019299","heartbeat_front_addr":"172.21.15.38:6815/3927019299","state":["exists","up"]},{"osd":4,"uuid":"fef57d77-011d-49bc-b6d7-14af78e01024","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6816","nonce":165556450},{"type":"v1","addr":"172.21.15.133:6817","nonce":165556450}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6818","nonce":165556450},{"type":"v1","addr":"172.21.15.133:6819","nonce":165556450}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6822","nonce":165556450},{"type":"v1","addr":"172.21.15.133:6823","nonce":165556450}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6820","nonce":165556450},{"type":"v1","addr":"172.21.15.133:6821","nonce":165556450}]},"public_addr":"172.21.15.133:6817/165556450","cluster_addr":"172.21.15.133:6819/165556450","heartbeat_back_addr":"172.21.15.133:6823/165556450","heartbeat_front_addr":"172.21.15.133:6821/165556450","state":["exists","up"]},{"osd":5,"uuid":"1356941f-cf77-4086-824d-f6ae6e6fcec1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6818","nonce":994519657},{"type":"v1","addr":"172.21.15.38:6819","nonce":994519657}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6820","nonce":994519657},{"type":"v1","addr":"172.21.15.38:6821","nonce":994519657}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6824","nonce":994519657},{"type":"v1","addr":"172.21.15.38:6825","nonce":994519657}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6822","nonce":994519657},{"type":"v1","addr":"172.21.15.38:6823","nonce":994519657}]},"public_addr":"172.21.15.38:6819/994519657","cluster_addr":"172.21.15.38:6821/994519657","heartbeat_back_addr":"172.21.15.38:6825/994519657","heartbeat_front_addr":"172.21.15.38:6823/994519657","state":["exists","up"]},{"osd":6,"uuid":"2e5fca2c-d856-44dd-851d-c5b561de5795","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6824","nonce":655790010},{"type":"v1","addr":"172.21.15.133:6825","nonce":655790010}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6826","nonce":655790010},{"type":"v1","addr":"172.21.15.133:6827","nonce":655790010}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6830","nonce":655790010},{"type":"v1","addr":"172.21.15.133:6831","nonce":655790010}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6828","nonce":655790010},{"type":"v1","addr":"172.21.15.133:6829","nonce":655790010}]},"public_addr":"172.21.15.133:6825/655790010","cluster_addr":"172.21.15.133:6827/655790010","heartbeat_back_addr":"172.21.15.133:6831/655790010","heartbeat_front_addr":"172.21.15.133:6829/655790010","state":["exists","up"]},{"osd":7,"uuid":"c7acab9a-edd9-4ffe-b845-d60a055804cd","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":41,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6826","nonce":3916869991},{"type":"v1","addr":"172.21.15.38:6827","nonce":3916869991}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6828","nonce":3916869991},{"type":"v1","addr":"172.21.15.38:6829","nonce":3916869991}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6832","nonce":3916869991},{"type":"v1","addr":"172.21.15.38:6833","nonce":3916869991}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6830","nonce":3916869991},{"type":"v1","addr":"172.21.15.38:6831","nonce":3916869991}]},"public_addr":"172.21.15.38:6827/3916869991","cluster_addr":"172.21.15.38:6829/3916869991","heartbeat_back_addr":"172.21.15.38:6833/3916869991","heartbeat_front_addr":"172.21.15.38:6831/3916869991","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:47:09.418912+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:47:19.168834+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:47:14.919964+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:47:26.976777+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:47:20.709314+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:47:35.145016+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:47:25.213620+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:47:41.690855+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.38:6801/130244401":"2024-01-17T09:44:47.599071+0000","172.21.15.38:6800/130244401":"2024-01-17T09:44:47.599071+0000","172.21.15.38:0/225738969":"2024-01-17T09:43:43.590433+0000","172.21.15.38:6801/531694420":"2024-01-17T09:43:43.590433+0000","172.21.15.38:0/3715506424":"2024-01-17T09:44:47.599071+0000","172.21.15.38:6800/531694420":"2024-01-17T09:43:43.590433+0000","172.21.15.38:0/1952821564":"2024-01-17T09:43:43.590433+0000","172.21.15.38:6800/1592341779":"2024-01-17T09:43:02.494696+0000","172.21.15.38:0/2884780979":"2024-01-17T09:43:02.494696+0000","172.21.15.38:0/3968099521":"2024-01-17T09:44:47.599071+0000","172.21.15.38:6801/1592341779":"2024-01-17T09:43:02.494696+0000","172.21.15.38:0/2558228404":"2024-01-17T09:43:02.494696+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-01-16T09:48:02.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:48:01 smithi038 bash[13941]: cephadm 2024-01-16T09:48:00.806510+0000 mgr.smithi038.dukxrr (mgr.14180) 140 : cephadm [INF] Detected new or changed devices on smithi133 2024-01-16T09:48:02.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:48:01 smithi038 bash[13941]: audit 2024-01-16T09:48:00.813774+0000 mon.smithi038 (mon.0) 584 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:48:02.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:48:01 smithi038 bash[13941]: audit 2024-01-16T09:48:01.107956+0000 mon.smithi038 (mon.0) 585 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:48:02.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:48:01 smithi038 bash[13941]: audit 2024-01-16T09:48:01.109154+0000 mon.smithi038 (mon.0) 586 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:48:02.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:48:01 smithi038 bash[13941]: audit 2024-01-16T09:48:01.110147+0000 mon.smithi038 (mon.0) 587 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:48:02.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:48:01 smithi038 bash[13941]: audit 2024-01-16T09:48:01.111167+0000 mon.smithi038 (mon.0) 588 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:48:02.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:48:01 smithi038 bash[13941]: cephadm 2024-01-16T09:48:01.111875+0000 mgr.smithi038.dukxrr (mgr.14180) 141 : cephadm [INF] Adjusting osd_memory_target on smithi133 to 4028M 2024-01-16T09:48:02.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:48:01 smithi038 bash[13941]: audit 2024-01-16T09:48:01.117941+0000 mon.smithi038 (mon.0) 589 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:48:02.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:48:01 smithi038 bash[13941]: cluster 2024-01-16T09:48:01.651340+0000 mgr.smithi038.dukxrr (mgr.14180) 142 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:02.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:48:01 smithi038 bash[13941]: audit 2024-01-16T09:48:01.655520+0000 mon.smithi038 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.38:0/1689776296' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-16T09:48:02.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:48:01 smithi133 bash[17559]: cephadm 2024-01-16T09:48:00.806510+0000 mgr.smithi038.dukxrr (mgr.14180) 140 : cephadm [INF] Detected new or changed devices on smithi133 2024-01-16T09:48:02.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:48:01 smithi133 bash[17559]: audit 2024-01-16T09:48:00.813774+0000 mon.smithi038 (mon.0) 584 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:48:02.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:48:01 smithi133 bash[17559]: audit 2024-01-16T09:48:01.107956+0000 mon.smithi038 (mon.0) 585 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:48:02.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:48:01 smithi133 bash[17559]: audit 2024-01-16T09:48:01.109154+0000 mon.smithi038 (mon.0) 586 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:48:02.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:48:01 smithi133 bash[17559]: audit 2024-01-16T09:48:01.110147+0000 mon.smithi038 (mon.0) 587 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:48:02.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:48:01 smithi133 bash[17559]: audit 2024-01-16T09:48:01.111167+0000 mon.smithi038 (mon.0) 588 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:48:02.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:48:01 smithi133 bash[17559]: cephadm 2024-01-16T09:48:01.111875+0000 mgr.smithi038.dukxrr (mgr.14180) 141 : cephadm [INF] Adjusting osd_memory_target on smithi133 to 4028M 2024-01-16T09:48:02.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:48:01 smithi133 bash[17559]: audit 2024-01-16T09:48:01.117941+0000 mon.smithi038 (mon.0) 589 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:48:02.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:48:01 smithi133 bash[17559]: cluster 2024-01-16T09:48:01.651340+0000 mgr.smithi038.dukxrr (mgr.14180) 142 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:02.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:48:01 smithi133 bash[17559]: audit 2024-01-16T09:48:01.655520+0000 mon.smithi038 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.38:0/1689776296' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-16T09:48:02.455 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-01-16T09:47:20.910805+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': '27', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2024-01-16T09:48:02.455 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-01-16T09:48:04.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:48:04 smithi038 bash[13941]: cephadm 2024-01-16T09:48:03.256410+0000 mgr.smithi038.dukxrr (mgr.14180) 143 : cephadm [INF] Detected new or changed devices on smithi038 2024-01-16T09:48:04.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:48:04 smithi038 bash[13941]: audit 2024-01-16T09:48:03.268391+0000 mon.smithi038 (mon.0) 591 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:48:04.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:48:04 smithi038 bash[13941]: audit 2024-01-16T09:48:03.549942+0000 mon.smithi038 (mon.0) 592 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:48:04.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:48:04 smithi038 bash[13941]: audit 2024-01-16T09:48:03.550713+0000 mon.smithi038 (mon.0) 593 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:48:04.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:48:04 smithi038 bash[13941]: audit 2024-01-16T09:48:03.551406+0000 mon.smithi038 (mon.0) 594 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:48:04.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:48:04 smithi038 bash[13941]: audit 2024-01-16T09:48:03.552159+0000 mon.smithi038 (mon.0) 595 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:48:04.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:48:04 smithi038 bash[13941]: cephadm 2024-01-16T09:48:03.552997+0000 mgr.smithi038.dukxrr (mgr.14180) 144 : cephadm [INF] Adjusting osd_memory_target on smithi038 to 3261M 2024-01-16T09:48:04.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:48:04 smithi038 bash[13941]: audit 2024-01-16T09:48:03.558376+0000 mon.smithi038 (mon.0) 596 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:48:04.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:48:04 smithi038 bash[13941]: audit 2024-01-16T09:48:03.559931+0000 mon.smithi038 (mon.0) 597 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:48:04.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:48:04 smithi038 bash[13941]: audit 2024-01-16T09:48:03.560925+0000 mon.smithi038 (mon.0) 598 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T09:48:04.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:48:04 smithi038 bash[13941]: audit 2024-01-16T09:48:03.568586+0000 mon.smithi038 (mon.0) 599 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:48:04.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:48:04 smithi038 bash[13941]: audit 2024-01-16T09:48:03.576101+0000 mon.smithi038 (mon.0) 600 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T09:48:04.532 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:48:04 smithi038 bash[13941]: audit 2024-01-16T09:48:03.581693+0000 mon.smithi038 (mon.0) 601 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T09:48:04.532 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:48:04 smithi038 bash[13941]: audit 2024-01-16T09:48:03.584208+0000 mon.smithi038 (mon.0) 602 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T09:48:04.532 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:48:04 smithi038 bash[13941]: audit 2024-01-16T09:48:03.584766+0000 mon.smithi038 (mon.0) 603 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:48:04.532 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:48:04 smithi038 bash[13941]: audit 2024-01-16T09:48:03.585804+0000 mon.smithi038 (mon.0) 604 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:48:04.532 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:48:04 smithi038 bash[13941]: cluster 2024-01-16T09:48:03.651804+0000 mgr.smithi038.dukxrr (mgr.14180) 145 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:04.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:48:04 smithi133 bash[17559]: cephadm 2024-01-16T09:48:03.256410+0000 mgr.smithi038.dukxrr (mgr.14180) 143 : cephadm [INF] Detected new or changed devices on smithi038 2024-01-16T09:48:04.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:48:04 smithi133 bash[17559]: audit 2024-01-16T09:48:03.268391+0000 mon.smithi038 (mon.0) 591 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:48:04.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:48:04 smithi133 bash[17559]: audit 2024-01-16T09:48:03.549942+0000 mon.smithi038 (mon.0) 592 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:48:04.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:48:04 smithi133 bash[17559]: audit 2024-01-16T09:48:03.550713+0000 mon.smithi038 (mon.0) 593 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:48:04.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:48:04 smithi133 bash[17559]: audit 2024-01-16T09:48:03.551406+0000 mon.smithi038 (mon.0) 594 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:48:04.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:48:04 smithi133 bash[17559]: audit 2024-01-16T09:48:03.552159+0000 mon.smithi038 (mon.0) 595 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:48:04.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:48:04 smithi133 bash[17559]: cephadm 2024-01-16T09:48:03.552997+0000 mgr.smithi038.dukxrr (mgr.14180) 144 : cephadm [INF] Adjusting osd_memory_target on smithi038 to 3261M 2024-01-16T09:48:04.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:48:04 smithi133 bash[17559]: audit 2024-01-16T09:48:03.558376+0000 mon.smithi038 (mon.0) 596 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:48:04.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:48:04 smithi133 bash[17559]: audit 2024-01-16T09:48:03.559931+0000 mon.smithi038 (mon.0) 597 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:48:04.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:48:04 smithi133 bash[17559]: audit 2024-01-16T09:48:03.560925+0000 mon.smithi038 (mon.0) 598 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T09:48:04.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:48:04 smithi133 bash[17559]: audit 2024-01-16T09:48:03.568586+0000 mon.smithi038 (mon.0) 599 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:48:04.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:48:04 smithi133 bash[17559]: audit 2024-01-16T09:48:03.576101+0000 mon.smithi038 (mon.0) 600 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T09:48:04.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:48:04 smithi133 bash[17559]: audit 2024-01-16T09:48:03.581693+0000 mon.smithi038 (mon.0) 601 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T09:48:04.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:48:04 smithi133 bash[17559]: audit 2024-01-16T09:48:03.584208+0000 mon.smithi038 (mon.0) 602 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T09:48:04.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:48:04 smithi133 bash[17559]: audit 2024-01-16T09:48:03.584766+0000 mon.smithi038 (mon.0) 603 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:48:04.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:48:04 smithi133 bash[17559]: audit 2024-01-16T09:48:03.585804+0000 mon.smithi038 (mon.0) 604 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:48:04.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:48:04 smithi133 bash[17559]: cluster 2024-01-16T09:48:03.651804+0000 mgr.smithi038.dukxrr (mgr.14180) 145 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:07.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:48:06 smithi038 bash[13941]: cluster 2024-01-16T09:48:05.652366+0000 mgr.smithi038.dukxrr (mgr.14180) 146 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:07.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:48:06 smithi133 bash[17559]: cluster 2024-01-16T09:48:05.652366+0000 mgr.smithi038.dukxrr (mgr.14180) 146 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:07.237 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/71323a66-b453-11ee-95ad-87774f69a715/mon.smithi038/config 2024-01-16T09:48:09.038 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:48:08 smithi038 bash[13941]: cluster 2024-01-16T09:48:07.652884+0000 mgr.smithi038.dukxrr (mgr.14180) 147 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:09.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:48:08 smithi133 bash[17559]: cluster 2024-01-16T09:48:07.652884+0000 mgr.smithi038.dukxrr (mgr.14180) 147 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:11.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:48:10 smithi038 bash[13941]: cluster 2024-01-16T09:48:09.653507+0000 mgr.smithi038.dukxrr (mgr.14180) 148 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:11.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:48:10 smithi133 bash[17559]: cluster 2024-01-16T09:48:09.653507+0000 mgr.smithi038.dukxrr (mgr.14180) 148 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:11.600 INFO:teuthology.orchestra.run.smithi038.stdout:pg_num: 1 2024-01-16T09:48:12.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:48:11 smithi038 bash[13941]: audit 2024-01-16T09:48:11.604207+0000 mon.smithi038 (mon.0) 605 : audit [DBG] from='client.? 172.21.15.38:0/3516945836' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-16T09:48:12.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:48:11 smithi133 bash[17559]: audit 2024-01-16T09:48:11.604207+0000 mon.smithi038 (mon.0) 605 : audit [DBG] from='client.? 172.21.15.38:0/3516945836' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-16T09:48:12.651 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-01-16T09:48:12.652 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-01-16T09:48:12.652 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph mgr dump --format=json 2024-01-16T09:48:12.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:48:12 smithi133 bash[17559]: cluster 2024-01-16T09:48:11.654101+0000 mgr.smithi038.dukxrr (mgr.14180) 149 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:13.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:48:12 smithi038 bash[13941]: cluster 2024-01-16T09:48:11.654101+0000 mgr.smithi038.dukxrr (mgr.14180) 149 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:15.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:48:14 smithi038 bash[13941]: cluster 2024-01-16T09:48:13.654737+0000 mgr.smithi038.dukxrr (mgr.14180) 150 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:15.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:48:14 smithi133 bash[17559]: cluster 2024-01-16T09:48:13.654737+0000 mgr.smithi038.dukxrr (mgr.14180) 150 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:17.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:48:16 smithi038 bash[13941]: cluster 2024-01-16T09:48:15.655328+0000 mgr.smithi038.dukxrr (mgr.14180) 151 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:17.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:48:16 smithi133 bash[17559]: cluster 2024-01-16T09:48:15.655328+0000 mgr.smithi038.dukxrr (mgr.14180) 151 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:17.750 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/71323a66-b453-11ee-95ad-87774f69a715/mon.smithi038/config 2024-01-16T09:48:18.941 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:48:18 smithi038 bash[13941]: cluster 2024-01-16T09:48:17.655934+0000 mgr.smithi038.dukxrr (mgr.14180) 152 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:19.033 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:48:18 smithi133 bash[17559]: cluster 2024-01-16T09:48:17.655934+0000 mgr.smithi038.dukxrr (mgr.14180) 152 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:20.951 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:48:20 smithi038 bash[13941]: cluster 2024-01-16T09:48:19.656538+0000 mgr.smithi038.dukxrr (mgr.14180) 153 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:21.114 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:48:21.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:48:20 smithi133 bash[17559]: cluster 2024-01-16T09:48:19.656538+0000 mgr.smithi038.dukxrr (mgr.14180) 153 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:22.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:48:21 smithi038 bash[13941]: audit 2024-01-16T09:48:21.108521+0000 mon.smithi038 (mon.0) 606 : audit [DBG] from='client.? 172.21.15.38:0/3541796546' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-16T09:48:22.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:48:21 smithi133 bash[17559]: audit 2024-01-16T09:48:21.108521+0000 mon.smithi038 (mon.0) 606 : audit [DBG] from='client.? 172.21.15.38:0/3541796546' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-16T09:48:22.231 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":18,"active_gid":14180,"active_name":"smithi038.dukxrr","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6800","nonce":1378205395},{"type":"v1","addr":"172.21.15.38:6801","nonce":1378205395}]},"active_addr":"172.21.15.38:6801/1378205395","active_change":"2024-01-16T09:44:47.599459+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14200,"name":"smithi133.jtswok","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.38:8443/","prometheus":"http://172.21.15.38: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.38:0","nonce":954053949}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.38:0","nonce":2569570583}]}]} 2024-01-16T09:48:22.234 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-01-16T09:48:22.234 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-01-16T09:48:22.235 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph osd dump --format=json 2024-01-16T09:48:23.173 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:48:22 smithi038 bash[13941]: cluster 2024-01-16T09:48:21.657122+0000 mgr.smithi038.dukxrr (mgr.14180) 154 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:23.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:48:22 smithi133 bash[17559]: cluster 2024-01-16T09:48:21.657122+0000 mgr.smithi038.dukxrr (mgr.14180) 154 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:24.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:48:23 smithi038 bash[13941]: cluster 2024-01-16T09:48:23.657707+0000 mgr.smithi038.dukxrr (mgr.14180) 155 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:24.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:48:23 smithi133 bash[17559]: cluster 2024-01-16T09:48:23.657707+0000 mgr.smithi038.dukxrr (mgr.14180) 155 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:27.012 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/71323a66-b453-11ee-95ad-87774f69a715/mon.smithi038/config 2024-01-16T09:48:27.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:48:26 smithi038 bash[13941]: cluster 2024-01-16T09:48:25.658382+0000 mgr.smithi038.dukxrr (mgr.14180) 156 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:27.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:48:26 smithi133 bash[17559]: cluster 2024-01-16T09:48:25.658382+0000 mgr.smithi038.dukxrr (mgr.14180) 156 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:28.942 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:48:28 smithi038 bash[13941]: cluster 2024-01-16T09:48:27.658974+0000 mgr.smithi038.dukxrr (mgr.14180) 157 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:29.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:48:28 smithi133 bash[17559]: cluster 2024-01-16T09:48:27.658974+0000 mgr.smithi038.dukxrr (mgr.14180) 157 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:30.429 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:48:30.430 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":43,"fsid":"71323a66-b453-11ee-95ad-87774f69a715","created":"2024-01-16T09:42:33.210094+0000","modified":"2024-01-16T09:47:44.780828+0000","last_up_change":"2024-01-16T09:47:42.755037+0000","last_in_change":"2024-01-16T09:46:46.221078+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-01-16T09:47:20.910805+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":"27","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":"33ab1cc4-13ed-4646-848c-b33baf79a0ab","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6800","nonce":1423961623},{"type":"v1","addr":"172.21.15.133:6801","nonce":1423961623}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6802","nonce":1423961623},{"type":"v1","addr":"172.21.15.133:6803","nonce":1423961623}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6806","nonce":1423961623},{"type":"v1","addr":"172.21.15.133:6807","nonce":1423961623}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6804","nonce":1423961623},{"type":"v1","addr":"172.21.15.133:6805","nonce":1423961623}]},"public_addr":"172.21.15.133:6801/1423961623","cluster_addr":"172.21.15.133:6803/1423961623","heartbeat_back_addr":"172.21.15.133:6807/1423961623","heartbeat_front_addr":"172.21.15.133:6805/1423961623","state":["exists","up"]},{"osd":1,"uuid":"89bb6808-b22e-4e4a-945f-1499eabeac3c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6802","nonce":2253109245},{"type":"v1","addr":"172.21.15.38:6803","nonce":2253109245}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6804","nonce":2253109245},{"type":"v1","addr":"172.21.15.38:6805","nonce":2253109245}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6808","nonce":2253109245},{"type":"v1","addr":"172.21.15.38:6809","nonce":2253109245}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6806","nonce":2253109245},{"type":"v1","addr":"172.21.15.38:6807","nonce":2253109245}]},"public_addr":"172.21.15.38:6803/2253109245","cluster_addr":"172.21.15.38:6805/2253109245","heartbeat_back_addr":"172.21.15.38:6809/2253109245","heartbeat_front_addr":"172.21.15.38:6807/2253109245","state":["exists","up"]},{"osd":2,"uuid":"c26e8047-ab98-41e3-8ec1-48a22a40bfed","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6808","nonce":125898468},{"type":"v1","addr":"172.21.15.133:6809","nonce":125898468}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6810","nonce":125898468},{"type":"v1","addr":"172.21.15.133:6811","nonce":125898468}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6814","nonce":125898468},{"type":"v1","addr":"172.21.15.133:6815","nonce":125898468}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6812","nonce":125898468},{"type":"v1","addr":"172.21.15.133:6813","nonce":125898468}]},"public_addr":"172.21.15.133:6809/125898468","cluster_addr":"172.21.15.133:6811/125898468","heartbeat_back_addr":"172.21.15.133:6815/125898468","heartbeat_front_addr":"172.21.15.133:6813/125898468","state":["exists","up"]},{"osd":3,"uuid":"5ab04fad-7eb8-416a-b344-98e97a88841e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6810","nonce":3927019299},{"type":"v1","addr":"172.21.15.38:6811","nonce":3927019299}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6812","nonce":3927019299},{"type":"v1","addr":"172.21.15.38:6813","nonce":3927019299}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6816","nonce":3927019299},{"type":"v1","addr":"172.21.15.38:6817","nonce":3927019299}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6814","nonce":3927019299},{"type":"v1","addr":"172.21.15.38:6815","nonce":3927019299}]},"public_addr":"172.21.15.38:6811/3927019299","cluster_addr":"172.21.15.38:6813/3927019299","heartbeat_back_addr":"172.21.15.38:6817/3927019299","heartbeat_front_addr":"172.21.15.38:6815/3927019299","state":["exists","up"]},{"osd":4,"uuid":"fef57d77-011d-49bc-b6d7-14af78e01024","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6816","nonce":165556450},{"type":"v1","addr":"172.21.15.133:6817","nonce":165556450}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6818","nonce":165556450},{"type":"v1","addr":"172.21.15.133:6819","nonce":165556450}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6822","nonce":165556450},{"type":"v1","addr":"172.21.15.133:6823","nonce":165556450}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6820","nonce":165556450},{"type":"v1","addr":"172.21.15.133:6821","nonce":165556450}]},"public_addr":"172.21.15.133:6817/165556450","cluster_addr":"172.21.15.133:6819/165556450","heartbeat_back_addr":"172.21.15.133:6823/165556450","heartbeat_front_addr":"172.21.15.133:6821/165556450","state":["exists","up"]},{"osd":5,"uuid":"1356941f-cf77-4086-824d-f6ae6e6fcec1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6818","nonce":994519657},{"type":"v1","addr":"172.21.15.38:6819","nonce":994519657}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6820","nonce":994519657},{"type":"v1","addr":"172.21.15.38:6821","nonce":994519657}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6824","nonce":994519657},{"type":"v1","addr":"172.21.15.38:6825","nonce":994519657}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6822","nonce":994519657},{"type":"v1","addr":"172.21.15.38:6823","nonce":994519657}]},"public_addr":"172.21.15.38:6819/994519657","cluster_addr":"172.21.15.38:6821/994519657","heartbeat_back_addr":"172.21.15.38:6825/994519657","heartbeat_front_addr":"172.21.15.38:6823/994519657","state":["exists","up"]},{"osd":6,"uuid":"2e5fca2c-d856-44dd-851d-c5b561de5795","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6824","nonce":655790010},{"type":"v1","addr":"172.21.15.133:6825","nonce":655790010}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6826","nonce":655790010},{"type":"v1","addr":"172.21.15.133:6827","nonce":655790010}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6830","nonce":655790010},{"type":"v1","addr":"172.21.15.133:6831","nonce":655790010}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6828","nonce":655790010},{"type":"v1","addr":"172.21.15.133:6829","nonce":655790010}]},"public_addr":"172.21.15.133:6825/655790010","cluster_addr":"172.21.15.133:6827/655790010","heartbeat_back_addr":"172.21.15.133:6831/655790010","heartbeat_front_addr":"172.21.15.133:6829/655790010","state":["exists","up"]},{"osd":7,"uuid":"c7acab9a-edd9-4ffe-b845-d60a055804cd","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":41,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6826","nonce":3916869991},{"type":"v1","addr":"172.21.15.38:6827","nonce":3916869991}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6828","nonce":3916869991},{"type":"v1","addr":"172.21.15.38:6829","nonce":3916869991}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6832","nonce":3916869991},{"type":"v1","addr":"172.21.15.38:6833","nonce":3916869991}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6830","nonce":3916869991},{"type":"v1","addr":"172.21.15.38:6831","nonce":3916869991}]},"public_addr":"172.21.15.38:6827/3916869991","cluster_addr":"172.21.15.38:6829/3916869991","heartbeat_back_addr":"172.21.15.38:6833/3916869991","heartbeat_front_addr":"172.21.15.38:6831/3916869991","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:47:09.418912+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:47:19.168834+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:47:14.919964+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:47:26.976777+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:47:20.709314+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:47:35.145016+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:47:25.213620+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:47:41.690855+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.38:6801/130244401":"2024-01-17T09:44:47.599071+0000","172.21.15.38:6800/130244401":"2024-01-17T09:44:47.599071+0000","172.21.15.38:0/225738969":"2024-01-17T09:43:43.590433+0000","172.21.15.38:6801/531694420":"2024-01-17T09:43:43.590433+0000","172.21.15.38:0/3715506424":"2024-01-17T09:44:47.599071+0000","172.21.15.38:6800/531694420":"2024-01-17T09:43:43.590433+0000","172.21.15.38:0/1952821564":"2024-01-17T09:43:43.590433+0000","172.21.15.38:6800/1592341779":"2024-01-17T09:43:02.494696+0000","172.21.15.38:0/2884780979":"2024-01-17T09:43:02.494696+0000","172.21.15.38:0/3968099521":"2024-01-17T09:44:47.599071+0000","172.21.15.38:6801/1592341779":"2024-01-17T09:43:02.494696+0000","172.21.15.38:0/2558228404":"2024-01-17T09:43:02.494696+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-01-16T09:48:31.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:48:30 smithi038 bash[13941]: cluster 2024-01-16T09:48:29.659558+0000 mgr.smithi038.dukxrr (mgr.14180) 158 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:31.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:48:30 smithi038 bash[13941]: audit 2024-01-16T09:48:30.432980+0000 mon.smithi038 (mon.0) 607 : audit [DBG] from='client.? 172.21.15.38:0/2279007637' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-16T09:48:31.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:48:30 smithi133 bash[17559]: cluster 2024-01-16T09:48:29.659558+0000 mgr.smithi038.dukxrr (mgr.14180) 158 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:31.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:48:30 smithi133 bash[17559]: audit 2024-01-16T09:48:30.432980+0000 mon.smithi038 (mon.0) 607 : audit [DBG] from='client.? 172.21.15.38:0/2279007637' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-16T09:48:31.548 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-01-16T09:48:31.548 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph osd dump --format=json 2024-01-16T09:48:32.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:48:31 smithi133 bash[17559]: audit 2024-01-16T09:48:30.842353+0000 mon.smithi038 (mon.0) 608 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:48:32.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:48:31 smithi133 bash[17559]: cluster 2024-01-16T09:48:31.660075+0000 mgr.smithi038.dukxrr (mgr.14180) 159 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:32.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:48:31 smithi038 bash[13941]: audit 2024-01-16T09:48:30.842353+0000 mon.smithi038 (mon.0) 608 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:48:32.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:48:31 smithi038 bash[13941]: cluster 2024-01-16T09:48:31.660075+0000 mgr.smithi038.dukxrr (mgr.14180) 159 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:35.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:48:34 smithi038 bash[13941]: cluster 2024-01-16T09:48:33.660676+0000 mgr.smithi038.dukxrr (mgr.14180) 160 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:35.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:48:34 smithi038 bash[13941]: audit 2024-01-16T09:48:34.183277+0000 mon.smithi038 (mon.0) 609 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:48:35.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:48:34 smithi133 bash[17559]: cluster 2024-01-16T09:48:33.660676+0000 mgr.smithi038.dukxrr (mgr.14180) 160 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:35.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:48:34 smithi133 bash[17559]: audit 2024-01-16T09:48:34.183277+0000 mon.smithi038 (mon.0) 609 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:48:36.683 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/71323a66-b453-11ee-95ad-87774f69a715/mon.smithi038/config 2024-01-16T09:48:37.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:48:36 smithi038 bash[13941]: cluster 2024-01-16T09:48:35.661264+0000 mgr.smithi038.dukxrr (mgr.14180) 161 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:37.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:48:36 smithi133 bash[17559]: cluster 2024-01-16T09:48:35.661264+0000 mgr.smithi038.dukxrr (mgr.14180) 161 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:38.942 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:48:38 smithi038 bash[13941]: cluster 2024-01-16T09:48:37.661867+0000 mgr.smithi038.dukxrr (mgr.14180) 162 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:39.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:48:38 smithi133 bash[17559]: cluster 2024-01-16T09:48:37.661867+0000 mgr.smithi038.dukxrr (mgr.14180) 162 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:39.740 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:48:39.740 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":43,"fsid":"71323a66-b453-11ee-95ad-87774f69a715","created":"2024-01-16T09:42:33.210094+0000","modified":"2024-01-16T09:47:44.780828+0000","last_up_change":"2024-01-16T09:47:42.755037+0000","last_in_change":"2024-01-16T09:46:46.221078+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-01-16T09:47:20.910805+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":"27","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":"33ab1cc4-13ed-4646-848c-b33baf79a0ab","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6800","nonce":1423961623},{"type":"v1","addr":"172.21.15.133:6801","nonce":1423961623}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6802","nonce":1423961623},{"type":"v1","addr":"172.21.15.133:6803","nonce":1423961623}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6806","nonce":1423961623},{"type":"v1","addr":"172.21.15.133:6807","nonce":1423961623}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6804","nonce":1423961623},{"type":"v1","addr":"172.21.15.133:6805","nonce":1423961623}]},"public_addr":"172.21.15.133:6801/1423961623","cluster_addr":"172.21.15.133:6803/1423961623","heartbeat_back_addr":"172.21.15.133:6807/1423961623","heartbeat_front_addr":"172.21.15.133:6805/1423961623","state":["exists","up"]},{"osd":1,"uuid":"89bb6808-b22e-4e4a-945f-1499eabeac3c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6802","nonce":2253109245},{"type":"v1","addr":"172.21.15.38:6803","nonce":2253109245}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6804","nonce":2253109245},{"type":"v1","addr":"172.21.15.38:6805","nonce":2253109245}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6808","nonce":2253109245},{"type":"v1","addr":"172.21.15.38:6809","nonce":2253109245}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6806","nonce":2253109245},{"type":"v1","addr":"172.21.15.38:6807","nonce":2253109245}]},"public_addr":"172.21.15.38:6803/2253109245","cluster_addr":"172.21.15.38:6805/2253109245","heartbeat_back_addr":"172.21.15.38:6809/2253109245","heartbeat_front_addr":"172.21.15.38:6807/2253109245","state":["exists","up"]},{"osd":2,"uuid":"c26e8047-ab98-41e3-8ec1-48a22a40bfed","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6808","nonce":125898468},{"type":"v1","addr":"172.21.15.133:6809","nonce":125898468}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6810","nonce":125898468},{"type":"v1","addr":"172.21.15.133:6811","nonce":125898468}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6814","nonce":125898468},{"type":"v1","addr":"172.21.15.133:6815","nonce":125898468}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6812","nonce":125898468},{"type":"v1","addr":"172.21.15.133:6813","nonce":125898468}]},"public_addr":"172.21.15.133:6809/125898468","cluster_addr":"172.21.15.133:6811/125898468","heartbeat_back_addr":"172.21.15.133:6815/125898468","heartbeat_front_addr":"172.21.15.133:6813/125898468","state":["exists","up"]},{"osd":3,"uuid":"5ab04fad-7eb8-416a-b344-98e97a88841e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6810","nonce":3927019299},{"type":"v1","addr":"172.21.15.38:6811","nonce":3927019299}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6812","nonce":3927019299},{"type":"v1","addr":"172.21.15.38:6813","nonce":3927019299}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6816","nonce":3927019299},{"type":"v1","addr":"172.21.15.38:6817","nonce":3927019299}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6814","nonce":3927019299},{"type":"v1","addr":"172.21.15.38:6815","nonce":3927019299}]},"public_addr":"172.21.15.38:6811/3927019299","cluster_addr":"172.21.15.38:6813/3927019299","heartbeat_back_addr":"172.21.15.38:6817/3927019299","heartbeat_front_addr":"172.21.15.38:6815/3927019299","state":["exists","up"]},{"osd":4,"uuid":"fef57d77-011d-49bc-b6d7-14af78e01024","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6816","nonce":165556450},{"type":"v1","addr":"172.21.15.133:6817","nonce":165556450}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6818","nonce":165556450},{"type":"v1","addr":"172.21.15.133:6819","nonce":165556450}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6822","nonce":165556450},{"type":"v1","addr":"172.21.15.133:6823","nonce":165556450}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6820","nonce":165556450},{"type":"v1","addr":"172.21.15.133:6821","nonce":165556450}]},"public_addr":"172.21.15.133:6817/165556450","cluster_addr":"172.21.15.133:6819/165556450","heartbeat_back_addr":"172.21.15.133:6823/165556450","heartbeat_front_addr":"172.21.15.133:6821/165556450","state":["exists","up"]},{"osd":5,"uuid":"1356941f-cf77-4086-824d-f6ae6e6fcec1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6818","nonce":994519657},{"type":"v1","addr":"172.21.15.38:6819","nonce":994519657}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6820","nonce":994519657},{"type":"v1","addr":"172.21.15.38:6821","nonce":994519657}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6824","nonce":994519657},{"type":"v1","addr":"172.21.15.38:6825","nonce":994519657}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6822","nonce":994519657},{"type":"v1","addr":"172.21.15.38:6823","nonce":994519657}]},"public_addr":"172.21.15.38:6819/994519657","cluster_addr":"172.21.15.38:6821/994519657","heartbeat_back_addr":"172.21.15.38:6825/994519657","heartbeat_front_addr":"172.21.15.38:6823/994519657","state":["exists","up"]},{"osd":6,"uuid":"2e5fca2c-d856-44dd-851d-c5b561de5795","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6824","nonce":655790010},{"type":"v1","addr":"172.21.15.133:6825","nonce":655790010}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6826","nonce":655790010},{"type":"v1","addr":"172.21.15.133:6827","nonce":655790010}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6830","nonce":655790010},{"type":"v1","addr":"172.21.15.133:6831","nonce":655790010}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6828","nonce":655790010},{"type":"v1","addr":"172.21.15.133:6829","nonce":655790010}]},"public_addr":"172.21.15.133:6825/655790010","cluster_addr":"172.21.15.133:6827/655790010","heartbeat_back_addr":"172.21.15.133:6831/655790010","heartbeat_front_addr":"172.21.15.133:6829/655790010","state":["exists","up"]},{"osd":7,"uuid":"c7acab9a-edd9-4ffe-b845-d60a055804cd","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":41,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6826","nonce":3916869991},{"type":"v1","addr":"172.21.15.38:6827","nonce":3916869991}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6828","nonce":3916869991},{"type":"v1","addr":"172.21.15.38:6829","nonce":3916869991}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6832","nonce":3916869991},{"type":"v1","addr":"172.21.15.38:6833","nonce":3916869991}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6830","nonce":3916869991},{"type":"v1","addr":"172.21.15.38:6831","nonce":3916869991}]},"public_addr":"172.21.15.38:6827/3916869991","cluster_addr":"172.21.15.38:6829/3916869991","heartbeat_back_addr":"172.21.15.38:6833/3916869991","heartbeat_front_addr":"172.21.15.38:6831/3916869991","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:47:09.418912+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:47:19.168834+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:47:14.919964+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:47:26.976777+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:47:20.709314+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:47:35.145016+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:47:25.213620+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:47:41.690855+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.38:6801/130244401":"2024-01-17T09:44:47.599071+0000","172.21.15.38:6800/130244401":"2024-01-17T09:44:47.599071+0000","172.21.15.38:0/225738969":"2024-01-17T09:43:43.590433+0000","172.21.15.38:6801/531694420":"2024-01-17T09:43:43.590433+0000","172.21.15.38:0/3715506424":"2024-01-17T09:44:47.599071+0000","172.21.15.38:6800/531694420":"2024-01-17T09:43:43.590433+0000","172.21.15.38:0/1952821564":"2024-01-17T09:43:43.590433+0000","172.21.15.38:6800/1592341779":"2024-01-17T09:43:02.494696+0000","172.21.15.38:0/2884780979":"2024-01-17T09:43:02.494696+0000","172.21.15.38:0/3968099521":"2024-01-17T09:44:47.599071+0000","172.21.15.38:6801/1592341779":"2024-01-17T09:43:02.494696+0000","172.21.15.38:0/2558228404":"2024-01-17T09:43:02.494696+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-01-16T09:48:40.525 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-01-16T09:48:40.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:48:40 smithi038 bash[13941]: cluster 2024-01-16T09:48:39.662451+0000 mgr.smithi038.dukxrr (mgr.14180) 163 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:40.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:48:40 smithi038 bash[13941]: audit 2024-01-16T09:48:39.742659+0000 mon.smithi038 (mon.0) 610 : audit [DBG] from='client.? 172.21.15.38:0/3549491507' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-16T09:48:41.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:48:40 smithi133 bash[17559]: cluster 2024-01-16T09:48:39.662451+0000 mgr.smithi038.dukxrr (mgr.14180) 163 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:41.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:48:40 smithi133 bash[17559]: audit 2024-01-16T09:48:39.742659+0000 mon.smithi038 (mon.0) 610 : audit [DBG] from='client.? 172.21.15.38:0/3549491507' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-16T09:48:43.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:48:42 smithi038 bash[13941]: cluster 2024-01-16T09:48:41.663008+0000 mgr.smithi038.dukxrr (mgr.14180) 164 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:43.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:48:42 smithi133 bash[17559]: cluster 2024-01-16T09:48:41.663008+0000 mgr.smithi038.dukxrr (mgr.14180) 164 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:45.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:48:44 smithi038 bash[13941]: cluster 2024-01-16T09:48:43.663621+0000 mgr.smithi038.dukxrr (mgr.14180) 165 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:45.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:48:44 smithi133 bash[17559]: cluster 2024-01-16T09:48:43.663621+0000 mgr.smithi038.dukxrr (mgr.14180) 165 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:45.318 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/71323a66-b453-11ee-95ad-87774f69a715/mon.smithi038/config 2024-01-16T09:48:47.004 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:48:46 smithi038 bash[13941]: cluster 2024-01-16T09:48:45.664257+0000 mgr.smithi038.dukxrr (mgr.14180) 166 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:47.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:48:46 smithi133 bash[17559]: cluster 2024-01-16T09:48:45.664257+0000 mgr.smithi038.dukxrr (mgr.14180) 166 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:48.824 INFO:teuthology.orchestra.run.smithi038.stdout:68719476759 2024-01-16T09:48:48.825 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-01-16T09:48:49.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:48:48 smithi038 bash[13941]: cluster 2024-01-16T09:48:47.664762+0000 mgr.smithi038.dukxrr (mgr.14180) 167 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:49.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:48:48 smithi133 bash[17559]: cluster 2024-01-16T09:48:47.664762+0000 mgr.smithi038.dukxrr (mgr.14180) 167 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:51.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:48:50 smithi038 bash[13941]: cluster 2024-01-16T09:48:49.665319+0000 mgr.smithi038.dukxrr (mgr.14180) 168 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:51.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:48:50 smithi133 bash[17559]: cluster 2024-01-16T09:48:49.665319+0000 mgr.smithi038.dukxrr (mgr.14180) 168 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:53.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:48:52 smithi038 bash[13941]: cluster 2024-01-16T09:48:51.665918+0000 mgr.smithi038.dukxrr (mgr.14180) 169 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:53.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:48:52 smithi133 bash[17559]: cluster 2024-01-16T09:48:51.665918+0000 mgr.smithi038.dukxrr (mgr.14180) 169 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:53.619 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/71323a66-b453-11ee-95ad-87774f69a715/mon.smithi038/config 2024-01-16T09:48:55.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:48:54 smithi133 bash[17559]: cluster 2024-01-16T09:48:53.666535+0000 mgr.smithi038.dukxrr (mgr.14180) 170 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:55.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:48:54 smithi038 bash[13941]: cluster 2024-01-16T09:48:53.666535+0000 mgr.smithi038.dukxrr (mgr.14180) 170 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:57.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:48:56 smithi038 bash[13941]: cluster 2024-01-16T09:48:55.667077+0000 mgr.smithi038.dukxrr (mgr.14180) 171 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:57.148 INFO:teuthology.orchestra.run.smithi038.stdout:103079215124 2024-01-16T09:48:57.148 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-01-16T09:48:57.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:48:56 smithi133 bash[17559]: cluster 2024-01-16T09:48:55.667077+0000 mgr.smithi038.dukxrr (mgr.14180) 171 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:58.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:48:57 smithi133 bash[17559]: cluster 2024-01-16T09:48:57.667725+0000 mgr.smithi038.dukxrr (mgr.14180) 172 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:58.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:48:57 smithi038 bash[13941]: cluster 2024-01-16T09:48:57.667725+0000 mgr.smithi038.dukxrr (mgr.14180) 172 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:01.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:49:00 smithi038 bash[13941]: cluster 2024-01-16T09:48:59.668476+0000 mgr.smithi038.dukxrr (mgr.14180) 173 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:01.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:49:00 smithi133 bash[17559]: cluster 2024-01-16T09:48:59.668476+0000 mgr.smithi038.dukxrr (mgr.14180) 173 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:01.941 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/71323a66-b453-11ee-95ad-87774f69a715/mon.smithi038/config 2024-01-16T09:49:03.009 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:49:02 smithi038 bash[13941]: cluster 2024-01-16T09:49:01.669188+0000 mgr.smithi038.dukxrr (mgr.14180) 174 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:03.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:49:02 smithi133 bash[17559]: cluster 2024-01-16T09:49:01.669188+0000 mgr.smithi038.dukxrr (mgr.14180) 174 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:05.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:49:04 smithi038 bash[13941]: cluster 2024-01-16T09:49:03.669714+0000 mgr.smithi038.dukxrr (mgr.14180) 175 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:05.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:49:04 smithi133 bash[17559]: cluster 2024-01-16T09:49:03.669714+0000 mgr.smithi038.dukxrr (mgr.14180) 175 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:05.371 INFO:teuthology.orchestra.run.smithi038.stdout:85899345945 2024-01-16T09:49:05.372 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-01-16T09:49:07.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:49:06 smithi038 bash[13941]: cluster 2024-01-16T09:49:05.670285+0000 mgr.smithi038.dukxrr (mgr.14180) 176 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:07.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:49:06 smithi133 bash[17559]: cluster 2024-01-16T09:49:05.670285+0000 mgr.smithi038.dukxrr (mgr.14180) 176 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:09.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:49:08 smithi038 bash[13941]: cluster 2024-01-16T09:49:07.670801+0000 mgr.smithi038.dukxrr (mgr.14180) 177 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:09.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:49:08 smithi133 bash[17559]: cluster 2024-01-16T09:49:07.670801+0000 mgr.smithi038.dukxrr (mgr.14180) 177 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:10.171 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/71323a66-b453-11ee-95ad-87774f69a715/mon.smithi038/config 2024-01-16T09:49:11.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:49:10 smithi038 bash[13941]: cluster 2024-01-16T09:49:09.671346+0000 mgr.smithi038.dukxrr (mgr.14180) 178 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:11.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:49:10 smithi133 bash[17559]: cluster 2024-01-16T09:49:09.671346+0000 mgr.smithi038.dukxrr (mgr.14180) 178 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:13.006 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:49:12 smithi038 bash[13941]: cluster 2024-01-16T09:49:11.671905+0000 mgr.smithi038.dukxrr (mgr.14180) 179 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:13.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:49:12 smithi133 bash[17559]: cluster 2024-01-16T09:49:11.671905+0000 mgr.smithi038.dukxrr (mgr.14180) 179 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:13.695 INFO:teuthology.orchestra.run.smithi038.stdout:137438953495 2024-01-16T09:49:13.695 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-01-16T09:49:15.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:49:14 smithi133 bash[17559]: cluster 2024-01-16T09:49:13.672424+0000 mgr.smithi038.dukxrr (mgr.14180) 180 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:15.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:49:14 smithi038 bash[13941]: cluster 2024-01-16T09:49:13.672424+0000 mgr.smithi038.dukxrr (mgr.14180) 180 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:16.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:49:15 smithi133 bash[17559]: cluster 2024-01-16T09:49:15.672960+0000 mgr.smithi038.dukxrr (mgr.14180) 181 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:16.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:49:15 smithi038 bash[13941]: cluster 2024-01-16T09:49:15.672960+0000 mgr.smithi038.dukxrr (mgr.14180) 181 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:18.489 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/71323a66-b453-11ee-95ad-87774f69a715/mon.smithi038/config 2024-01-16T09:49:18.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:49:18 smithi038 bash[13941]: cluster 2024-01-16T09:49:17.673539+0000 mgr.smithi038.dukxrr (mgr.14180) 182 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:19.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:49:18 smithi133 bash[17559]: cluster 2024-01-16T09:49:17.673539+0000 mgr.smithi038.dukxrr (mgr.14180) 182 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:21.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:49:20 smithi038 bash[13941]: cluster 2024-01-16T09:49:19.674127+0000 mgr.smithi038.dukxrr (mgr.14180) 183 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:21.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:49:20 smithi133 bash[17559]: cluster 2024-01-16T09:49:19.674127+0000 mgr.smithi038.dukxrr (mgr.14180) 183 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:22.081 INFO:teuthology.orchestra.run.smithi038.stdout:111669149721 2024-01-16T09:49:22.081 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-01-16T09:49:23.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:49:22 smithi038 bash[13941]: cluster 2024-01-16T09:49:21.674718+0000 mgr.smithi038.dukxrr (mgr.14180) 184 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:23.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:49:22 smithi133 bash[17559]: cluster 2024-01-16T09:49:21.674718+0000 mgr.smithi038.dukxrr (mgr.14180) 184 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:25.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:49:24 smithi038 bash[13941]: cluster 2024-01-16T09:49:23.675317+0000 mgr.smithi038.dukxrr (mgr.14180) 185 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:25.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:49:24 smithi133 bash[17559]: cluster 2024-01-16T09:49:23.675317+0000 mgr.smithi038.dukxrr (mgr.14180) 185 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:26.870 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/71323a66-b453-11ee-95ad-87774f69a715/mon.smithi038/config 2024-01-16T09:49:27.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:49:26 smithi133 bash[17559]: cluster 2024-01-16T09:49:25.675854+0000 mgr.smithi038.dukxrr (mgr.14180) 186 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:27.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:49:26 smithi038 bash[13941]: cluster 2024-01-16T09:49:25.675854+0000 mgr.smithi038.dukxrr (mgr.14180) 186 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:28.941 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:49:28 smithi038 bash[13941]: cluster 2024-01-16T09:49:27.676447+0000 mgr.smithi038.dukxrr (mgr.14180) 187 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:29.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:49:28 smithi133 bash[17559]: cluster 2024-01-16T09:49:27.676447+0000 mgr.smithi038.dukxrr (mgr.14180) 187 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:30.331 INFO:teuthology.orchestra.run.smithi038.stdout:158913789977 2024-01-16T09:49:30.332 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-01-16T09:49:31.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:49:30 smithi038 bash[13941]: cluster 2024-01-16T09:49:29.677059+0000 mgr.smithi038.dukxrr (mgr.14180) 188 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:31.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:49:30 smithi133 bash[17559]: cluster 2024-01-16T09:49:29.677059+0000 mgr.smithi038.dukxrr (mgr.14180) 188 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:33.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:49:32 smithi038 bash[13941]: cluster 2024-01-16T09:49:31.677649+0000 mgr.smithi038.dukxrr (mgr.14180) 189 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:33.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:49:32 smithi133 bash[17559]: cluster 2024-01-16T09:49:31.677649+0000 mgr.smithi038.dukxrr (mgr.14180) 189 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:35.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:49:34 smithi038 bash[13941]: cluster 2024-01-16T09:49:33.678251+0000 mgr.smithi038.dukxrr (mgr.14180) 190 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:35.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:49:34 smithi038 bash[13941]: audit 2024-01-16T09:49:34.189224+0000 mon.smithi038 (mon.0) 611 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:49:35.119 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/71323a66-b453-11ee-95ad-87774f69a715/mon.smithi038/config 2024-01-16T09:49:35.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:49:34 smithi133 bash[17559]: cluster 2024-01-16T09:49:33.678251+0000 mgr.smithi038.dukxrr (mgr.14180) 190 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:35.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:49:34 smithi133 bash[17559]: audit 2024-01-16T09:49:34.189224+0000 mon.smithi038 (mon.0) 611 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:49:37.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:49:36 smithi133 bash[17559]: cluster 2024-01-16T09:49:35.678821+0000 mgr.smithi038.dukxrr (mgr.14180) 191 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:37.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:49:36 smithi038 bash[13941]: cluster 2024-01-16T09:49:35.678821+0000 mgr.smithi038.dukxrr (mgr.14180) 191 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:38.621 INFO:teuthology.orchestra.run.smithi038.stdout:128849018909 2024-01-16T09:49:38.621 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-01-16T09:49:38.940 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:49:38 smithi038 bash[13941]: cluster 2024-01-16T09:49:37.679360+0000 mgr.smithi038.dukxrr (mgr.14180) 192 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:39.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:49:38 smithi133 bash[17559]: cluster 2024-01-16T09:49:37.679360+0000 mgr.smithi038.dukxrr (mgr.14180) 192 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:40.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:49:40 smithi133 bash[17559]: audit 2024-01-16T09:49:39.291614+0000 mon.smithi038 (mon.0) 612 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:49:40.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:49:40 smithi133 bash[17559]: audit 2024-01-16T09:49:39.651576+0000 mon.smithi038 (mon.0) 613 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:49:40.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:49:40 smithi133 bash[17559]: cluster 2024-01-16T09:49:39.680040+0000 mgr.smithi038.dukxrr (mgr.14180) 193 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:40.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:49:40 smithi133 bash[17559]: audit 2024-01-16T09:49:39.950295+0000 mon.smithi038 (mon.0) 614 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:49:40.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:49:40 smithi133 bash[17559]: audit 2024-01-16T09:49:39.952362+0000 mon.smithi038 (mon.0) 615 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T09:49:40.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:49:40 smithi133 bash[17559]: audit 2024-01-16T09:49:39.963077+0000 mon.smithi038 (mon.0) 616 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:49:40.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:49:40 smithi133 bash[17559]: audit 2024-01-16T09:49:39.971944+0000 mon.smithi038 (mon.0) 617 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T09:49:40.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:49:40 smithi038 bash[13941]: audit 2024-01-16T09:49:39.291614+0000 mon.smithi038 (mon.0) 612 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:49:40.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:49:40 smithi038 bash[13941]: audit 2024-01-16T09:49:39.651576+0000 mon.smithi038 (mon.0) 613 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:49:40.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:49:40 smithi038 bash[13941]: cluster 2024-01-16T09:49:39.680040+0000 mgr.smithi038.dukxrr (mgr.14180) 193 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:40.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:49:40 smithi038 bash[13941]: audit 2024-01-16T09:49:39.950295+0000 mon.smithi038 (mon.0) 614 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:49:40.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:49:40 smithi038 bash[13941]: audit 2024-01-16T09:49:39.952362+0000 mon.smithi038 (mon.0) 615 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T09:49:40.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:49:40 smithi038 bash[13941]: audit 2024-01-16T09:49:39.963077+0000 mon.smithi038 (mon.0) 616 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:49:40.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:49:40 smithi038 bash[13941]: audit 2024-01-16T09:49:39.971944+0000 mon.smithi038 (mon.0) 617 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T09:49:43.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:49:42 smithi038 bash[13941]: cluster 2024-01-16T09:49:41.680642+0000 mgr.smithi038.dukxrr (mgr.14180) 194 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:43.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:49:42 smithi133 bash[17559]: cluster 2024-01-16T09:49:41.680642+0000 mgr.smithi038.dukxrr (mgr.14180) 194 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:43.416 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/71323a66-b453-11ee-95ad-87774f69a715/mon.smithi038/config 2024-01-16T09:49:45.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:49:44 smithi038 bash[13941]: cluster 2024-01-16T09:49:43.681156+0000 mgr.smithi038.dukxrr (mgr.14180) 195 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:45.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:49:44 smithi133 bash[17559]: cluster 2024-01-16T09:49:43.681156+0000 mgr.smithi038.dukxrr (mgr.14180) 195 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:47.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:49:46 smithi038 bash[13941]: cluster 2024-01-16T09:49:45.681656+0000 mgr.smithi038.dukxrr (mgr.14180) 196 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:47.035 INFO:teuthology.orchestra.run.smithi038.stdout:176093659162 2024-01-16T09:49:47.036 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-01-16T09:49:47.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:49:46 smithi133 bash[17559]: cluster 2024-01-16T09:49:45.681656+0000 mgr.smithi038.dukxrr (mgr.14180) 196 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:49.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:49:48 smithi038 bash[13941]: cluster 2024-01-16T09:49:47.682208+0000 mgr.smithi038.dukxrr (mgr.14180) 197 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:49.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:49:48 smithi133 bash[17559]: cluster 2024-01-16T09:49:47.682208+0000 mgr.smithi038.dukxrr (mgr.14180) 197 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:51.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:49:50 smithi038 bash[13941]: cluster 2024-01-16T09:49:49.682804+0000 mgr.smithi038.dukxrr (mgr.14180) 198 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:51.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:49:50 smithi133 bash[17559]: cluster 2024-01-16T09:49:49.682804+0000 mgr.smithi038.dukxrr (mgr.14180) 198 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:51.825 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/71323a66-b453-11ee-95ad-87774f69a715/mon.smithi038/config 2024-01-16T09:49:52.996 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:49:52 smithi038 bash[13941]: cluster 2024-01-16T09:49:51.683298+0000 mgr.smithi038.dukxrr (mgr.14180) 199 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:53.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:49:52 smithi133 bash[17559]: cluster 2024-01-16T09:49:51.683298+0000 mgr.smithi038.dukxrr (mgr.14180) 199 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:54.725 INFO:teuthology.orchestra.run.smithi038.stdout:68719476772 2024-01-16T09:49:55.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:49:54 smithi038 bash[13941]: cluster 2024-01-16T09:49:53.683899+0000 mgr.smithi038.dukxrr (mgr.14180) 200 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:55.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:49:54 smithi038 bash[13941]: audit 2024-01-16T09:49:54.729116+0000 mon.smithi038 (mon.0) 618 : audit [DBG] from='client.? 172.21.15.38:0/3402184395' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-16T09:49:55.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:49:54 smithi133 bash[17559]: cluster 2024-01-16T09:49:53.683899+0000 mgr.smithi038.dukxrr (mgr.14180) 200 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:55.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:49:54 smithi133 bash[17559]: audit 2024-01-16T09:49:54.729116+0000 mon.smithi038 (mon.0) 618 : audit [DBG] from='client.? 172.21.15.38:0/3402184395' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-16T09:49:55.434 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476759 got 68719476772 for osd.0 2024-01-16T09:49:55.434 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-01-16T09:49:57.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:49:56 smithi133 bash[17559]: cluster 2024-01-16T09:49:55.684604+0000 mgr.smithi038.dukxrr (mgr.14180) 201 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:57.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:49:56 smithi038 bash[13941]: cluster 2024-01-16T09:49:55.684604+0000 mgr.smithi038.dukxrr (mgr.14180) 201 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:59.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:49:58 smithi133 bash[17559]: cluster 2024-01-16T09:49:57.685225+0000 mgr.smithi038.dukxrr (mgr.14180) 202 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:59.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:49:58 smithi038 bash[13941]: cluster 2024-01-16T09:49:57.685225+0000 mgr.smithi038.dukxrr (mgr.14180) 202 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:50:00.217 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/71323a66-b453-11ee-95ad-87774f69a715/mon.smithi038/config 2024-01-16T09:50:01.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:50:00 smithi038 bash[13941]: cluster 2024-01-16T09:49:59.685820+0000 mgr.smithi038.dukxrr (mgr.14180) 203 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:50:01.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:50:00 smithi038 bash[13941]: cluster 2024-01-16T09:50:00.000184+0000 mon.smithi038 (mon.0) 619 : cluster [INF] overall HEALTH_OK 2024-01-16T09:50:01.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:50:00 smithi133 bash[17559]: cluster 2024-01-16T09:49:59.685820+0000 mgr.smithi038.dukxrr (mgr.14180) 203 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:50:01.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:50:00 smithi133 bash[17559]: cluster 2024-01-16T09:50:00.000184+0000 mon.smithi038 (mon.0) 619 : cluster [INF] overall HEALTH_OK 2024-01-16T09:50:03.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:50:02 smithi038 bash[13941]: cluster 2024-01-16T09:50:01.686385+0000 mgr.smithi038.dukxrr (mgr.14180) 204 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:50:03.124 INFO:teuthology.orchestra.run.smithi038.stdout:103079215138 2024-01-16T09:50:03.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:50:02 smithi133 bash[17559]: cluster 2024-01-16T09:50:01.686385+0000 mgr.smithi038.dukxrr (mgr.14180) 204 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:50:03.770 INFO:tasks.cephadm.ceph_manager.ceph:need seq 103079215124 got 103079215138 for osd.1 2024-01-16T09:50:03.770 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-01-16T09:50:04.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:50:03 smithi038 bash[13941]: audit 2024-01-16T09:50:03.127698+0000 mon.smithi038 (mon.0) 620 : audit [DBG] from='client.? 172.21.15.38:0/2056141350' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-16T09:50:04.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:50:03 smithi133 bash[17559]: audit 2024-01-16T09:50:03.127698+0000 mon.smithi038 (mon.0) 620 : audit [DBG] from='client.? 172.21.15.38:0/2056141350' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-16T09:50:05.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:50:04 smithi133 bash[17559]: cluster 2024-01-16T09:50:03.686995+0000 mgr.smithi038.dukxrr (mgr.14180) 205 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:50:05.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:50:04 smithi038 bash[13941]: cluster 2024-01-16T09:50:03.686995+0000 mgr.smithi038.dukxrr (mgr.14180) 205 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:50:07.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:50:06 smithi133 bash[17559]: cluster 2024-01-16T09:50:05.687554+0000 mgr.smithi038.dukxrr (mgr.14180) 206 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:50:07.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:50:06 smithi038 bash[13941]: cluster 2024-01-16T09:50:05.687554+0000 mgr.smithi038.dukxrr (mgr.14180) 206 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:50:08.558 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/71323a66-b453-11ee-95ad-87774f69a715/mon.smithi038/config 2024-01-16T09:50:08.941 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:50:08 smithi038 bash[13941]: cluster 2024-01-16T09:50:07.688128+0000 mgr.smithi038.dukxrr (mgr.14180) 207 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:50:09.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:50:08 smithi133 bash[17559]: cluster 2024-01-16T09:50:07.688128+0000 mgr.smithi038.dukxrr (mgr.14180) 207 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:50:11.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:50:10 smithi133 bash[17559]: cluster 2024-01-16T09:50:09.688765+0000 mgr.smithi038.dukxrr (mgr.14180) 208 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:50:11.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:50:10 smithi038 bash[13941]: cluster 2024-01-16T09:50:09.688765+0000 mgr.smithi038.dukxrr (mgr.14180) 208 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:50:11.403 INFO:teuthology.orchestra.run.smithi038.stdout:85899345958 2024-01-16T09:50:12.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:50:11 smithi038 bash[13941]: audit 2024-01-16T09:50:11.406393+0000 mon.smithi038 (mon.0) 621 : audit [DBG] from='client.? 172.21.15.38:0/1317813983' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-16T09:50:12.066 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345945 got 85899345958 for osd.2 2024-01-16T09:50:12.067 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-01-16T09:50:12.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:50:11 smithi133 bash[17559]: audit 2024-01-16T09:50:11.406393+0000 mon.smithi038 (mon.0) 621 : audit [DBG] from='client.? 172.21.15.38:0/1317813983' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-16T09:50:13.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:50:12 smithi133 bash[17559]: cluster 2024-01-16T09:50:11.689280+0000 mgr.smithi038.dukxrr (mgr.14180) 209 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:50:13.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:50:12 smithi038 bash[13941]: cluster 2024-01-16T09:50:11.689280+0000 mgr.smithi038.dukxrr (mgr.14180) 209 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:50:14.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:50:13 smithi133 bash[17559]: cluster 2024-01-16T09:50:13.689849+0000 mgr.smithi038.dukxrr (mgr.14180) 210 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:50:14.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:50:13 smithi038 bash[13941]: cluster 2024-01-16T09:50:13.689849+0000 mgr.smithi038.dukxrr (mgr.14180) 210 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:50:16.852 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/71323a66-b453-11ee-95ad-87774f69a715/mon.smithi038/config 2024-01-16T09:50:17.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:50:16 smithi038 bash[13941]: cluster 2024-01-16T09:50:15.690419+0000 mgr.smithi038.dukxrr (mgr.14180) 211 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:50:17.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:50:16 smithi133 bash[17559]: cluster 2024-01-16T09:50:15.690419+0000 mgr.smithi038.dukxrr (mgr.14180) 211 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:50:19.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:50:18 smithi038 bash[13941]: cluster 2024-01-16T09:50:17.690984+0000 mgr.smithi038.dukxrr (mgr.14180) 212 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:50:19.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:50:18 smithi133 bash[17559]: cluster 2024-01-16T09:50:17.690984+0000 mgr.smithi038.dukxrr (mgr.14180) 212 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:50:19.623 INFO:teuthology.orchestra.run.smithi038.stdout:137438953508 2024-01-16T09:50:20.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:50:19 smithi038 bash[13941]: audit 2024-01-16T09:50:19.627067+0000 mon.smithi038 (mon.0) 622 : audit [DBG] from='client.? 172.21.15.38:0/3023469067' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-16T09:50:20.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:50:19 smithi133 bash[17559]: audit 2024-01-16T09:50:19.627067+0000 mon.smithi038 (mon.0) 622 : audit [DBG] from='client.? 172.21.15.38:0/3023469067' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-16T09:50:20.387 INFO:tasks.cephadm.ceph_manager.ceph:need seq 137438953495 got 137438953508 for osd.3 2024-01-16T09:50:20.387 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-01-16T09:50:21.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:50:20 smithi133 bash[17559]: cluster 2024-01-16T09:50:19.691461+0000 mgr.smithi038.dukxrr (mgr.14180) 213 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:50:21.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:50:20 smithi038 bash[13941]: cluster 2024-01-16T09:50:19.691461+0000 mgr.smithi038.dukxrr (mgr.14180) 213 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:50:23.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:50:22 smithi133 bash[17559]: cluster 2024-01-16T09:50:21.692034+0000 mgr.smithi038.dukxrr (mgr.14180) 214 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:50:23.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:50:22 smithi038 bash[13941]: cluster 2024-01-16T09:50:21.692034+0000 mgr.smithi038.dukxrr (mgr.14180) 214 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:50:25.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:50:24 smithi133 bash[17559]: cluster 2024-01-16T09:50:23.692732+0000 mgr.smithi038.dukxrr (mgr.14180) 215 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:50:25.179 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/71323a66-b453-11ee-95ad-87774f69a715/mon.smithi038/config 2024-01-16T09:50:25.206 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:50:24 smithi038 bash[13941]: cluster 2024-01-16T09:50:23.692732+0000 mgr.smithi038.dukxrr (mgr.14180) 215 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:50:27.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:50:26 smithi133 bash[17559]: cluster 2024-01-16T09:50:25.693304+0000 mgr.smithi038.dukxrr (mgr.14180) 216 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:50:27.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:50:26 smithi038 bash[13941]: cluster 2024-01-16T09:50:25.693304+0000 mgr.smithi038.dukxrr (mgr.14180) 216 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:50:28.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:50:27 smithi133 bash[17559]: cluster 2024-01-16T09:50:27.693885+0000 mgr.smithi038.dukxrr (mgr.14180) 217 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:50:28.229 INFO:teuthology.orchestra.run.smithi038.stdout:111669149734 2024-01-16T09:50:28.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:50:27 smithi038 bash[13941]: cluster 2024-01-16T09:50:27.693885+0000 mgr.smithi038.dukxrr (mgr.14180) 217 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:50:28.954 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149721 got 111669149734 for osd.4 2024-01-16T09:50:28.954 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-01-16T09:50:29.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:50:28 smithi133 bash[17559]: audit 2024-01-16T09:50:28.233178+0000 mon.smithi038 (mon.0) 623 : audit [DBG] from='client.? 172.21.15.38:0/1805432434' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-16T09:50:29.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:50:28 smithi038 bash[13941]: audit 2024-01-16T09:50:28.233178+0000 mon.smithi038 (mon.0) 623 : audit [DBG] from='client.? 172.21.15.38:0/1805432434' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-16T09:50:31.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:50:30 smithi038 bash[13941]: cluster 2024-01-16T09:50:29.694388+0000 mgr.smithi038.dukxrr (mgr.14180) 218 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:50:31.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:50:30 smithi133 bash[17559]: cluster 2024-01-16T09:50:29.694388+0000 mgr.smithi038.dukxrr (mgr.14180) 218 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:50:33.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:50:32 smithi133 bash[17559]: cluster 2024-01-16T09:50:31.694921+0000 mgr.smithi038.dukxrr (mgr.14180) 219 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:50:33.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:50:32 smithi038 bash[13941]: cluster 2024-01-16T09:50:31.694921+0000 mgr.smithi038.dukxrr (mgr.14180) 219 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:50:33.746 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/71323a66-b453-11ee-95ad-87774f69a715/mon.smithi038/config 2024-01-16T09:50:35.007 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:50:34 smithi038 bash[13941]: cluster 2024-01-16T09:50:33.695639+0000 mgr.smithi038.dukxrr (mgr.14180) 220 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:50:35.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:50:34 smithi133 bash[17559]: cluster 2024-01-16T09:50:33.695639+0000 mgr.smithi038.dukxrr (mgr.14180) 220 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:50:36.727 INFO:teuthology.orchestra.run.smithi038.stdout:158913789990 2024-01-16T09:50:37.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:50:36 smithi038 bash[13941]: cluster 2024-01-16T09:50:35.696239+0000 mgr.smithi038.dukxrr (mgr.14180) 221 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:50:37.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:50:36 smithi038 bash[13941]: audit 2024-01-16T09:50:36.730629+0000 mon.smithi038 (mon.0) 624 : audit [DBG] from='client.? 172.21.15.38:0/1151170716' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-16T09:50:37.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:50:36 smithi133 bash[17559]: cluster 2024-01-16T09:50:35.696239+0000 mgr.smithi038.dukxrr (mgr.14180) 221 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:50:37.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:50:36 smithi133 bash[17559]: audit 2024-01-16T09:50:36.730629+0000 mon.smithi038 (mon.0) 624 : audit [DBG] from='client.? 172.21.15.38:0/1151170716' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-16T09:50:37.450 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789977 got 158913789990 for osd.5 2024-01-16T09:50:37.451 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-01-16T09:50:39.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:50:38 smithi133 bash[17559]: cluster 2024-01-16T09:50:37.696793+0000 mgr.smithi038.dukxrr (mgr.14180) 222 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:50:39.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:50:38 smithi038 bash[13941]: cluster 2024-01-16T09:50:37.696793+0000 mgr.smithi038.dukxrr (mgr.14180) 222 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:50:41.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:50:40 smithi133 bash[17559]: cluster 2024-01-16T09:50:39.697435+0000 mgr.smithi038.dukxrr (mgr.14180) 223 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:50:41.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:50:40 smithi133 bash[17559]: audit 2024-01-16T09:50:39.985101+0000 mon.smithi038 (mon.0) 625 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:50:41.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:50:40 smithi038 bash[13941]: cluster 2024-01-16T09:50:39.697435+0000 mgr.smithi038.dukxrr (mgr.14180) 223 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:50:41.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:50:40 smithi038 bash[13941]: audit 2024-01-16T09:50:39.985101+0000 mon.smithi038 (mon.0) 625 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:50:42.245 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/71323a66-b453-11ee-95ad-87774f69a715/mon.smithi038/config 2024-01-16T09:50:43.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:50:42 smithi133 bash[17559]: cluster 2024-01-16T09:50:41.698204+0000 mgr.smithi038.dukxrr (mgr.14180) 224 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:50:43.191 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:50:42 smithi038 bash[13941]: cluster 2024-01-16T09:50:41.698204+0000 mgr.smithi038.dukxrr (mgr.14180) 224 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:50:45.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:50:44 smithi133 bash[17559]: cluster 2024-01-16T09:50:43.698822+0000 mgr.smithi038.dukxrr (mgr.14180) 225 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:50:45.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:50:44 smithi038 bash[13941]: cluster 2024-01-16T09:50:43.698822+0000 mgr.smithi038.dukxrr (mgr.14180) 225 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:50:45.372 INFO:teuthology.orchestra.run.smithi038.stdout:128849018922 2024-01-16T09:50:46.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:50:45 smithi038 bash[13941]: audit 2024-01-16T09:50:45.375957+0000 mon.smithi038 (mon.0) 626 : audit [DBG] from='client.? 172.21.15.38:0/910184227' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-16T09:50:46.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:50:45 smithi038 bash[13941]: audit 2024-01-16T09:50:45.413346+0000 mon.smithi038 (mon.0) 627 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:50:46.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:50:45 smithi038 bash[13941]: audit 2024-01-16T09:50:45.742006+0000 mon.smithi038 (mon.0) 628 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:50:46.147 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018909 got 128849018922 for osd.6 2024-01-16T09:50:46.147 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-01-16T09:50:46.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:50:45 smithi133 bash[17559]: audit 2024-01-16T09:50:45.375957+0000 mon.smithi038 (mon.0) 626 : audit [DBG] from='client.? 172.21.15.38:0/910184227' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-16T09:50:46.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:50:45 smithi133 bash[17559]: audit 2024-01-16T09:50:45.413346+0000 mon.smithi038 (mon.0) 627 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:50:46.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:50:45 smithi133 bash[17559]: audit 2024-01-16T09:50:45.742006+0000 mon.smithi038 (mon.0) 628 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:50:47.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:50:46 smithi133 bash[17559]: cluster 2024-01-16T09:50:45.699205+0000 mgr.smithi038.dukxrr (mgr.14180) 226 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:50:47.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:50:46 smithi133 bash[17559]: audit 2024-01-16T09:50:46.010034+0000 mon.smithi038 (mon.0) 629 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:50:47.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:50:46 smithi133 bash[17559]: audit 2024-01-16T09:50:46.011445+0000 mon.smithi038 (mon.0) 630 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T09:50:47.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:50:46 smithi133 bash[17559]: audit 2024-01-16T09:50:46.019397+0000 mon.smithi038 (mon.0) 631 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:50:47.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:50:46 smithi133 bash[17559]: audit 2024-01-16T09:50:46.026788+0000 mon.smithi038 (mon.0) 632 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T09:50:47.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:50:46 smithi038 bash[13941]: cluster 2024-01-16T09:50:45.699205+0000 mgr.smithi038.dukxrr (mgr.14180) 226 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:50:47.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:50:46 smithi038 bash[13941]: audit 2024-01-16T09:50:46.010034+0000 mon.smithi038 (mon.0) 629 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:50:47.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:50:46 smithi038 bash[13941]: audit 2024-01-16T09:50:46.011445+0000 mon.smithi038 (mon.0) 630 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T09:50:47.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:50:46 smithi038 bash[13941]: audit 2024-01-16T09:50:46.019397+0000 mon.smithi038 (mon.0) 631 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:50:47.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:50:46 smithi038 bash[13941]: audit 2024-01-16T09:50:46.026788+0000 mon.smithi038 (mon.0) 632 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T09:50:49.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:50:48 smithi133 bash[17559]: cluster 2024-01-16T09:50:47.699719+0000 mgr.smithi038.dukxrr (mgr.14180) 227 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:50:49.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:50:48 smithi038 bash[13941]: cluster 2024-01-16T09:50:47.699719+0000 mgr.smithi038.dukxrr (mgr.14180) 227 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:50:50.944 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/71323a66-b453-11ee-95ad-87774f69a715/mon.smithi038/config 2024-01-16T09:50:51.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:50:50 smithi133 bash[17559]: cluster 2024-01-16T09:50:49.700296+0000 mgr.smithi038.dukxrr (mgr.14180) 228 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:50:51.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:50:50 smithi038 bash[13941]: cluster 2024-01-16T09:50:49.700296+0000 mgr.smithi038.dukxrr (mgr.14180) 228 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:50:53.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:50:52 smithi038 bash[13941]: cluster 2024-01-16T09:50:51.700831+0000 mgr.smithi038.dukxrr (mgr.14180) 229 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:50:53.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:50:52 smithi133 bash[17559]: cluster 2024-01-16T09:50:51.700831+0000 mgr.smithi038.dukxrr (mgr.14180) 229 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:50:53.739 INFO:teuthology.orchestra.run.smithi038.stdout:176093659175 2024-01-16T09:50:54.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:50:53 smithi038 bash[13941]: audit 2024-01-16T09:50:53.743087+0000 mon.smithi038 (mon.0) 633 : audit [DBG] from='client.? 172.21.15.38:0/20295293' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-16T09:50:54.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:50:53 smithi133 bash[17559]: audit 2024-01-16T09:50:53.743087+0000 mon.smithi038 (mon.0) 633 : audit [DBG] from='client.? 172.21.15.38:0/20295293' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-16T09:50:54.484 INFO:tasks.cephadm.ceph_manager.ceph:need seq 176093659162 got 176093659175 for osd.7 2024-01-16T09:50:54.484 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-01-16T09:50:54.484 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph pg dump --format=json 2024-01-16T09:50:55.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:50:54 smithi133 bash[17559]: cluster 2024-01-16T09:50:53.701350+0000 mgr.smithi038.dukxrr (mgr.14180) 230 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:50:55.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:50:54 smithi038 bash[13941]: cluster 2024-01-16T09:50:53.701350+0000 mgr.smithi038.dukxrr (mgr.14180) 230 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:50:57.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:50:56 smithi133 bash[17559]: cluster 2024-01-16T09:50:55.701983+0000 mgr.smithi038.dukxrr (mgr.14180) 231 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:50:57.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:50:56 smithi038 bash[13941]: cluster 2024-01-16T09:50:55.701983+0000 mgr.smithi038.dukxrr (mgr.14180) 231 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:50:59.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:50:58 smithi133 bash[17559]: cluster 2024-01-16T09:50:57.702601+0000 mgr.smithi038.dukxrr (mgr.14180) 232 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:50:59.274 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/71323a66-b453-11ee-95ad-87774f69a715/mon.smithi038/config 2024-01-16T09:50:59.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:50:58 smithi038 bash[13941]: cluster 2024-01-16T09:50:57.702601+0000 mgr.smithi038.dukxrr (mgr.14180) 232 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:51:01.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:00 smithi133 bash[17559]: cluster 2024-01-16T09:50:59.703227+0000 mgr.smithi038.dukxrr (mgr.14180) 233 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:51:01.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:00 smithi038 bash[13941]: cluster 2024-01-16T09:50:59.703227+0000 mgr.smithi038.dukxrr (mgr.14180) 233 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:51:02.166 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:51:02.171 INFO:teuthology.orchestra.run.smithi038.stderr:dumped all 2024-01-16T09:51:02.870 INFO:teuthology.orchestra.run.smithi038.stdout:{"pg_ready":true,"pg_map":{"version":219,"stamp":"2024-01-16T09:51:01.703577+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":2380152,"kb_used_data":3384,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548296,"statfs":{"total":767926730752,"available":765489455104,"internally_reserved":0,"allocated":3465216,"data_stored":1351618,"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":43,"state":"active+clean","last_fresh":"2024-01-16T09:47:44.837873+0000","last_change":"2024-01-16T09:47:44.837873+0000","last_active":"2024-01-16T09:47:44.837873+0000","last_peered":"2024-01-16T09:47:44.837873+0000","last_clean":"2024-01-16T09:47:44.837873+0000","last_became_active":"2024-01-16T09:47:44.837502+0000","last_became_peered":"2024-01-16T09:47:44.837502+0000","last_unstale":"2024-01-16T09:47:44.837873+0000","last_undegraded":"2024-01-16T09:47:44.837873+0000","last_fullsized":"2024-01-16T09:47:44.837873+0000","mapping_epoch":42,"log_start":"0'0","ondisk_log_start":"0'0","created":25,"last_epoch_clean":43,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-16T09:47:21.427928+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-16T09:47:21.427928+0000","last_clean_scrub_stamp":"2024-01-16T09:47:21.427928+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":41,"seq":176093659177,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297516,"kb_used_data":420,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443540,"statfs":{"total":95990841344,"available":95686184960,"internally_reserved":0,"allocated":430080,"data_stored":168716,"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":"Tue Jan 16 09:50:48 2024","interfaces":[{"interface":"back","average":{"1min":0.85499999999999998,"5min":0.88200000000000001,"15min":0.878},"min":{"1min":0.64100000000000001,"5min":0.629,"15min":0.629},"max":{"1min":1.0629999999999999,"5min":1.2070000000000001,"15min":1.2070000000000001},"last":0.79800000000000004},{"interface":"front","average":{"1min":0.89100000000000001,"5min":0.93200000000000005,"15min":0.93400000000000005},"min":{"1min":0.501,"5min":0.501,"15min":0.501},"max":{"1min":1.085,"5min":1.1850000000000001,"15min":1.1850000000000001},"last":0.98899999999999999}]},{"osd":1,"last update":"Tue Jan 16 09:50:48 2024","interfaces":[{"interface":"back","average":{"1min":0.76800000000000002,"5min":0.77000000000000002,"15min":0.77200000000000002},"min":{"1min":0.439,"5min":0.439,"15min":0.439},"max":{"1min":1.143,"5min":1.26,"15min":1.26},"last":0.88500000000000001},{"interface":"front","average":{"1min":0.87,"5min":0.84199999999999997,"15min":0.83899999999999997},"min":{"1min":0.48099999999999998,"5min":0.441,"15min":0.441},"max":{"1min":1.137,"5min":1.3029999999999999,"15min":1.3029999999999999},"last":0.73399999999999999}]},{"osd":2,"last update":"Tue Jan 16 09:50:48 2024","interfaces":[{"interface":"back","average":{"1min":0.86799999999999999,"5min":0.88400000000000001,"15min":0.88500000000000001},"min":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":1.2470000000000001,"5min":1.343,"15min":1.343},"last":0.78000000000000003},{"interface":"front","average":{"1min":0.93500000000000005,"5min":0.96499999999999997,"15min":0.95699999999999996},"min":{"1min":0.60999999999999999,"5min":0.53500000000000003,"15min":0.53500000000000003},"max":{"1min":1.159,"5min":1.46,"15min":1.46},"last":1.159}]},{"osd":3,"last update":"Tue Jan 16 09:50:48 2024","interfaces":[{"interface":"back","average":{"1min":0.91000000000000003,"5min":0.876,"15min":0.86499999999999999},"min":{"1min":0.56899999999999995,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":1.2929999999999999,"5min":1.2929999999999999,"15min":1.2929999999999999},"last":1.0840000000000001},{"interface":"front","average":{"1min":0.94699999999999995,"5min":0.87,"15min":0.86799999999999999},"min":{"1min":0.53500000000000003,"5min":0.46100000000000002,"15min":0.46100000000000002},"max":{"1min":1.319,"5min":1.319,"15min":1.319},"last":0.92400000000000004}]},{"osd":4,"last update":"Tue Jan 16 09:50:48 2024","interfaces":[{"interface":"back","average":{"1min":1.0660000000000001,"5min":1.0069999999999999,"15min":0.98999999999999999},"min":{"1min":0.77900000000000003,"5min":0.55900000000000005,"15min":0.55900000000000005},"max":{"1min":1.409,"5min":1.409,"15min":1.409},"last":1.03},{"interface":"front","average":{"1min":1.0489999999999999,"5min":1.0580000000000001,"15min":1.0580000000000001},"min":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"max":{"1min":1.28,"5min":1.395,"15min":1.395},"last":1.0589999999999999}]},{"osd":5,"last update":"Tue Jan 16 09:50:48 2024","interfaces":[{"interface":"back","average":{"1min":1.0740000000000001,"5min":1.0580000000000001,"15min":1.054},"min":{"1min":0.70299999999999996,"5min":0.65800000000000003,"15min":0.65800000000000003},"max":{"1min":1.3540000000000001,"5min":1.367,"15min":1.367},"last":1.2749999999999999},{"interface":"front","average":{"1min":1.0940000000000001,"5min":1.089,"15min":1.085},"min":{"1min":0.64200000000000002,"5min":0.63400000000000001,"15min":0.63400000000000001},"max":{"1min":1.2509999999999999,"5min":1.5980000000000001,"15min":1.5980000000000001},"last":1.1990000000000001}]},{"osd":6,"last update":"Tue Jan 16 09:50:48 2024","interfaces":[{"interface":"back","average":{"1min":1.1890000000000001,"5min":1.1890000000000001,"15min":1.1919999999999999},"min":{"1min":0.85799999999999998,"5min":0.78100000000000003,"15min":0.78100000000000003},"max":{"1min":1.3879999999999999,"5min":1.6719999999999999,"15min":1.6719999999999999},"last":1.296},{"interface":"front","average":{"1min":1.206,"5min":1.1759999999999999,"15min":1.1719999999999999},"min":{"1min":0.876,"5min":0.79100000000000004,"15min":0.79100000000000004},"max":{"1min":1.6519999999999999,"5min":1.726,"15min":1.726},"last":1.224}]}]},{"osd":5,"up_from":37,"seq":158913789995,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297520,"kb_used_data":424,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443536,"statfs":{"total":95990841344,"available":95686180864,"internally_reserved":0,"allocated":434176,"data_stored":169031,"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":"Tue Jan 16 09:50:42 2024","interfaces":[{"interface":"back","average":{"1min":0.878,"5min":0.83999999999999997,"15min":0.83799999999999997},"min":{"1min":0.61499999999999999,"5min":0.53600000000000003,"15min":0.53600000000000003},"max":{"1min":1.1479999999999999,"5min":1.268,"15min":1.268},"last":1.125},{"interface":"front","average":{"1min":0.873,"5min":0.85599999999999998,"15min":0.84499999999999997},"min":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"max":{"1min":1.173,"5min":1.173,"15min":1.173},"last":0.79600000000000004}]},{"osd":1,"last update":"Tue Jan 16 09:50:42 2024","interfaces":[{"interface":"back","average":{"1min":0.748,"5min":0.74099999999999999,"15min":0.72899999999999998},"min":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"max":{"1min":1.2090000000000001,"5min":1.2090000000000001,"15min":1.2090000000000001},"last":0.75600000000000001},{"interface":"front","average":{"1min":0.79000000000000004,"5min":0.74299999999999999,"15min":0.72099999999999997},"min":{"1min":0.56799999999999995,"5min":0.48299999999999998,"15min":0.48299999999999998},"max":{"1min":1.038,"5min":1.1200000000000001,"15min":1.1200000000000001},"last":0.83699999999999997}]},{"osd":2,"last update":"Tue Jan 16 09:50:42 2024","interfaces":[{"interface":"back","average":{"1min":0.95099999999999996,"5min":0.97599999999999998,"15min":0.98299999999999998},"min":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"max":{"1min":1.3280000000000001,"5min":1.3939999999999999,"15min":1.3939999999999999},"last":0.95299999999999996},{"interface":"front","average":{"1min":1.038,"5min":1.004,"15min":1},"min":{"1min":0.71299999999999997,"5min":0.70399999999999996,"15min":0.70399999999999996},"max":{"1min":1.3859999999999999,"5min":1.3859999999999999,"15min":1.3859999999999999},"last":1.0800000000000001}]},{"osd":3,"last update":"Tue Jan 16 09:50:42 2024","interfaces":[{"interface":"back","average":{"1min":0.88200000000000001,"5min":0.86199999999999999,"15min":0.84999999999999998},"min":{"1min":0.65100000000000002,"5min":0.55000000000000004,"15min":0.55000000000000004},"max":{"1min":1.4019999999999999,"5min":1.5149999999999999,"15min":1.5149999999999999},"last":1.0069999999999999},{"interface":"front","average":{"1min":0.93799999999999994,"5min":0.874,"15min":0.85399999999999998},"min":{"1min":0.64900000000000002,"5min":0.53200000000000003,"15min":0.53200000000000003},"max":{"1min":1.28,"5min":1.28,"15min":1.28},"last":1.0349999999999999}]},{"osd":4,"last update":"Tue Jan 16 09:50:42 2024","interfaces":[{"interface":"back","average":{"1min":1.0740000000000001,"5min":1.022,"15min":1.0029999999999999},"min":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"max":{"1min":1.4650000000000001,"5min":1.599,"15min":1.599},"last":1.3160000000000001},{"interface":"front","average":{"1min":1.006,"5min":1.0029999999999999,"15min":0.998},"min":{"1min":0.82699999999999996,"5min":0.68999999999999995,"15min":0.68999999999999995},"max":{"1min":1.2629999999999999,"5min":1.4830000000000001,"15min":1.4830000000000001},"last":1.272}]},{"osd":6,"last update":"Tue Jan 16 09:50:42 2024","interfaces":[{"interface":"back","average":{"1min":1.04,"5min":1.0629999999999999,"15min":1.0640000000000001},"min":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"max":{"1min":1.3899999999999999,"5min":1.524,"15min":1.524},"last":1.2430000000000001},{"interface":"front","average":{"1min":1.097,"5min":1.1020000000000001,"15min":1.0940000000000001},"min":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"max":{"1min":1.5109999999999999,"5min":1.679,"15min":1.679},"last":1.2230000000000001}]},{"osd":7,"last update":"Tue Jan 16 09:50:49 2024","interfaces":[{"interface":"back","average":{"1min":1.081,"5min":1.0489999999999999,"15min":1.0489999999999999},"min":{"1min":0.68999999999999995,"5min":0.56000000000000005,"15min":0.56000000000000005},"max":{"1min":1.48,"5min":1.48,"15min":1.48},"last":1.369},{"interface":"front","average":{"1min":1.153,"5min":1.1299999999999999,"15min":1.1379999999999999},"min":{"1min":0.66800000000000004,"5min":0.375,"15min":0.375},"max":{"1min":1.4319999999999999,"5min":1.52,"15min":1.52},"last":1.181}]}]},{"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":297520,"kb_used_data":424,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443536,"statfs":{"total":95990841344,"available":95686180864,"internally_reserved":0,"allocated":434176,"data_stored":169031,"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":"Tue Jan 16 09:50:19 2024","interfaces":[{"interface":"back","average":{"1min":0.78600000000000003,"5min":0.71699999999999997,"15min":0.70699999999999996},"min":{"1min":0.58099999999999996,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":1.2130000000000001,"5min":1.2130000000000001,"15min":1.2130000000000001},"last":0.63300000000000001},{"interface":"front","average":{"1min":0.73799999999999999,"5min":0.69799999999999995,"15min":0.68600000000000005},"min":{"1min":0.499,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":1.0740000000000001,"5min":1.3320000000000001,"15min":1.3320000000000001},"last":0.68500000000000005}]},{"osd":1,"last update":"Tue Jan 16 09:50:25 2024","interfaces":[{"interface":"back","average":{"1min":0.84399999999999997,"5min":0.82599999999999996,"15min":0.80600000000000005},"min":{"1min":0.64500000000000002,"5min":0.61299999999999999,"15min":0.61299999999999999},"max":{"1min":1.3640000000000001,"5min":1.3640000000000001,"15min":1.3640000000000001},"last":0.80300000000000005},{"interface":"front","average":{"1min":0.96599999999999997,"5min":0.92200000000000004,"15min":0.91000000000000003},"min":{"1min":0.71899999999999997,"5min":0.57499999999999996,"15min":0.57499999999999996},"max":{"1min":1.171,"5min":1.2949999999999999,"15min":1.2949999999999999},"last":0.91700000000000004}]},{"osd":3,"last update":"Tue Jan 16 09:50:32 2024","interfaces":[{"interface":"back","average":{"1min":1.0900000000000001,"5min":1.0289999999999999,"15min":1.0129999999999999},"min":{"1min":0.78800000000000003,"5min":0.69799999999999995,"15min":0.69799999999999995},"max":{"1min":1.29,"5min":1.2969999999999999,"15min":1.2969999999999999},"last":0.99399999999999999},{"interface":"front","average":{"1min":1.02,"5min":1.0289999999999999,"15min":1.022},"min":{"1min":0.78000000000000003,"5min":0.73699999999999999,"15min":0.73699999999999999},"max":{"1min":1.1659999999999999,"5min":1.607,"15min":1.607},"last":1.1559999999999999}]},{"osd":4,"last update":"Tue Jan 16 09:50:25 2024","interfaces":[{"interface":"back","average":{"1min":0.95699999999999996,"5min":0.88900000000000001,"15min":0.879},"min":{"1min":0.62,"5min":0.46200000000000002,"15min":0.46200000000000002},"max":{"1min":1.724,"5min":1.724,"15min":1.724},"last":0.85199999999999998},{"interface":"front","average":{"1min":0.88800000000000001,"5min":0.85799999999999998,"15min":0.85799999999999998},"min":{"1min":0.68200000000000005,"5min":0.59399999999999997,"15min":0.59399999999999997},"max":{"1min":1.6899999999999999,"5min":1.6899999999999999,"15min":1.6899999999999999},"last":0.95099999999999996}]},{"osd":5,"last update":"Tue Jan 16 09:50:42 2024","interfaces":[{"interface":"back","average":{"1min":1.0129999999999999,"5min":0.95999999999999996,"15min":0.93000000000000005},"min":{"1min":0.76900000000000002,"5min":0.63800000000000001,"15min":0.63800000000000001},"max":{"1min":1.272,"5min":1.272,"15min":1.272},"last":1.2889999999999999},{"interface":"front","average":{"1min":0.97299999999999998,"5min":0.95599999999999996,"15min":0.94499999999999995},"min":{"1min":0.73799999999999999,"5min":0.66900000000000004,"15min":0.66900000000000004},"max":{"1min":1.3280000000000001,"5min":1.3280000000000001,"15min":1.3280000000000001},"last":0.88200000000000001}]},{"osd":6,"last update":"Tue Jan 16 09:50:32 2024","interfaces":[{"interface":"back","average":{"1min":0.92000000000000004,"5min":0.93400000000000005,"15min":0.92700000000000005},"min":{"1min":0.65300000000000002,"5min":0.46800000000000003,"15min":0.46800000000000003},"max":{"1min":1.1699999999999999,"5min":1.28,"15min":1.28},"last":1.236},{"interface":"front","average":{"1min":1.0760000000000001,"5min":1.0349999999999999,"15min":1.0229999999999999},"min":{"1min":0.83799999999999997,"5min":0.68799999999999994,"15min":0.68799999999999994},"max":{"1min":1.4119999999999999,"5min":1.4119999999999999,"15min":1.4119999999999999},"last":1.21}]},{"osd":7,"last update":"Tue Jan 16 09:50:44 2024","interfaces":[{"interface":"back","average":{"1min":1.1120000000000001,"5min":1.0780000000000001,"15min":1.0620000000000001},"min":{"1min":0.90600000000000003,"5min":0.75600000000000001,"15min":0.75600000000000001},"max":{"1min":1.639,"5min":1.639,"15min":1.639},"last":1.0649999999999999},{"interface":"front","average":{"1min":1.1839999999999999,"5min":1.1379999999999999,"15min":1.117},"min":{"1min":0.89200000000000002,"5min":0.82899999999999996,"15min":0.82899999999999996},"max":{"1min":1.4239999999999999,"5min":1.649,"15min":1.649},"last":1.125}]}]},{"osd":0,"up_from":16,"seq":68719476785,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297520,"kb_used_data":424,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443536,"statfs":{"total":95990841344,"available":95686180864,"internally_reserved":0,"allocated":434176,"data_stored":169031,"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":"Tue Jan 16 09:50:24 2024","interfaces":[{"interface":"back","average":{"1min":0.76200000000000001,"5min":0.79900000000000004,"15min":0.79700000000000004},"min":{"1min":0.61699999999999999,"5min":0.54300000000000004,"15min":0.54300000000000004},"max":{"1min":0.96699999999999997,"5min":1.226,"15min":1.226},"last":0.79300000000000004},{"interface":"front","average":{"1min":0.90000000000000002,"5min":0.88,"15min":0.85599999999999998},"min":{"1min":0.56399999999999995,"5min":0.51600000000000001,"15min":0.51600000000000001},"max":{"1min":1.4119999999999999,"5min":1.4119999999999999,"15min":1.4119999999999999},"last":0.76000000000000001}]},{"osd":2,"last update":"Tue Jan 16 09:50:21 2024","interfaces":[{"interface":"back","average":{"1min":0.89900000000000002,"5min":0.85299999999999998,"15min":0.82399999999999995},"min":{"1min":0.65400000000000003,"5min":0.46200000000000002,"15min":0.46200000000000002},"max":{"1min":1.2050000000000001,"5min":1.3140000000000001,"15min":1.3140000000000001},"last":0.85499999999999998},{"interface":"front","average":{"1min":0.80100000000000005,"5min":0.80200000000000005,"15min":0.80800000000000005},"min":{"1min":0.52900000000000003,"5min":0.48299999999999998,"15min":0.48299999999999998},"max":{"1min":1.1839999999999999,"5min":1.1839999999999999,"15min":1.1839999999999999},"last":0.70899999999999996}]},{"osd":3,"last update":"Tue Jan 16 09:50:36 2024","interfaces":[{"interface":"back","average":{"1min":1.0449999999999999,"5min":0.97899999999999998,"15min":0.96499999999999997},"min":{"1min":0.877,"5min":0.57899999999999996,"15min":0.57899999999999996},"max":{"1min":1.24,"5min":1.3109999999999999,"15min":1.3109999999999999},"last":1.085},{"interface":"front","average":{"1min":0.97199999999999998,"5min":0.94299999999999995,"15min":0.93500000000000005},"min":{"1min":0.69899999999999995,"5min":0.63,"15min":0.63},"max":{"1min":1.1819999999999999,"5min":1.1970000000000001,"15min":1.1970000000000001},"last":1.0469999999999999}]},{"osd":4,"last update":"Tue Jan 16 09:50:24 2024","interfaces":[{"interface":"back","average":{"1min":0.84799999999999998,"5min":0.83599999999999997,"15min":0.82999999999999996},"min":{"1min":0.60999999999999999,"5min":0.58499999999999996,"15min":0.58499999999999996},"max":{"1min":1.1100000000000001,"5min":1.1100000000000001,"15min":1.1100000000000001},"last":0.64200000000000002},{"interface":"front","average":{"1min":0.98499999999999999,"5min":0.93100000000000005,"15min":0.90100000000000002},"min":{"1min":0.70899999999999996,"5min":0.53300000000000003,"15min":0.53300000000000003},"max":{"1min":1.22,"5min":1.387,"15min":1.387},"last":1.036}]},{"osd":5,"last update":"Tue Jan 16 09:50:41 2024","interfaces":[{"interface":"back","average":{"1min":0.96999999999999997,"5min":0.94799999999999995,"15min":0.94099999999999995},"min":{"1min":0.79300000000000004,"5min":0.61399999999999999,"15min":0.61399999999999999},"max":{"1min":1.2529999999999999,"5min":1.2529999999999999,"15min":1.2529999999999999},"last":0.92700000000000005},{"interface":"front","average":{"1min":1.054,"5min":1.026,"15min":1.0189999999999999},"min":{"1min":0.85399999999999998,"5min":0.71099999999999997,"15min":0.71099999999999997},"max":{"1min":1.274,"5min":1.319,"15min":1.319},"last":0.95199999999999996}]},{"osd":6,"last update":"Tue Jan 16 09:50:36 2024","interfaces":[{"interface":"back","average":{"1min":1.026,"5min":1.0069999999999999,"15min":0.999},"min":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"max":{"1min":1.2330000000000001,"5min":1.2589999999999999,"15min":1.2589999999999999},"last":0.73099999999999998},{"interface":"front","average":{"1min":1.129,"5min":1.087,"15min":1.0649999999999999},"min":{"1min":0.81000000000000005,"5min":0.501,"15min":0.501},"max":{"1min":1.5760000000000001,"5min":1.5760000000000001,"15min":1.5760000000000001},"last":0.97499999999999998}]},{"osd":7,"last update":"Tue Jan 16 09:50:46 2024","interfaces":[{"interface":"back","average":{"1min":1.171,"5min":1.111,"15min":1.101},"min":{"1min":0.95799999999999996,"5min":0.79700000000000004,"15min":0.79700000000000004},"max":{"1min":1.319,"5min":1.357,"15min":1.357},"last":1.0660000000000001},{"interface":"front","average":{"1min":1.2709999999999999,"5min":1.177,"15min":1.155},"min":{"1min":1.0049999999999999,"5min":0.64400000000000002,"15min":0.64400000000000002},"max":{"1min":1.7729999999999999,"5min":1.7729999999999999,"15min":1.7729999999999999},"last":1.125}]}]},{"osd":1,"up_from":24,"seq":103079215150,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297520,"kb_used_data":424,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443536,"statfs":{"total":95990841344,"available":95686180864,"internally_reserved":0,"allocated":434176,"data_stored":169031,"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":"Tue Jan 16 09:50:34 2024","interfaces":[{"interface":"back","average":{"1min":0.94399999999999995,"5min":0.86499999999999999,"15min":0.84099999999999997},"min":{"1min":0.57799999999999996,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":1.3360000000000001,"5min":1.3360000000000001,"15min":1.3360000000000001},"last":1.0940000000000001},{"interface":"front","average":{"1min":0.86899999999999999,"5min":0.83599999999999997,"15min":0.81499999999999995},"min":{"1min":0.627,"5min":0.59499999999999997,"15min":0.59499999999999997},"max":{"1min":1.1870000000000001,"5min":1.23,"15min":1.23},"last":0.79400000000000004}]},{"osd":2,"last update":"Tue Jan 16 09:50:34 2024","interfaces":[{"interface":"back","average":{"1min":0.91700000000000004,"5min":0.88100000000000001,"15min":0.87},"min":{"1min":0.66800000000000004,"5min":0.621,"15min":0.621},"max":{"1min":1.1910000000000001,"5min":1.276,"15min":1.276},"last":1.0720000000000001},{"interface":"front","average":{"1min":0.92300000000000004,"5min":0.876,"15min":0.86399999999999999},"min":{"1min":0.66700000000000004,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":1.2390000000000001,"5min":1.2629999999999999,"15min":1.2629999999999999},"last":0.77500000000000002}]},{"osd":3,"last update":"Tue Jan 16 09:50:34 2024","interfaces":[{"interface":"back","average":{"1min":0.90800000000000003,"5min":0.81599999999999995,"15min":0.78800000000000003},"min":{"1min":0.54800000000000004,"5min":0.45800000000000002,"15min":0.45800000000000002},"max":{"1min":1.28,"5min":1.28,"15min":1.28},"last":0.83899999999999997},{"interface":"front","average":{"1min":0.92900000000000005,"5min":0.85199999999999998,"15min":0.81499999999999995},"min":{"1min":0.40999999999999998,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":1.1399999999999999,"5min":1.333,"15min":1.333},"last":0.91600000000000004}]},{"osd":4,"last update":"Tue Jan 16 09:50:34 2024","interfaces":[{"interface":"back","average":{"1min":0.91200000000000003,"5min":0.89100000000000001,"15min":0.873},"min":{"1min":0.68899999999999995,"5min":0.56100000000000005,"15min":0.56100000000000005},"max":{"1min":1.2909999999999999,"5min":1.2909999999999999,"15min":1.2909999999999999},"last":0.99299999999999999},{"interface":"front","average":{"1min":1.0489999999999999,"5min":0.96899999999999997,"15min":0.94299999999999995},"min":{"1min":0.61699999999999999,"5min":0.52400000000000002,"15min":0.52400000000000002},"max":{"1min":1.3620000000000001,"5min":1.4490000000000001,"15min":1.4490000000000001},"last":1.0369999999999999}]},{"osd":5,"last update":"Tue Jan 16 09:50:45 2024","interfaces":[{"interface":"back","average":{"1min":0.97799999999999998,"5min":0.86599999999999999,"15min":0.84399999999999997},"min":{"1min":0.64000000000000001,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":1.3600000000000001,"5min":1.419,"15min":1.419},"last":0.71599999999999997},{"interface":"front","average":{"1min":1.0229999999999999,"5min":0.95499999999999996,"15min":0.93500000000000005},"min":{"1min":0.64000000000000001,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":1.5109999999999999,"5min":1.5109999999999999,"15min":1.5109999999999999},"last":0.86399999999999999}]},{"osd":6,"last update":"Tue Jan 16 09:50:34 2024","interfaces":[{"interface":"back","average":{"1min":1.159,"5min":1.052,"15min":1.012},"min":{"1min":0.67700000000000005,"5min":0.56299999999999994,"15min":0.56299999999999994},"max":{"1min":1.484,"5min":1.49,"15min":1.49},"last":1.1399999999999999},{"interface":"front","average":{"1min":1.121,"5min":1.054,"15min":1.042},"min":{"1min":0.81499999999999995,"5min":0.72699999999999998,"15min":0.72699999999999998},"max":{"1min":1.419,"5min":1.419,"15min":1.419},"last":0.94999999999999996}]},{"osd":7,"last update":"Tue Jan 16 09:50:45 2024","interfaces":[{"interface":"back","average":{"1min":1.1659999999999999,"5min":1.099,"15min":1.0680000000000001},"min":{"1min":0.90800000000000003,"5min":0.44900000000000001,"15min":0.44900000000000001},"max":{"1min":1.5189999999999999,"5min":1.7509999999999999,"15min":1.7509999999999999},"last":0.96799999999999997},{"interface":"front","average":{"1min":1.131,"5min":1.081,"15min":1.071},"min":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"max":{"1min":1.4910000000000001,"5min":1.4910000000000001,"15min":1.4910000000000001},"last":1.014}]}]},{"osd":4,"up_from":26,"seq":111669149741,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297520,"kb_used_data":424,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443536,"statfs":{"total":95990841344,"available":95686180864,"internally_reserved":0,"allocated":434176,"data_stored":169031,"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":"Tue Jan 16 09:50:29 2024","interfaces":[{"interface":"back","average":{"1min":0.73799999999999999,"5min":0.74399999999999999,"15min":0.75},"min":{"1min":0.57699999999999996,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":1.1879999999999999,"5min":1.1879999999999999,"15min":1.1879999999999999},"last":0.80900000000000005},{"interface":"front","average":{"1min":0.80400000000000005,"5min":0.81299999999999994,"15min":0.81499999999999995},"min":{"1min":0.51800000000000002,"5min":0.46700000000000003,"15min":0.46700000000000003},"max":{"1min":1.4419999999999999,"5min":1.6910000000000001,"15min":1.6910000000000001},"last":0.84599999999999997}]},{"osd":1,"last update":"Tue Jan 16 09:50:29 2024","interfaces":[{"interface":"back","average":{"1min":0.92800000000000005,"5min":0.90800000000000003,"15min":0.90100000000000002},"min":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.224,"5min":1.5589999999999999,"15min":1.5589999999999999},"last":0.93400000000000005},{"interface":"front","average":{"1min":0.90700000000000003,"5min":0.95199999999999996,"15min":0.95799999999999996},"min":{"1min":0.70599999999999996,"5min":0.68899999999999995,"15min":0.68899999999999995},"max":{"1min":1.345,"5min":1.48,"15min":1.48},"last":1.0029999999999999}]},{"osd":2,"last update":"Tue Jan 16 09:50:29 2024","interfaces":[{"interface":"back","average":{"1min":0.84599999999999997,"5min":0.80300000000000005,"15min":0.79400000000000004},"min":{"1min":0.52600000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"max":{"1min":1.3260000000000001,"5min":1.3260000000000001,"15min":1.3260000000000001},"last":1.111},{"interface":"front","average":{"1min":0.84999999999999998,"5min":0.91300000000000003,"15min":0.93700000000000006},"min":{"1min":0.57999999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"max":{"1min":1.3779999999999999,"5min":1.4330000000000001,"15min":1.4330000000000001},"last":0.79100000000000004}]},{"osd":3,"last update":"Tue Jan 16 09:50:32 2024","interfaces":[{"interface":"back","average":{"1min":0.93700000000000006,"5min":0.96999999999999997,"15min":0.97599999999999998},"min":{"1min":0.72299999999999998,"5min":0.68300000000000005,"15min":0.68300000000000005},"max":{"1min":1.4259999999999999,"5min":1.4259999999999999,"15min":1.4259999999999999},"last":0.96099999999999997},{"interface":"front","average":{"1min":1.0449999999999999,"5min":1.008,"15min":1.006},"min":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"max":{"1min":1.5349999999999999,"5min":1.6120000000000001,"15min":1.6120000000000001},"last":1.2210000000000001}]},{"osd":5,"last update":"Tue Jan 16 09:50:37 2024","interfaces":[{"interface":"back","average":{"1min":1.079,"5min":1.0569999999999999,"15min":1.0589999999999999},"min":{"1min":0.83999999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"max":{"1min":1.2989999999999999,"5min":1.419,"15min":1.419},"last":0.877},{"interface":"front","average":{"1min":1.046,"5min":1.0800000000000001,"15min":1.0900000000000001},"min":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"max":{"1min":1.4750000000000001,"5min":1.4750000000000001,"15min":1.4750000000000001},"last":1.1859999999999999}]},{"osd":6,"last update":"Tue Jan 16 09:50:32 2024","interfaces":[{"interface":"back","average":{"1min":1.119,"5min":1.093,"15min":1.097},"min":{"1min":0.83999999999999997,"5min":0.63700000000000001,"15min":0.63700000000000001},"max":{"1min":1.581,"5min":1.581,"15min":1.581},"last":1.29},{"interface":"front","average":{"1min":1.087,"5min":1.1040000000000001,"15min":1.0980000000000001},"min":{"1min":0.85699999999999998,"5min":0.60899999999999999,"15min":0.60899999999999999},"max":{"1min":1.304,"5min":1.482,"15min":1.482},"last":0.98299999999999998}]},{"osd":7,"last update":"Tue Jan 16 09:50:47 2024","interfaces":[{"interface":"back","average":{"1min":1.2110000000000001,"5min":1.198,"15min":1.1970000000000001},"min":{"1min":0.95899999999999996,"5min":0.85499999999999998,"15min":0.85499999999999998},"max":{"1min":1.623,"5min":1.762,"15min":1.762},"last":1.351},{"interface":"front","average":{"1min":1.264,"5min":1.2330000000000001,"15min":1.2390000000000001},"min":{"1min":1.054,"5min":0.80600000000000005,"15min":0.80600000000000005},"max":{"1min":1.643,"5min":1.6639999999999999,"15min":1.6639999999999999},"last":1.0249999999999999}]}]},{"osd":6,"up_from":30,"seq":128849018925,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297520,"kb_used_data":424,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443536,"statfs":{"total":95990841344,"available":95686180864,"internally_reserved":0,"allocated":434176,"data_stored":169031,"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":"Tue Jan 16 09:50:39 2024","interfaces":[{"interface":"back","average":{"1min":0.65300000000000002,"5min":0.71499999999999997,"15min":0.72199999999999998},"min":{"1min":0.52300000000000002,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":0.876,"5min":1.284,"15min":1.284},"last":0.504},{"interface":"front","average":{"1min":0.83099999999999996,"5min":0.79100000000000004,"15min":0.78100000000000003},"min":{"1min":0.55200000000000005,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":1.169,"5min":1.169,"15min":1.169},"last":0.67900000000000005}]},{"osd":1,"last update":"Tue Jan 16 09:50:39 2024","interfaces":[{"interface":"back","average":{"1min":0.83999999999999997,"5min":0.84299999999999997,"15min":0.83899999999999997},"min":{"1min":0.63,"5min":0.54600000000000004,"15min":0.54600000000000004},"max":{"1min":1.2270000000000001,"5min":1.26,"15min":1.26},"last":0.72399999999999998},{"interface":"front","average":{"1min":0.92100000000000004,"5min":0.92400000000000004,"15min":0.92500000000000004},"min":{"1min":0.76600000000000001,"5min":0.73399999999999999,"15min":0.73399999999999999},"max":{"1min":1.099,"5min":1.1519999999999999,"15min":1.1519999999999999},"last":0.82099999999999995}]},{"osd":2,"last update":"Tue Jan 16 09:50:39 2024","interfaces":[{"interface":"back","average":{"1min":0.83999999999999997,"5min":0.89000000000000001,"15min":0.90600000000000003},"min":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"max":{"1min":1.1779999999999999,"5min":1.2270000000000001,"15min":1.2270000000000001},"last":0.64000000000000001},{"interface":"front","average":{"1min":0.82599999999999996,"5min":0.83799999999999997,"15min":0.83799999999999997},"min":{"1min":0.47999999999999998,"5min":0.45300000000000001,"15min":0.45300000000000001},"max":{"1min":1.2290000000000001,"5min":1.2290000000000001,"15min":1.2290000000000001},"last":0.78800000000000003}]},{"osd":3,"last update":"Tue Jan 16 09:50:39 2024","interfaces":[{"interface":"back","average":{"1min":0.98499999999999999,"5min":0.98299999999999998,"15min":0.98299999999999998},"min":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"max":{"1min":1.2090000000000001,"5min":1.2230000000000001,"15min":1.2230000000000001},"last":0.90600000000000003},{"interface":"front","average":{"1min":0.96899999999999997,"5min":0.95599999999999996,"15min":0.95799999999999996},"min":{"1min":0.64900000000000002,"5min":0.61399999999999999,"15min":0.61399999999999999},"max":{"1min":1.1779999999999999,"5min":1.2789999999999999,"15min":1.2789999999999999},"last":0.85599999999999998}]},{"osd":4,"last update":"Tue Jan 16 09:50:39 2024","interfaces":[{"interface":"back","average":{"1min":0.96999999999999997,"5min":0.95299999999999996,"15min":0.95299999999999996},"min":{"1min":0.73899999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":1.216,"5min":1.2669999999999999,"15min":1.2669999999999999},"last":0.93000000000000005},{"interface":"front","average":{"1min":0.94299999999999995,"5min":0.91600000000000004,"15min":0.90800000000000003},"min":{"1min":0.69099999999999995,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":1.244,"5min":1.244,"15min":1.244},"last":0.88500000000000001}]},{"osd":5,"last update":"Tue Jan 16 09:50:39 2024","interfaces":[{"interface":"back","average":{"1min":1.097,"5min":1.0189999999999999,"15min":1.0069999999999999},"min":{"1min":0.89900000000000002,"5min":0.63100000000000001,"15min":0.63100000000000001},"max":{"1min":1.4370000000000001,"5min":1.4370000000000001,"15min":1.4370000000000001},"last":0.95299999999999996},{"interface":"front","average":{"1min":1.1220000000000001,"5min":1.125,"15min":1.127},"min":{"1min":0.95899999999999996,"5min":0.77700000000000002,"15min":0.77700000000000002},"max":{"1min":1.4610000000000001,"5min":1.5249999999999999,"15min":1.5249999999999999},"last":0.76400000000000001}]},{"osd":7,"last update":"Tue Jan 16 09:50:45 2024","interfaces":[{"interface":"back","average":{"1min":1.1359999999999999,"5min":1.113,"15min":1.117},"min":{"1min":0.81999999999999995,"5min":0.72999999999999998,"15min":0.72999999999999998},"max":{"1min":1.3640000000000001,"5min":1.4199999999999999,"15min":1.4199999999999999},"last":0.98099999999999998},{"interface":"front","average":{"1min":1.1399999999999999,"5min":1.0800000000000001,"15min":1.0700000000000001},"min":{"1min":0.98999999999999999,"5min":0.66800000000000004,"15min":0.66800000000000004},"max":{"1min":1.3600000000000001,"5min":1.413,"15min":1.413},"last":1.1140000000000001}]}]},{"osd":3,"up_from":32,"seq":137438953517,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297516,"kb_used_data":420,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443540,"statfs":{"total":95990841344,"available":95686184960,"internally_reserved":0,"allocated":430080,"data_stored":168716,"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":"Tue Jan 16 09:50:35 2024","interfaces":[{"interface":"back","average":{"1min":0.875,"5min":0.84399999999999997,"15min":0.83799999999999997},"min":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"max":{"1min":1.127,"5min":1.127,"15min":1.127},"last":1.0860000000000001},{"interface":"front","average":{"1min":0.81599999999999995,"5min":0.84399999999999997,"15min":0.83199999999999996},"min":{"1min":0.621,"5min":0.54800000000000004,"15min":0.54800000000000004},"max":{"1min":1.0640000000000001,"5min":1.319,"15min":1.319},"last":0.80000000000000004}]},{"osd":1,"last update":"Tue Jan 16 09:50:35 2024","interfaces":[{"interface":"back","average":{"1min":0.72699999999999998,"5min":0.78200000000000003,"15min":0.80300000000000005},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":1.0029999999999999,"5min":1.2230000000000001,"15min":1.2230000000000001},"last":0.71599999999999997},{"interface":"front","average":{"1min":0.82199999999999995,"5min":0.78800000000000003,"15min":0.77600000000000002},"min":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"max":{"1min":1.351,"5min":1.351,"15min":1.351},"last":0.75700000000000001}]},{"osd":2,"last update":"Tue Jan 16 09:50:35 2024","interfaces":[{"interface":"back","average":{"1min":0.91500000000000004,"5min":0.92900000000000005,"15min":0.92400000000000004},"min":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"max":{"1min":1.2689999999999999,"5min":1.3089999999999999,"15min":1.3089999999999999},"last":0.873},{"interface":"front","average":{"1min":0.92200000000000004,"5min":0.96899999999999997,"15min":0.96899999999999997},"min":{"1min":0.61899999999999999,"5min":0.52500000000000002,"15min":0.52500000000000002},"max":{"1min":1.252,"5min":1.45,"15min":1.45},"last":0.99199999999999999}]},{"osd":4,"last update":"Tue Jan 16 09:50:35 2024","interfaces":[{"interface":"back","average":{"1min":0.97999999999999998,"5min":0.97599999999999998,"15min":0.96899999999999997},"min":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"max":{"1min":1.206,"5min":1.2310000000000001,"15min":1.2310000000000001},"last":1.0409999999999999},{"interface":"front","average":{"1min":0.998,"5min":1.01,"15min":1.012},"min":{"1min":0.63500000000000001,"5min":0.60799999999999998,"15min":0.60799999999999998},"max":{"1min":1.2849999999999999,"5min":1.3959999999999999,"15min":1.3959999999999999},"last":0.96099999999999997}]},{"osd":5,"last update":"Tue Jan 16 09:50:46 2024","interfaces":[{"interface":"back","average":{"1min":1.0289999999999999,"5min":1.012,"15min":1.024},"min":{"1min":0.80200000000000005,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":1.3680000000000001,"5min":1.5149999999999999,"15min":1.5149999999999999},"last":1.1719999999999999},{"interface":"front","average":{"1min":1.022,"5min":1.0229999999999999,"15min":1.036},"min":{"1min":0.58999999999999997,"5min":0.51700000000000002,"15min":0.51700000000000002},"max":{"1min":1.45,"5min":1.45,"15min":1.45},"last":1.1479999999999999}]},{"osd":6,"last update":"Tue Jan 16 09:50:35 2024","interfaces":[{"interface":"back","average":{"1min":1.1000000000000001,"5min":1.1020000000000001,"15min":1.095},"min":{"1min":0.86899999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"max":{"1min":1.3540000000000001,"5min":1.5629999999999999,"15min":1.5629999999999999},"last":1.123},{"interface":"front","average":{"1min":1.1060000000000001,"5min":1.1160000000000001,"15min":1.1100000000000001},"min":{"1min":0.84999999999999998,"5min":0.81999999999999995,"15min":0.81999999999999995},"max":{"1min":1.329,"5min":1.5209999999999999,"15min":1.5209999999999999},"last":1.2330000000000001}]},{"osd":7,"last update":"Tue Jan 16 09:50:50 2024","interfaces":[{"interface":"back","average":{"1min":1.1719999999999999,"5min":1.1339999999999999,"15min":1.1259999999999999},"min":{"1min":0.91000000000000003,"5min":0.5,"15min":0.5},"max":{"1min":1.4410000000000001,"5min":1.609,"15min":1.609},"last":1.2170000000000001},{"interface":"front","average":{"1min":1.143,"5min":1.1679999999999999,"15min":1.165},"min":{"1min":0.79800000000000004,"5min":0.745,"15min":0.745},"max":{"1min":1.4019999999999999,"5min":1.5880000000000001,"15min":1.5880000000000001},"last":1.3149999999999999}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-01-16T09:51:02.872 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph pg dump --format=json 2024-01-16T09:51:03.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:02 smithi133 bash[17559]: cluster 2024-01-16T09:51:01.703737+0000 mgr.smithi038.dukxrr (mgr.14180) 234 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:51:03.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:02 smithi038 bash[13941]: cluster 2024-01-16T09:51:01.703737+0000 mgr.smithi038.dukxrr (mgr.14180) 234 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:51:04.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:03 smithi133 bash[17559]: audit 2024-01-16T09:51:02.162116+0000 mgr.smithi038.dukxrr (mgr.14180) 235 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:51:04.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:03 smithi038 bash[13941]: audit 2024-01-16T09:51:02.162116+0000 mgr.smithi038.dukxrr (mgr.14180) 235 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:51:05.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:04 smithi133 bash[17559]: cluster 2024-01-16T09:51:03.704283+0000 mgr.smithi038.dukxrr (mgr.14180) 236 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:51:05.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:04 smithi038 bash[13941]: cluster 2024-01-16T09:51:03.704283+0000 mgr.smithi038.dukxrr (mgr.14180) 236 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:51:07.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:06 smithi133 bash[17559]: cluster 2024-01-16T09:51:05.704872+0000 mgr.smithi038.dukxrr (mgr.14180) 237 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:51:07.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:06 smithi038 bash[13941]: cluster 2024-01-16T09:51:05.704872+0000 mgr.smithi038.dukxrr (mgr.14180) 237 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:51:07.670 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/71323a66-b453-11ee-95ad-87774f69a715/mon.smithi038/config 2024-01-16T09:51:08.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:07 smithi038 bash[13941]: cluster 2024-01-16T09:51:07.705365+0000 mgr.smithi038.dukxrr (mgr.14180) 238 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:51:08.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:07 smithi133 bash[17559]: cluster 2024-01-16T09:51:07.705365+0000 mgr.smithi038.dukxrr (mgr.14180) 238 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:51:10.647 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:51:10.651 INFO:teuthology.orchestra.run.smithi038.stderr:dumped all 2024-01-16T09:51:11.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:10 smithi038 bash[13941]: cluster 2024-01-16T09:51:09.705785+0000 mgr.smithi038.dukxrr (mgr.14180) 239 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:51:11.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:10 smithi133 bash[17559]: cluster 2024-01-16T09:51:09.705785+0000 mgr.smithi038.dukxrr (mgr.14180) 239 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:51:11.374 INFO:teuthology.orchestra.run.smithi038.stdout:{"pg_ready":true,"pg_map":{"version":223,"stamp":"2024-01-16T09:51:09.705610+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":2380152,"kb_used_data":3384,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548296,"statfs":{"total":767926730752,"available":765489455104,"internally_reserved":0,"allocated":3465216,"data_stored":1351618,"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":43,"state":"active+clean","last_fresh":"2024-01-16T09:47:44.837873+0000","last_change":"2024-01-16T09:47:44.837873+0000","last_active":"2024-01-16T09:47:44.837873+0000","last_peered":"2024-01-16T09:47:44.837873+0000","last_clean":"2024-01-16T09:47:44.837873+0000","last_became_active":"2024-01-16T09:47:44.837502+0000","last_became_peered":"2024-01-16T09:47:44.837502+0000","last_unstale":"2024-01-16T09:47:44.837873+0000","last_undegraded":"2024-01-16T09:47:44.837873+0000","last_fullsized":"2024-01-16T09:47:44.837873+0000","mapping_epoch":42,"log_start":"0'0","ondisk_log_start":"0'0","created":25,"last_epoch_clean":43,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-16T09:47:21.427928+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-16T09:47:21.427928+0000","last_clean_scrub_stamp":"2024-01-16T09:47:21.427928+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":41,"seq":176093659179,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297516,"kb_used_data":420,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443540,"statfs":{"total":95990841344,"available":95686184960,"internally_reserved":0,"allocated":430080,"data_stored":168716,"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":"Tue Jan 16 09:50:48 2024","interfaces":[{"interface":"back","average":{"1min":0.85499999999999998,"5min":0.88200000000000001,"15min":0.878},"min":{"1min":0.64100000000000001,"5min":0.629,"15min":0.629},"max":{"1min":1.0629999999999999,"5min":1.2070000000000001,"15min":1.2070000000000001},"last":1.1339999999999999},{"interface":"front","average":{"1min":0.89100000000000001,"5min":0.93200000000000005,"15min":0.93400000000000005},"min":{"1min":0.501,"5min":0.501,"15min":0.501},"max":{"1min":1.085,"5min":1.1850000000000001,"15min":1.1850000000000001},"last":0.91900000000000004}]},{"osd":1,"last update":"Tue Jan 16 09:50:48 2024","interfaces":[{"interface":"back","average":{"1min":0.76800000000000002,"5min":0.77000000000000002,"15min":0.77200000000000002},"min":{"1min":0.439,"5min":0.439,"15min":0.439},"max":{"1min":1.143,"5min":1.26,"15min":1.26},"last":0.81100000000000005},{"interface":"front","average":{"1min":0.87,"5min":0.84199999999999997,"15min":0.83899999999999997},"min":{"1min":0.48099999999999998,"5min":0.441,"15min":0.441},"max":{"1min":1.137,"5min":1.3029999999999999,"15min":1.3029999999999999},"last":1.0269999999999999}]},{"osd":2,"last update":"Tue Jan 16 09:50:48 2024","interfaces":[{"interface":"back","average":{"1min":0.86799999999999999,"5min":0.88400000000000001,"15min":0.88500000000000001},"min":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":1.2470000000000001,"5min":1.343,"15min":1.343},"last":0.97999999999999998},{"interface":"front","average":{"1min":0.93500000000000005,"5min":0.96499999999999997,"15min":0.95699999999999996},"min":{"1min":0.60999999999999999,"5min":0.53500000000000003,"15min":0.53500000000000003},"max":{"1min":1.159,"5min":1.46,"15min":1.46},"last":0.95499999999999996}]},{"osd":3,"last update":"Tue Jan 16 09:50:48 2024","interfaces":[{"interface":"back","average":{"1min":0.91000000000000003,"5min":0.876,"15min":0.86499999999999999},"min":{"1min":0.56899999999999995,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":1.2929999999999999,"5min":1.2929999999999999,"15min":1.2929999999999999},"last":0.76700000000000002},{"interface":"front","average":{"1min":0.94699999999999995,"5min":0.87,"15min":0.86799999999999999},"min":{"1min":0.53500000000000003,"5min":0.46100000000000002,"15min":0.46100000000000002},"max":{"1min":1.319,"5min":1.319,"15min":1.319},"last":1.0860000000000001}]},{"osd":4,"last update":"Tue Jan 16 09:50:48 2024","interfaces":[{"interface":"back","average":{"1min":1.0660000000000001,"5min":1.0069999999999999,"15min":0.98999999999999999},"min":{"1min":0.77900000000000003,"5min":0.55900000000000005,"15min":0.55900000000000005},"max":{"1min":1.409,"5min":1.409,"15min":1.409},"last":1.159},{"interface":"front","average":{"1min":1.0489999999999999,"5min":1.0580000000000001,"15min":1.0580000000000001},"min":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"max":{"1min":1.28,"5min":1.395,"15min":1.395},"last":1.0620000000000001}]},{"osd":5,"last update":"Tue Jan 16 09:50:48 2024","interfaces":[{"interface":"back","average":{"1min":1.0740000000000001,"5min":1.0580000000000001,"15min":1.054},"min":{"1min":0.70299999999999996,"5min":0.65800000000000003,"15min":0.65800000000000003},"max":{"1min":1.3540000000000001,"5min":1.367,"15min":1.367},"last":1.2050000000000001},{"interface":"front","average":{"1min":1.0940000000000001,"5min":1.089,"15min":1.085},"min":{"1min":0.64200000000000002,"5min":0.63400000000000001,"15min":0.63400000000000001},"max":{"1min":1.2509999999999999,"5min":1.5980000000000001,"15min":1.5980000000000001},"last":1.1140000000000001}]},{"osd":6,"last update":"Tue Jan 16 09:50:48 2024","interfaces":[{"interface":"back","average":{"1min":1.1890000000000001,"5min":1.1890000000000001,"15min":1.1919999999999999},"min":{"1min":0.85799999999999998,"5min":0.78100000000000003,"15min":0.78100000000000003},"max":{"1min":1.3879999999999999,"5min":1.6719999999999999,"15min":1.6719999999999999},"last":1.181},{"interface":"front","average":{"1min":1.206,"5min":1.1759999999999999,"15min":1.1719999999999999},"min":{"1min":0.876,"5min":0.79100000000000004,"15min":0.79100000000000004},"max":{"1min":1.6519999999999999,"5min":1.726,"15min":1.726},"last":1.24}]}]},{"osd":5,"up_from":37,"seq":158913789997,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297520,"kb_used_data":424,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443536,"statfs":{"total":95990841344,"available":95686180864,"internally_reserved":0,"allocated":434176,"data_stored":169031,"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":"Tue Jan 16 09:50:42 2024","interfaces":[{"interface":"back","average":{"1min":0.878,"5min":0.83999999999999997,"15min":0.83799999999999997},"min":{"1min":0.61499999999999999,"5min":0.53600000000000003,"15min":0.53600000000000003},"max":{"1min":1.1479999999999999,"5min":1.268,"15min":1.268},"last":0.79400000000000004},{"interface":"front","average":{"1min":0.873,"5min":0.85599999999999998,"15min":0.84499999999999997},"min":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"max":{"1min":1.173,"5min":1.173,"15min":1.173},"last":1.1279999999999999}]},{"osd":1,"last update":"Tue Jan 16 09:50:42 2024","interfaces":[{"interface":"back","average":{"1min":0.748,"5min":0.74099999999999999,"15min":0.72899999999999998},"min":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"max":{"1min":1.2090000000000001,"5min":1.2090000000000001,"15min":1.2090000000000001},"last":0.748},{"interface":"front","average":{"1min":0.79000000000000004,"5min":0.74299999999999999,"15min":0.72099999999999997},"min":{"1min":0.56799999999999995,"5min":0.48299999999999998,"15min":0.48299999999999998},"max":{"1min":1.038,"5min":1.1200000000000001,"15min":1.1200000000000001},"last":1.024}]},{"osd":2,"last update":"Tue Jan 16 09:50:42 2024","interfaces":[{"interface":"back","average":{"1min":0.95099999999999996,"5min":0.97599999999999998,"15min":0.98299999999999998},"min":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"max":{"1min":1.3280000000000001,"5min":1.3939999999999999,"15min":1.3939999999999999},"last":1.0780000000000001},{"interface":"front","average":{"1min":1.038,"5min":1.004,"15min":1},"min":{"1min":0.71299999999999997,"5min":0.70399999999999996,"15min":0.70399999999999996},"max":{"1min":1.3859999999999999,"5min":1.3859999999999999,"15min":1.3859999999999999},"last":0.89400000000000002}]},{"osd":3,"last update":"Tue Jan 16 09:50:42 2024","interfaces":[{"interface":"back","average":{"1min":0.88200000000000001,"5min":0.86199999999999999,"15min":0.84999999999999998},"min":{"1min":0.65100000000000002,"5min":0.55000000000000004,"15min":0.55000000000000004},"max":{"1min":1.4019999999999999,"5min":1.5149999999999999,"15min":1.5149999999999999},"last":1.3680000000000001},{"interface":"front","average":{"1min":0.93799999999999994,"5min":0.874,"15min":0.85399999999999998},"min":{"1min":0.64900000000000002,"5min":0.53200000000000003,"15min":0.53200000000000003},"max":{"1min":1.28,"5min":1.28,"15min":1.28},"last":0.91600000000000004}]},{"osd":4,"last update":"Tue Jan 16 09:50:42 2024","interfaces":[{"interface":"back","average":{"1min":1.0740000000000001,"5min":1.022,"15min":1.0029999999999999},"min":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"max":{"1min":1.4650000000000001,"5min":1.599,"15min":1.599},"last":1.2090000000000001},{"interface":"front","average":{"1min":1.006,"5min":1.0029999999999999,"15min":0.998},"min":{"1min":0.82699999999999996,"5min":0.68999999999999995,"15min":0.68999999999999995},"max":{"1min":1.2629999999999999,"5min":1.4830000000000001,"15min":1.4830000000000001},"last":1.179}]},{"osd":6,"last update":"Tue Jan 16 09:50:42 2024","interfaces":[{"interface":"back","average":{"1min":1.04,"5min":1.0629999999999999,"15min":1.0640000000000001},"min":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"max":{"1min":1.3899999999999999,"5min":1.524,"15min":1.524},"last":1.274},{"interface":"front","average":{"1min":1.097,"5min":1.1020000000000001,"15min":1.0940000000000001},"min":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"max":{"1min":1.5109999999999999,"5min":1.679,"15min":1.679},"last":1.3160000000000001}]},{"osd":7,"last update":"Tue Jan 16 09:50:49 2024","interfaces":[{"interface":"back","average":{"1min":1.081,"5min":1.0489999999999999,"15min":1.0489999999999999},"min":{"1min":0.68999999999999995,"5min":0.56000000000000005,"15min":0.56000000000000005},"max":{"1min":1.48,"5min":1.48,"15min":1.48},"last":1.2490000000000001},{"interface":"front","average":{"1min":1.153,"5min":1.1299999999999999,"15min":1.1379999999999999},"min":{"1min":0.66800000000000004,"5min":0.375,"15min":0.375},"max":{"1min":1.4319999999999999,"5min":1.52,"15min":1.52},"last":1.4350000000000001}]}]},{"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":297520,"kb_used_data":424,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443536,"statfs":{"total":95990841344,"available":95686180864,"internally_reserved":0,"allocated":434176,"data_stored":169031,"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":"Tue Jan 16 09:50:19 2024","interfaces":[{"interface":"back","average":{"1min":0.78600000000000003,"5min":0.71699999999999997,"15min":0.70699999999999996},"min":{"1min":0.58099999999999996,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":1.2130000000000001,"5min":1.2130000000000001,"15min":1.2130000000000001},"last":0.65400000000000003},{"interface":"front","average":{"1min":0.73799999999999999,"5min":0.69799999999999995,"15min":0.68600000000000005},"min":{"1min":0.499,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":1.0740000000000001,"5min":1.3320000000000001,"15min":1.3320000000000001},"last":0.74199999999999999}]},{"osd":1,"last update":"Tue Jan 16 09:50:25 2024","interfaces":[{"interface":"back","average":{"1min":0.84399999999999997,"5min":0.82599999999999996,"15min":0.80600000000000005},"min":{"1min":0.64500000000000002,"5min":0.61299999999999999,"15min":0.61299999999999999},"max":{"1min":1.3640000000000001,"5min":1.3640000000000001,"15min":1.3640000000000001},"last":0.84099999999999997},{"interface":"front","average":{"1min":0.96599999999999997,"5min":0.92200000000000004,"15min":0.91000000000000003},"min":{"1min":0.71899999999999997,"5min":0.57499999999999996,"15min":0.57499999999999996},"max":{"1min":1.171,"5min":1.2949999999999999,"15min":1.2949999999999999},"last":0.92400000000000004}]},{"osd":3,"last update":"Tue Jan 16 09:50:32 2024","interfaces":[{"interface":"back","average":{"1min":1.0900000000000001,"5min":1.0289999999999999,"15min":1.0129999999999999},"min":{"1min":0.78800000000000003,"5min":0.69799999999999995,"15min":0.69799999999999995},"max":{"1min":1.29,"5min":1.2969999999999999,"15min":1.2969999999999999},"last":0.85599999999999998},{"interface":"front","average":{"1min":1.02,"5min":1.0289999999999999,"15min":1.022},"min":{"1min":0.78000000000000003,"5min":0.73699999999999999,"15min":0.73699999999999999},"max":{"1min":1.1659999999999999,"5min":1.607,"15min":1.607},"last":1.0529999999999999}]},{"osd":4,"last update":"Tue Jan 16 09:50:25 2024","interfaces":[{"interface":"back","average":{"1min":0.95699999999999996,"5min":0.88900000000000001,"15min":0.879},"min":{"1min":0.62,"5min":0.46200000000000002,"15min":0.46200000000000002},"max":{"1min":1.724,"5min":1.724,"15min":1.724},"last":1.024},{"interface":"front","average":{"1min":0.88800000000000001,"5min":0.85799999999999998,"15min":0.85799999999999998},"min":{"1min":0.68200000000000005,"5min":0.59399999999999997,"15min":0.59399999999999997},"max":{"1min":1.6899999999999999,"5min":1.6899999999999999,"15min":1.6899999999999999},"last":0.81899999999999995}]},{"osd":5,"last update":"Tue Jan 16 09:50:42 2024","interfaces":[{"interface":"back","average":{"1min":1.0129999999999999,"5min":0.95999999999999996,"15min":0.93000000000000005},"min":{"1min":0.76900000000000002,"5min":0.63800000000000001,"15min":0.63800000000000001},"max":{"1min":1.272,"5min":1.272,"15min":1.272},"last":0.95899999999999996},{"interface":"front","average":{"1min":0.97299999999999998,"5min":0.95599999999999996,"15min":0.94499999999999995},"min":{"1min":0.73799999999999999,"5min":0.66900000000000004,"15min":0.66900000000000004},"max":{"1min":1.3280000000000001,"5min":1.3280000000000001,"15min":1.3280000000000001},"last":0.97499999999999998}]},{"osd":6,"last update":"Tue Jan 16 09:50:32 2024","interfaces":[{"interface":"back","average":{"1min":0.92000000000000004,"5min":0.93400000000000005,"15min":0.92700000000000005},"min":{"1min":0.65300000000000002,"5min":0.46800000000000003,"15min":0.46800000000000003},"max":{"1min":1.1699999999999999,"5min":1.28,"15min":1.28},"last":0.89700000000000002},{"interface":"front","average":{"1min":1.0760000000000001,"5min":1.0349999999999999,"15min":1.0229999999999999},"min":{"1min":0.83799999999999997,"5min":0.68799999999999994,"15min":0.68799999999999994},"max":{"1min":1.4119999999999999,"5min":1.4119999999999999,"15min":1.4119999999999999},"last":1.0840000000000001}]},{"osd":7,"last update":"Tue Jan 16 09:50:44 2024","interfaces":[{"interface":"back","average":{"1min":1.1120000000000001,"5min":1.0780000000000001,"15min":1.0620000000000001},"min":{"1min":0.90600000000000003,"5min":0.75600000000000001,"15min":0.75600000000000001},"max":{"1min":1.639,"5min":1.639,"15min":1.639},"last":1.119},{"interface":"front","average":{"1min":1.1839999999999999,"5min":1.1379999999999999,"15min":1.117},"min":{"1min":0.89200000000000002,"5min":0.82899999999999996,"15min":0.82899999999999996},"max":{"1min":1.4239999999999999,"5min":1.649,"15min":1.649},"last":1.1339999999999999}]}]},{"osd":0,"up_from":16,"seq":68719476787,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297520,"kb_used_data":424,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443536,"statfs":{"total":95990841344,"available":95686180864,"internally_reserved":0,"allocated":434176,"data_stored":169031,"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":"Tue Jan 16 09:50:24 2024","interfaces":[{"interface":"back","average":{"1min":0.76200000000000001,"5min":0.79900000000000004,"15min":0.79700000000000004},"min":{"1min":0.61699999999999999,"5min":0.54300000000000004,"15min":0.54300000000000004},"max":{"1min":0.96699999999999997,"5min":1.226,"15min":1.226},"last":0.68500000000000005},{"interface":"front","average":{"1min":0.90000000000000002,"5min":0.88,"15min":0.85599999999999998},"min":{"1min":0.56399999999999995,"5min":0.51600000000000001,"15min":0.51600000000000001},"max":{"1min":1.4119999999999999,"5min":1.4119999999999999,"15min":1.4119999999999999},"last":1.2230000000000001}]},{"osd":2,"last update":"Tue Jan 16 09:50:21 2024","interfaces":[{"interface":"back","average":{"1min":0.89900000000000002,"5min":0.85299999999999998,"15min":0.82399999999999995},"min":{"1min":0.65400000000000003,"5min":0.46200000000000002,"15min":0.46200000000000002},"max":{"1min":1.2050000000000001,"5min":1.3140000000000001,"15min":1.3140000000000001},"last":0.749},{"interface":"front","average":{"1min":0.80100000000000005,"5min":0.80200000000000005,"15min":0.80800000000000005},"min":{"1min":0.52900000000000003,"5min":0.48299999999999998,"15min":0.48299999999999998},"max":{"1min":1.1839999999999999,"5min":1.1839999999999999,"15min":1.1839999999999999},"last":0.72399999999999998}]},{"osd":3,"last update":"Tue Jan 16 09:50:36 2024","interfaces":[{"interface":"back","average":{"1min":1.0449999999999999,"5min":0.97899999999999998,"15min":0.96499999999999997},"min":{"1min":0.877,"5min":0.57899999999999996,"15min":0.57899999999999996},"max":{"1min":1.24,"5min":1.3109999999999999,"15min":1.3109999999999999},"last":1.0049999999999999},{"interface":"front","average":{"1min":0.97199999999999998,"5min":0.94299999999999995,"15min":0.93500000000000005},"min":{"1min":0.69899999999999995,"5min":0.63,"15min":0.63},"max":{"1min":1.1819999999999999,"5min":1.1970000000000001,"15min":1.1970000000000001},"last":0.80000000000000004}]},{"osd":4,"last update":"Tue Jan 16 09:50:24 2024","interfaces":[{"interface":"back","average":{"1min":0.84799999999999998,"5min":0.83599999999999997,"15min":0.82999999999999996},"min":{"1min":0.60999999999999999,"5min":0.58499999999999996,"15min":0.58499999999999996},"max":{"1min":1.1100000000000001,"5min":1.1100000000000001,"15min":1.1100000000000001},"last":0.90400000000000003},{"interface":"front","average":{"1min":0.98499999999999999,"5min":0.93100000000000005,"15min":0.90100000000000002},"min":{"1min":0.70899999999999996,"5min":0.53300000000000003,"15min":0.53300000000000003},"max":{"1min":1.22,"5min":1.387,"15min":1.387},"last":1.151}]},{"osd":5,"last update":"Tue Jan 16 09:50:41 2024","interfaces":[{"interface":"back","average":{"1min":0.96999999999999997,"5min":0.94799999999999995,"15min":0.94099999999999995},"min":{"1min":0.79300000000000004,"5min":0.61399999999999999,"15min":0.61399999999999999},"max":{"1min":1.2529999999999999,"5min":1.2529999999999999,"15min":1.2529999999999999},"last":0.98299999999999998},{"interface":"front","average":{"1min":1.054,"5min":1.026,"15min":1.0189999999999999},"min":{"1min":0.85399999999999998,"5min":0.71099999999999997,"15min":0.71099999999999997},"max":{"1min":1.274,"5min":1.319,"15min":1.319},"last":1.123}]},{"osd":6,"last update":"Tue Jan 16 09:50:36 2024","interfaces":[{"interface":"back","average":{"1min":1.026,"5min":1.0069999999999999,"15min":0.999},"min":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"max":{"1min":1.2330000000000001,"5min":1.2589999999999999,"15min":1.2589999999999999},"last":1.177},{"interface":"front","average":{"1min":1.129,"5min":1.087,"15min":1.0649999999999999},"min":{"1min":0.81000000000000005,"5min":0.501,"15min":0.501},"max":{"1min":1.5760000000000001,"5min":1.5760000000000001,"15min":1.5760000000000001},"last":1.266}]},{"osd":7,"last update":"Tue Jan 16 09:50:46 2024","interfaces":[{"interface":"back","average":{"1min":1.171,"5min":1.111,"15min":1.101},"min":{"1min":0.95799999999999996,"5min":0.79700000000000004,"15min":0.79700000000000004},"max":{"1min":1.319,"5min":1.357,"15min":1.357},"last":1.2410000000000001},{"interface":"front","average":{"1min":1.2709999999999999,"5min":1.177,"15min":1.155},"min":{"1min":1.0049999999999999,"5min":0.64400000000000002,"15min":0.64400000000000002},"max":{"1min":1.7729999999999999,"5min":1.7729999999999999,"15min":1.7729999999999999},"last":1.3720000000000001}]}]},{"osd":1,"up_from":24,"seq":103079215151,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297520,"kb_used_data":424,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443536,"statfs":{"total":95990841344,"available":95686180864,"internally_reserved":0,"allocated":434176,"data_stored":169031,"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":"Tue Jan 16 09:50:34 2024","interfaces":[{"interface":"back","average":{"1min":0.94399999999999995,"5min":0.86499999999999999,"15min":0.84099999999999997},"min":{"1min":0.57799999999999996,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":1.3360000000000001,"5min":1.3360000000000001,"15min":1.3360000000000001},"last":0.64300000000000002},{"interface":"front","average":{"1min":0.86899999999999999,"5min":0.83599999999999997,"15min":0.81499999999999995},"min":{"1min":0.627,"5min":0.59499999999999997,"15min":0.59499999999999997},"max":{"1min":1.1870000000000001,"5min":1.23,"15min":1.23},"last":1.071}]},{"osd":2,"last update":"Tue Jan 16 09:50:34 2024","interfaces":[{"interface":"back","average":{"1min":0.91700000000000004,"5min":0.88100000000000001,"15min":0.87},"min":{"1min":0.66800000000000004,"5min":0.621,"15min":0.621},"max":{"1min":1.1910000000000001,"5min":1.276,"15min":1.276},"last":0.88700000000000001},{"interface":"front","average":{"1min":0.92300000000000004,"5min":0.876,"15min":0.86399999999999999},"min":{"1min":0.66700000000000004,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":1.2390000000000001,"5min":1.2629999999999999,"15min":1.2629999999999999},"last":0.872}]},{"osd":3,"last update":"Tue Jan 16 09:50:34 2024","interfaces":[{"interface":"back","average":{"1min":0.90800000000000003,"5min":0.81599999999999995,"15min":0.78800000000000003},"min":{"1min":0.54800000000000004,"5min":0.45800000000000002,"15min":0.45800000000000002},"max":{"1min":1.28,"5min":1.28,"15min":1.28},"last":0.83799999999999997},{"interface":"front","average":{"1min":0.92900000000000005,"5min":0.85199999999999998,"15min":0.81499999999999995},"min":{"1min":0.40999999999999998,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":1.1399999999999999,"5min":1.333,"15min":1.333},"last":0.50600000000000001}]},{"osd":4,"last update":"Tue Jan 16 09:50:34 2024","interfaces":[{"interface":"back","average":{"1min":0.91200000000000003,"5min":0.89100000000000001,"15min":0.873},"min":{"1min":0.68899999999999995,"5min":0.56100000000000005,"15min":0.56100000000000005},"max":{"1min":1.2909999999999999,"5min":1.2909999999999999,"15min":1.2909999999999999},"last":0.96699999999999997},{"interface":"front","average":{"1min":1.0489999999999999,"5min":0.96899999999999997,"15min":0.94299999999999995},"min":{"1min":0.61699999999999999,"5min":0.52400000000000002,"15min":0.52400000000000002},"max":{"1min":1.3620000000000001,"5min":1.4490000000000001,"15min":1.4490000000000001},"last":0.76900000000000002}]},{"osd":5,"last update":"Tue Jan 16 09:50:45 2024","interfaces":[{"interface":"back","average":{"1min":0.97799999999999998,"5min":0.86599999999999999,"15min":0.84399999999999997},"min":{"1min":0.64000000000000001,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":1.3600000000000001,"5min":1.419,"15min":1.419},"last":0.93999999999999995},{"interface":"front","average":{"1min":1.0229999999999999,"5min":0.95499999999999996,"15min":0.93500000000000005},"min":{"1min":0.64000000000000001,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":1.5109999999999999,"5min":1.5109999999999999,"15min":1.5109999999999999},"last":0.68000000000000005}]},{"osd":6,"last update":"Tue Jan 16 09:50:34 2024","interfaces":[{"interface":"back","average":{"1min":1.159,"5min":1.052,"15min":1.012},"min":{"1min":0.67700000000000005,"5min":0.56299999999999994,"15min":0.56299999999999994},"max":{"1min":1.484,"5min":1.49,"15min":1.49},"last":0.71299999999999997},{"interface":"front","average":{"1min":1.121,"5min":1.054,"15min":1.042},"min":{"1min":0.81499999999999995,"5min":0.72699999999999998,"15min":0.72699999999999998},"max":{"1min":1.419,"5min":1.419,"15min":1.419},"last":1.02}]},{"osd":7,"last update":"Tue Jan 16 09:50:45 2024","interfaces":[{"interface":"back","average":{"1min":1.1659999999999999,"5min":1.099,"15min":1.0680000000000001},"min":{"1min":0.90800000000000003,"5min":0.44900000000000001,"15min":0.44900000000000001},"max":{"1min":1.5189999999999999,"5min":1.7509999999999999,"15min":1.7509999999999999},"last":0.81899999999999995},{"interface":"front","average":{"1min":1.131,"5min":1.081,"15min":1.071},"min":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"max":{"1min":1.4910000000000001,"5min":1.4910000000000001,"15min":1.4910000000000001},"last":0.74399999999999999}]}]},{"osd":4,"up_from":26,"seq":111669149743,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297520,"kb_used_data":424,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443536,"statfs":{"total":95990841344,"available":95686180864,"internally_reserved":0,"allocated":434176,"data_stored":169031,"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":"Tue Jan 16 09:50:29 2024","interfaces":[{"interface":"back","average":{"1min":0.73799999999999999,"5min":0.74399999999999999,"15min":0.75},"min":{"1min":0.57699999999999996,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":1.1879999999999999,"5min":1.1879999999999999,"15min":1.1879999999999999},"last":0.68400000000000005},{"interface":"front","average":{"1min":0.80400000000000005,"5min":0.81299999999999994,"15min":0.81499999999999995},"min":{"1min":0.51800000000000002,"5min":0.46700000000000003,"15min":0.46700000000000003},"max":{"1min":1.4419999999999999,"5min":1.6910000000000001,"15min":1.6910000000000001},"last":1.0289999999999999}]},{"osd":1,"last update":"Tue Jan 16 09:50:29 2024","interfaces":[{"interface":"back","average":{"1min":0.92800000000000005,"5min":0.90800000000000003,"15min":0.90100000000000002},"min":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.224,"5min":1.5589999999999999,"15min":1.5589999999999999},"last":0.87},{"interface":"front","average":{"1min":0.90700000000000003,"5min":0.95199999999999996,"15min":0.95799999999999996},"min":{"1min":0.70599999999999996,"5min":0.68899999999999995,"15min":0.68899999999999995},"max":{"1min":1.345,"5min":1.48,"15min":1.48},"last":0.89700000000000002}]},{"osd":2,"last update":"Tue Jan 16 09:50:29 2024","interfaces":[{"interface":"back","average":{"1min":0.84599999999999997,"5min":0.80300000000000005,"15min":0.79400000000000004},"min":{"1min":0.52600000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"max":{"1min":1.3260000000000001,"5min":1.3260000000000001,"15min":1.3260000000000001},"last":0.75700000000000001},{"interface":"front","average":{"1min":0.84999999999999998,"5min":0.91300000000000003,"15min":0.93700000000000006},"min":{"1min":0.57999999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"max":{"1min":1.3779999999999999,"5min":1.4330000000000001,"15min":1.4330000000000001},"last":0.71999999999999997}]},{"osd":3,"last update":"Tue Jan 16 09:50:32 2024","interfaces":[{"interface":"back","average":{"1min":0.93700000000000006,"5min":0.96999999999999997,"15min":0.97599999999999998},"min":{"1min":0.72299999999999998,"5min":0.68300000000000005,"15min":0.68300000000000005},"max":{"1min":1.4259999999999999,"5min":1.4259999999999999,"15min":1.4259999999999999},"last":0.97899999999999998},{"interface":"front","average":{"1min":1.0449999999999999,"5min":1.008,"15min":1.006},"min":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"max":{"1min":1.5349999999999999,"5min":1.6120000000000001,"15min":1.6120000000000001},"last":1.288}]},{"osd":5,"last update":"Tue Jan 16 09:50:37 2024","interfaces":[{"interface":"back","average":{"1min":1.079,"5min":1.0569999999999999,"15min":1.0589999999999999},"min":{"1min":0.83999999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"max":{"1min":1.2989999999999999,"5min":1.419,"15min":1.419},"last":0.95999999999999996},{"interface":"front","average":{"1min":1.046,"5min":1.0800000000000001,"15min":1.0900000000000001},"min":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"max":{"1min":1.4750000000000001,"5min":1.4750000000000001,"15min":1.4750000000000001},"last":1.2529999999999999}]},{"osd":6,"last update":"Tue Jan 16 09:50:32 2024","interfaces":[{"interface":"back","average":{"1min":1.119,"5min":1.093,"15min":1.097},"min":{"1min":0.83999999999999997,"5min":0.63700000000000001,"15min":0.63700000000000001},"max":{"1min":1.581,"5min":1.581,"15min":1.581},"last":1.1799999999999999},{"interface":"front","average":{"1min":1.087,"5min":1.1040000000000001,"15min":1.0980000000000001},"min":{"1min":0.85699999999999998,"5min":0.60899999999999999,"15min":0.60899999999999999},"max":{"1min":1.304,"5min":1.482,"15min":1.482},"last":1.0640000000000001}]},{"osd":7,"last update":"Tue Jan 16 09:50:47 2024","interfaces":[{"interface":"back","average":{"1min":1.2110000000000001,"5min":1.198,"15min":1.1970000000000001},"min":{"1min":0.95899999999999996,"5min":0.85499999999999998,"15min":0.85499999999999998},"max":{"1min":1.623,"5min":1.762,"15min":1.762},"last":1.4079999999999999},{"interface":"front","average":{"1min":1.264,"5min":1.2330000000000001,"15min":1.2390000000000001},"min":{"1min":1.054,"5min":0.80600000000000005,"15min":0.80600000000000005},"max":{"1min":1.643,"5min":1.6639999999999999,"15min":1.6639999999999999},"last":1.1479999999999999}]}]},{"osd":6,"up_from":30,"seq":128849018927,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297520,"kb_used_data":424,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443536,"statfs":{"total":95990841344,"available":95686180864,"internally_reserved":0,"allocated":434176,"data_stored":169031,"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":"Tue Jan 16 09:50:39 2024","interfaces":[{"interface":"back","average":{"1min":0.65300000000000002,"5min":0.71499999999999997,"15min":0.72199999999999998},"min":{"1min":0.52300000000000002,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":0.876,"5min":1.284,"15min":1.284},"last":1.0980000000000001},{"interface":"front","average":{"1min":0.83099999999999996,"5min":0.79100000000000004,"15min":0.78100000000000003},"min":{"1min":0.55200000000000005,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":1.169,"5min":1.169,"15min":1.169},"last":0.52800000000000002}]},{"osd":1,"last update":"Tue Jan 16 09:50:39 2024","interfaces":[{"interface":"back","average":{"1min":0.83999999999999997,"5min":0.84299999999999997,"15min":0.83899999999999997},"min":{"1min":0.63,"5min":0.54600000000000004,"15min":0.54600000000000004},"max":{"1min":1.2270000000000001,"5min":1.26,"15min":1.26},"last":0.65200000000000002},{"interface":"front","average":{"1min":0.92100000000000004,"5min":0.92400000000000004,"15min":0.92500000000000004},"min":{"1min":0.76600000000000001,"5min":0.73399999999999999,"15min":0.73399999999999999},"max":{"1min":1.099,"5min":1.1519999999999999,"15min":1.1519999999999999},"last":0.80400000000000005}]},{"osd":2,"last update":"Tue Jan 16 09:50:39 2024","interfaces":[{"interface":"back","average":{"1min":0.83999999999999997,"5min":0.89000000000000001,"15min":0.90600000000000003},"min":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"max":{"1min":1.1779999999999999,"5min":1.2270000000000001,"15min":1.2270000000000001},"last":0.96199999999999997},{"interface":"front","average":{"1min":0.82599999999999996,"5min":0.83799999999999997,"15min":0.83799999999999997},"min":{"1min":0.47999999999999998,"5min":0.45300000000000001,"15min":0.45300000000000001},"max":{"1min":1.2290000000000001,"5min":1.2290000000000001,"15min":1.2290000000000001},"last":0.72999999999999998}]},{"osd":3,"last update":"Tue Jan 16 09:50:39 2024","interfaces":[{"interface":"back","average":{"1min":0.98499999999999999,"5min":0.98299999999999998,"15min":0.98299999999999998},"min":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"max":{"1min":1.2090000000000001,"5min":1.2230000000000001,"15min":1.2230000000000001},"last":1.0509999999999999},{"interface":"front","average":{"1min":0.96899999999999997,"5min":0.95599999999999996,"15min":0.95799999999999996},"min":{"1min":0.64900000000000002,"5min":0.61399999999999999,"15min":0.61399999999999999},"max":{"1min":1.1779999999999999,"5min":1.2789999999999999,"15min":1.2789999999999999},"last":0.92700000000000005}]},{"osd":4,"last update":"Tue Jan 16 09:50:39 2024","interfaces":[{"interface":"back","average":{"1min":0.96999999999999997,"5min":0.95299999999999996,"15min":0.95299999999999996},"min":{"1min":0.73899999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":1.216,"5min":1.2669999999999999,"15min":1.2669999999999999},"last":0.86399999999999999},{"interface":"front","average":{"1min":0.94299999999999995,"5min":0.91600000000000004,"15min":0.90800000000000003},"min":{"1min":0.69099999999999995,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":1.244,"5min":1.244,"15min":1.244},"last":0.77500000000000002}]},{"osd":5,"last update":"Tue Jan 16 09:50:39 2024","interfaces":[{"interface":"back","average":{"1min":1.097,"5min":1.0189999999999999,"15min":1.0069999999999999},"min":{"1min":0.89900000000000002,"5min":0.63100000000000001,"15min":0.63100000000000001},"max":{"1min":1.4370000000000001,"5min":1.4370000000000001,"15min":1.4370000000000001},"last":0.89700000000000002},{"interface":"front","average":{"1min":1.1220000000000001,"5min":1.125,"15min":1.127},"min":{"1min":0.95899999999999996,"5min":0.77700000000000002,"15min":0.77700000000000002},"max":{"1min":1.4610000000000001,"5min":1.5249999999999999,"15min":1.5249999999999999},"last":1.1399999999999999}]},{"osd":7,"last update":"Tue Jan 16 09:50:45 2024","interfaces":[{"interface":"back","average":{"1min":1.1359999999999999,"5min":1.113,"15min":1.117},"min":{"1min":0.81999999999999995,"5min":0.72999999999999998,"15min":0.72999999999999998},"max":{"1min":1.3640000000000001,"5min":1.4199999999999999,"15min":1.4199999999999999},"last":1.008},{"interface":"front","average":{"1min":1.1399999999999999,"5min":1.0800000000000001,"15min":1.0700000000000001},"min":{"1min":0.98999999999999999,"5min":0.66800000000000004,"15min":0.66800000000000004},"max":{"1min":1.3600000000000001,"5min":1.413,"15min":1.413},"last":0.99199999999999999}]}]},{"osd":3,"up_from":32,"seq":137438953519,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297516,"kb_used_data":420,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443540,"statfs":{"total":95990841344,"available":95686184960,"internally_reserved":0,"allocated":430080,"data_stored":168716,"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":"Tue Jan 16 09:50:35 2024","interfaces":[{"interface":"back","average":{"1min":0.875,"5min":0.84399999999999997,"15min":0.83799999999999997},"min":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"max":{"1min":1.127,"5min":1.127,"15min":1.127},"last":0.66100000000000003},{"interface":"front","average":{"1min":0.81599999999999995,"5min":0.84399999999999997,"15min":0.83199999999999996},"min":{"1min":0.621,"5min":0.54800000000000004,"15min":0.54800000000000004},"max":{"1min":1.0640000000000001,"5min":1.319,"15min":1.319},"last":0.81200000000000006}]},{"osd":1,"last update":"Tue Jan 16 09:50:35 2024","interfaces":[{"interface":"back","average":{"1min":0.72699999999999998,"5min":0.78200000000000003,"15min":0.80300000000000005},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":1.0029999999999999,"5min":1.2230000000000001,"15min":1.2230000000000001},"last":0.70599999999999996},{"interface":"front","average":{"1min":0.82199999999999995,"5min":0.78800000000000003,"15min":0.77600000000000002},"min":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"max":{"1min":1.351,"5min":1.351,"15min":1.351},"last":0.74199999999999999}]},{"osd":2,"last update":"Tue Jan 16 09:50:35 2024","interfaces":[{"interface":"back","average":{"1min":0.91500000000000004,"5min":0.92900000000000005,"15min":0.92400000000000004},"min":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"max":{"1min":1.2689999999999999,"5min":1.3089999999999999,"15min":1.3089999999999999},"last":0.80000000000000004},{"interface":"front","average":{"1min":0.92200000000000004,"5min":0.96899999999999997,"15min":0.96899999999999997},"min":{"1min":0.61899999999999999,"5min":0.52500000000000002,"15min":0.52500000000000002},"max":{"1min":1.252,"5min":1.45,"15min":1.45},"last":0.72299999999999998}]},{"osd":4,"last update":"Tue Jan 16 09:50:35 2024","interfaces":[{"interface":"back","average":{"1min":0.97999999999999998,"5min":0.97599999999999998,"15min":0.96899999999999997},"min":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"max":{"1min":1.206,"5min":1.2310000000000001,"15min":1.2310000000000001},"last":0.91600000000000004},{"interface":"front","average":{"1min":0.998,"5min":1.01,"15min":1.012},"min":{"1min":0.63500000000000001,"5min":0.60799999999999998,"15min":0.60799999999999998},"max":{"1min":1.2849999999999999,"5min":1.3959999999999999,"15min":1.3959999999999999},"last":0.77900000000000003}]},{"osd":5,"last update":"Tue Jan 16 09:50:46 2024","interfaces":[{"interface":"back","average":{"1min":1.0289999999999999,"5min":1.012,"15min":1.024},"min":{"1min":0.80200000000000005,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":1.3680000000000001,"5min":1.5149999999999999,"15min":1.5149999999999999},"last":0.97699999999999998},{"interface":"front","average":{"1min":1.022,"5min":1.0229999999999999,"15min":1.036},"min":{"1min":0.58999999999999997,"5min":0.51700000000000002,"15min":0.51700000000000002},"max":{"1min":1.45,"5min":1.45,"15min":1.45},"last":1.0840000000000001}]},{"osd":6,"last update":"Tue Jan 16 09:50:35 2024","interfaces":[{"interface":"back","average":{"1min":1.1000000000000001,"5min":1.1020000000000001,"15min":1.095},"min":{"1min":0.86899999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"max":{"1min":1.3540000000000001,"5min":1.5629999999999999,"15min":1.5629999999999999},"last":1.05},{"interface":"front","average":{"1min":1.1060000000000001,"5min":1.1160000000000001,"15min":1.1100000000000001},"min":{"1min":0.84999999999999998,"5min":0.81999999999999995,"15min":0.81999999999999995},"max":{"1min":1.329,"5min":1.5209999999999999,"15min":1.5209999999999999},"last":1.002}]},{"osd":7,"last update":"Tue Jan 16 09:50:50 2024","interfaces":[{"interface":"back","average":{"1min":1.1719999999999999,"5min":1.1339999999999999,"15min":1.1259999999999999},"min":{"1min":0.91000000000000003,"5min":0.5,"15min":0.5},"max":{"1min":1.4410000000000001,"5min":1.609,"15min":1.609},"last":0.90200000000000002},{"interface":"front","average":{"1min":1.143,"5min":1.1679999999999999,"15min":1.165},"min":{"1min":0.79800000000000004,"5min":0.745,"15min":0.745},"max":{"1min":1.4019999999999999,"5min":1.5880000000000001,"15min":1.5880000000000001},"last":1.151}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-01-16T09:51:11.376 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-01-16T09:51:11.376 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-01-16T09:51:11.376 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-01-16T09:51:11.376 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph health --format=json 2024-01-16T09:51:12.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:11 smithi133 bash[17559]: audit 2024-01-16T09:51:10.644531+0000 mgr.smithi038.dukxrr (mgr.14180) 240 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:51:12.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:11 smithi038 bash[13941]: audit 2024-01-16T09:51:10.644531+0000 mgr.smithi038.dukxrr (mgr.14180) 240 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:51:13.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:12 smithi133 bash[17559]: cluster 2024-01-16T09:51:11.706343+0000 mgr.smithi038.dukxrr (mgr.14180) 241 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:51:13.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:12 smithi038 bash[13941]: cluster 2024-01-16T09:51:11.706343+0000 mgr.smithi038.dukxrr (mgr.14180) 241 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:51:15.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:14 smithi133 bash[17559]: cluster 2024-01-16T09:51:13.706972+0000 mgr.smithi038.dukxrr (mgr.14180) 242 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:51:15.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:14 smithi038 bash[13941]: cluster 2024-01-16T09:51:13.706972+0000 mgr.smithi038.dukxrr (mgr.14180) 242 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:51:16.162 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/71323a66-b453-11ee-95ad-87774f69a715/mon.smithi038/config 2024-01-16T09:51:17.079 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:16 smithi038 bash[13941]: cluster 2024-01-16T09:51:15.707531+0000 mgr.smithi038.dukxrr (mgr.14180) 243 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:51:17.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:16 smithi133 bash[17559]: cluster 2024-01-16T09:51:15.707531+0000 mgr.smithi038.dukxrr (mgr.14180) 243 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:51:18.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:17 smithi133 bash[17559]: cluster 2024-01-16T09:51:17.708089+0000 mgr.smithi038.dukxrr (mgr.14180) 244 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:51:18.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:17 smithi038 bash[13941]: cluster 2024-01-16T09:51:17.708089+0000 mgr.smithi038.dukxrr (mgr.14180) 244 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:51:19.088 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:51:19.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:19 smithi038 bash[13941]: audit 2024-01-16T09:51:19.092089+0000 mon.smithi038 (mon.0) 634 : audit [DBG] from='client.? 172.21.15.38:0/1061898855' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-16T09:51:19.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:19 smithi133 bash[17559]: audit 2024-01-16T09:51:19.092089+0000 mon.smithi038 (mon.0) 634 : audit [DBG] from='client.? 172.21.15.38:0/1061898855' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-16T09:51:19.795 INFO:teuthology.orchestra.run.smithi038.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-01-16T09:51:19.795 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-01-16T09:51:19.795 INFO:tasks.cephadm:Setup complete, yielding 2024-01-16T09:51:19.795 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-16T09:51:19.805 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi038.front.sepia.ceph.com 2024-01-16T09:51:19.806 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- bash -c 'ceph orch status' 2024-01-16T09:51:21.059 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:20 smithi038 bash[13941]: cluster 2024-01-16T09:51:19.708699+0000 mgr.smithi038.dukxrr (mgr.14180) 245 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:51:21.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:20 smithi133 bash[17559]: cluster 2024-01-16T09:51:19.708699+0000 mgr.smithi038.dukxrr (mgr.14180) 245 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:51:22.886 INFO:teuthology.orchestra.run.smithi038.stdout:Backend: cephadm 2024-01-16T09:51:22.886 INFO:teuthology.orchestra.run.smithi038.stdout:Available: Yes 2024-01-16T09:51:22.886 INFO:teuthology.orchestra.run.smithi038.stdout:Paused: No 2024-01-16T09:51:23.110 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:22 smithi038 bash[13941]: cluster 2024-01-16T09:51:21.709281+0000 mgr.smithi038.dukxrr (mgr.14180) 246 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:51:23.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:22 smithi133 bash[17559]: cluster 2024-01-16T09:51:21.709281+0000 mgr.smithi038.dukxrr (mgr.14180) 246 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:51:23.595 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- bash -c 'ceph orch ps' 2024-01-16T09:51:25.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:24 smithi038 bash[13941]: audit 2024-01-16T09:51:22.888780+0000 mgr.smithi038.dukxrr (mgr.14180) 247 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:51:25.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:24 smithi038 bash[13941]: cluster 2024-01-16T09:51:23.709804+0000 mgr.smithi038.dukxrr (mgr.14180) 248 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:51:25.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:24 smithi133 bash[17559]: audit 2024-01-16T09:51:22.888780+0000 mgr.smithi038.dukxrr (mgr.14180) 247 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:51:25.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:24 smithi133 bash[17559]: cluster 2024-01-16T09:51:23.709804+0000 mgr.smithi038.dukxrr (mgr.14180) 248 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:51:26.800 INFO:teuthology.orchestra.run.smithi038.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-16T09:51:26.800 INFO:teuthology.orchestra.run.smithi038.stdout:alertmanager.smithi038 smithi038 *:9093,9094 running (5m) 41s ago 7m 12.0M - 0.23.0 ba2b418f427c 6cefb0f911c6 2024-01-16T09:51:26.800 INFO:teuthology.orchestra.run.smithi038.stdout:crash.smithi038 smithi038 running (7m) 41s ago 7m 6956k - 16.2.14-449-ga70aebef 377ff36742d8 57d3740e5fa3 2024-01-16T09:51:26.800 INFO:teuthology.orchestra.run.smithi038.stdout:crash.smithi133 smithi133 running (6m) 41s ago 6m 7092k - 16.2.14-449-ga70aebef 377ff36742d8 2a4c9244446e 2024-01-16T09:51:26.800 INFO:teuthology.orchestra.run.smithi038.stdout:grafana.smithi038 smithi038 *:3000 running (5m) 41s ago 6m 40.5M - 8.3.5 dad864ee21e9 a472ca2661f2 2024-01-16T09:51:26.800 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.smithi038.dukxrr smithi038 *:9283 running (8m) 41s ago 8m 426M - 16.2.14-449-ga70aebef 377ff36742d8 2ed7e8f5d767 2024-01-16T09:51:26.800 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.smithi133.jtswok smithi133 *:8443,9283 running (6m) 41s ago 6m 374M - 16.2.14-449-ga70aebef 377ff36742d8 5513524c4048 2024-01-16T09:51:26.801 INFO:teuthology.orchestra.run.smithi038.stdout:mon.smithi038 smithi038 running (8m) 41s ago 8m 60.3M 2048M 16.2.14-449-ga70aebef 377ff36742d8 8b35a27cbbde 2024-01-16T09:51:26.801 INFO:teuthology.orchestra.run.smithi038.stdout:mon.smithi133 smithi133 running (5m) 41s ago 5m 58.5M 2048M 16.2.14-449-ga70aebef 377ff36742d8 14833f4216d3 2024-01-16T09:51:26.801 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.smithi038 smithi038 *:9100 running (6m) 41s ago 6m 10.0M - 1.3.1 1dbe0e931976 66ccf57f8b26 2024-01-16T09:51:26.801 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.smithi133 smithi133 *:9100 running (5m) 41s ago 5m 10.4M - 1.3.1 1dbe0e931976 3e48d22ac55e 2024-01-16T09:51:26.801 INFO:teuthology.orchestra.run.smithi038.stdout:osd.0 smithi133 running (4m) 41s ago 4m 32.9M 4028M 16.2.14-449-ga70aebef 377ff36742d8 6f9217c1d813 2024-01-16T09:51:26.801 INFO:teuthology.orchestra.run.smithi038.stdout:osd.1 smithi038 running (4m) 41s ago 4m 33.1M 3261M 16.2.14-449-ga70aebef 377ff36742d8 2aad27578a7f 2024-01-16T09:51:26.801 INFO:teuthology.orchestra.run.smithi038.stdout:osd.2 smithi133 running (4m) 41s ago 4m 33.0M 4028M 16.2.14-449-ga70aebef 377ff36742d8 16822097fe31 2024-01-16T09:51:26.801 INFO:teuthology.orchestra.run.smithi038.stdout:osd.3 smithi038 running (4m) 41s ago 4m 33.0M 3261M 16.2.14-449-ga70aebef 377ff36742d8 e1c29e7464f5 2024-01-16T09:51:26.801 INFO:teuthology.orchestra.run.smithi038.stdout:osd.4 smithi133 running (4m) 41s ago 4m 32.5M 4028M 16.2.14-449-ga70aebef 377ff36742d8 29fa51dc6742 2024-01-16T09:51:26.801 INFO:teuthology.orchestra.run.smithi038.stdout:osd.5 smithi038 running (3m) 41s ago 4m 33.4M 3261M 16.2.14-449-ga70aebef 377ff36742d8 0a48b3aba233 2024-01-16T09:51:26.801 INFO:teuthology.orchestra.run.smithi038.stdout:osd.6 smithi133 running (4m) 41s ago 4m 35.7M 4028M 16.2.14-449-ga70aebef 377ff36742d8 7938852ce850 2024-01-16T09:51:26.801 INFO:teuthology.orchestra.run.smithi038.stdout:osd.7 smithi038 running (3m) 41s ago 3m 32.7M 3261M 16.2.14-449-ga70aebef 377ff36742d8 9bb0c6ac38a8 2024-01-16T09:51:26.801 INFO:teuthology.orchestra.run.smithi038.stdout:prometheus.smithi038 smithi038 *:9095 running (5m) 41s ago 6m 52.3M - 2.33.4 514e6a882f6e 488516a9a8a3 2024-01-16T09:51:27.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:26 smithi133 bash[17559]: cluster 2024-01-16T09:51:25.710381+0000 mgr.smithi038.dukxrr (mgr.14180) 249 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:51:27.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:26 smithi038 bash[13941]: cluster 2024-01-16T09:51:25.710381+0000 mgr.smithi038.dukxrr (mgr.14180) 249 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:51:27.527 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- bash -c 'ceph orch ls' 2024-01-16T09:51:28.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:27 smithi133 bash[17559]: audit 2024-01-16T09:51:26.783772+0000 mgr.smithi038.dukxrr (mgr.14180) 250 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:51:28.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:27 smithi038 bash[13941]: audit 2024-01-16T09:51:26.783772+0000 mgr.smithi038.dukxrr (mgr.14180) 250 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:51:29.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:28 smithi133 bash[17559]: cluster 2024-01-16T09:51:27.710932+0000 mgr.smithi038.dukxrr (mgr.14180) 251 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:51:29.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:28 smithi038 bash[13941]: cluster 2024-01-16T09:51:27.710932+0000 mgr.smithi038.dukxrr (mgr.14180) 251 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:51:30.770 INFO:teuthology.orchestra.run.smithi038.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-01-16T09:51:30.771 INFO:teuthology.orchestra.run.smithi038.stdout:alertmanager ?:9093,9094 1/1 45s ago 8m count:1 2024-01-16T09:51:30.771 INFO:teuthology.orchestra.run.smithi038.stdout:crash 2/2 45s ago 8m * 2024-01-16T09:51:30.771 INFO:teuthology.orchestra.run.smithi038.stdout:grafana ?:3000 1/1 45s ago 8m count:1 2024-01-16T09:51:30.771 INFO:teuthology.orchestra.run.smithi038.stdout:mgr 2/2 45s ago 8m count:2 2024-01-16T09:51:30.771 INFO:teuthology.orchestra.run.smithi038.stdout:mon 2/2 45s ago 6m smithi038:172.21.15.38=smithi038;smithi133:172.21.15.133=smithi133;count:2 2024-01-16T09:51:30.771 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter ?:9100 2/2 45s ago 8m * 2024-01-16T09:51:30.771 INFO:teuthology.orchestra.run.smithi038.stdout:osd.all-available-devices 8 45s ago 5m * 2024-01-16T09:51:30.771 INFO:teuthology.orchestra.run.smithi038.stdout:prometheus ?:9095 1/1 45s ago 8m count:1 2024-01-16T09:51:31.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:30 smithi133 bash[17559]: cluster 2024-01-16T09:51:29.711504+0000 mgr.smithi038.dukxrr (mgr.14180) 252 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:51:31.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:30 smithi038 bash[13941]: cluster 2024-01-16T09:51:29.711504+0000 mgr.smithi038.dukxrr (mgr.14180) 252 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:51:31.554 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- bash -c 'ceph orch host ls' 2024-01-16T09:51:32.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:31 smithi038 bash[13941]: audit 2024-01-16T09:51:30.766156+0000 mgr.smithi038.dukxrr (mgr.14180) 253 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:51:32.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:31 smithi133 bash[17559]: audit 2024-01-16T09:51:30.766156+0000 mgr.smithi038.dukxrr (mgr.14180) 253 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:51:33.008 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:32 smithi038 bash[13941]: cluster 2024-01-16T09:51:31.712037+0000 mgr.smithi038.dukxrr (mgr.14180) 254 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:51:33.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:32 smithi133 bash[17559]: cluster 2024-01-16T09:51:31.712037+0000 mgr.smithi038.dukxrr (mgr.14180) 254 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:51:34.719 INFO:teuthology.orchestra.run.smithi038.stdout:HOST ADDR LABELS STATUS 2024-01-16T09:51:34.720 INFO:teuthology.orchestra.run.smithi038.stdout:smithi038 172.21.15.38 2024-01-16T09:51:34.720 INFO:teuthology.orchestra.run.smithi038.stdout:smithi133 172.21.15.133 2024-01-16T09:51:34.720 INFO:teuthology.orchestra.run.smithi038.stdout:2 hosts in cluster 2024-01-16T09:51:35.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:34 smithi038 bash[13941]: cluster 2024-01-16T09:51:33.712602+0000 mgr.smithi038.dukxrr (mgr.14180) 255 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:51:35.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:34 smithi133 bash[17559]: cluster 2024-01-16T09:51:33.712602+0000 mgr.smithi038.dukxrr (mgr.14180) 255 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:51:35.444 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- bash -c 'ceph orch device ls' 2024-01-16T09:51:36.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:35 smithi038 bash[13941]: audit 2024-01-16T09:51:34.722422+0000 mgr.smithi038.dukxrr (mgr.14180) 256 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:51:36.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:35 smithi133 bash[17559]: audit 2024-01-16T09:51:34.722422+0000 mgr.smithi038.dukxrr (mgr.14180) 256 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:51:37.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:36 smithi133 bash[17559]: cluster 2024-01-16T09:51:35.713062+0000 mgr.smithi038.dukxrr (mgr.14180) 257 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:51:37.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:36 smithi038 bash[13941]: cluster 2024-01-16T09:51:35.713062+0000 mgr.smithi038.dukxrr (mgr.14180) 257 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:51:38.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:37 smithi133 bash[17559]: cluster 2024-01-16T09:51:37.713466+0000 mgr.smithi038.dukxrr (mgr.14180) 258 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:51:38.246 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:37 smithi038 bash[13941]: cluster 2024-01-16T09:51:37.713466+0000 mgr.smithi038.dukxrr (mgr.14180) 258 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:51:38.673 INFO:teuthology.orchestra.run.smithi038.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-01-16T09:51:38.673 INFO:teuthology.orchestra.run.smithi038.stdout:smithi038 /dev/nvme0n1 ssd INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN 3726G 3m ago Has a FileSystem, LVM detected 2024-01-16T09:51:38.673 INFO:teuthology.orchestra.run.smithi038.stdout:smithi038 /dev/nvme1n1 ssd Linux_4b1426abe0562ebd304e 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-16T09:51:38.674 INFO:teuthology.orchestra.run.smithi038.stdout:smithi038 /dev/nvme2n1 ssd Linux_d14211fb6a6763155739 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-16T09:51:38.674 INFO:teuthology.orchestra.run.smithi038.stdout:smithi038 /dev/nvme3n1 ssd Linux_21586418f41523fdade9 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-16T09:51:38.674 INFO:teuthology.orchestra.run.smithi038.stdout:smithi038 /dev/nvme4n1 ssd Linux_69040d1d07f523b1e12a 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-16T09:51:38.674 INFO:teuthology.orchestra.run.smithi038.stdout:smithi133 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620401AQ400BGN 372G 3m ago Has a FileSystem, LVM detected 2024-01-16T09:51:38.674 INFO:teuthology.orchestra.run.smithi038.stdout:smithi133 /dev/nvme1n1 ssd Linux_dc0ccf30f1b4b0b3134a 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-16T09:51:38.674 INFO:teuthology.orchestra.run.smithi038.stdout:smithi133 /dev/nvme2n1 ssd Linux_e3316f7388acc0023e2d 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-16T09:51:38.674 INFO:teuthology.orchestra.run.smithi038.stdout:smithi133 /dev/nvme3n1 ssd Linux_42c680b0b923a30619f5 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-16T09:51:38.674 INFO:teuthology.orchestra.run.smithi038.stdout:smithi133 /dev/nvme4n1 ssd Linux_16d00ee2bef7c85ada94 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-16T09:51:39.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:38 smithi038 bash[13941]: audit 2024-01-16T09:51:38.669604+0000 mgr.smithi038.dukxrr (mgr.14180) 259 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:51:39.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:38 smithi133 bash[17559]: audit 2024-01-16T09:51:38.669604+0000 mgr.smithi038.dukxrr (mgr.14180) 259 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:51:39.437 INFO:teuthology.run_tasks:Running task vip... 2024-01-16T09:51:39.447 INFO:tasks.vip:Allocating static IPs for each host... 2024-01-16T09:51:39.447 INFO:tasks.vip:peername 172.21.15.38 2024-01-16T09:51:39.450 INFO:tasks.vip:172.21.15.38 in 172.21.0.0/20, pos 3877 2024-01-16T09:51:39.455 INFO:tasks.vip:smithi038.front.sepia.ceph.com static 10.0.15.38, vnet 10.0.0.0/16 2024-01-16T09:51:39.455 INFO:tasks.vip:VIPs are {map(str, vips)} 2024-01-16T09:51:39.455 DEBUG:teuthology.orchestra.run.smithi038:> sudo ip route ls 2024-01-16T09:51:39.472 INFO:teuthology.orchestra.run.smithi038.stdout:default via 172.21.15.254 dev ens1f0 2024-01-16T09:51:39.472 INFO:teuthology.orchestra.run.smithi038.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-01-16T09:51:39.472 INFO:teuthology.orchestra.run.smithi038.stdout:172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.38 2024-01-16T09:51:39.474 INFO:tasks.vip:Configuring 10.0.15.38 on smithi038.front.sepia.ceph.com iface ens1f0... 2024-01-16T09:51:39.474 DEBUG:teuthology.orchestra.run.smithi038:> sudo ip addr add 10.0.15.38/16 dev ens1f0 2024-01-16T09:51:39.531 INFO:tasks.vip:peername 172.21.15.133 2024-01-16T09:51:39.534 INFO:tasks.vip:172.21.15.133 in 172.21.0.0/20, pos 3972 2024-01-16T09:51:39.538 INFO:tasks.vip:smithi133.front.sepia.ceph.com static 10.0.15.133, vnet 10.0.0.0/16 2024-01-16T09:51:39.538 DEBUG:teuthology.orchestra.run.smithi133:> sudo ip route ls 2024-01-16T09:51:39.555 INFO:teuthology.orchestra.run.smithi133.stdout:default via 172.21.15.254 dev enp3s0f1 2024-01-16T09:51:39.555 INFO:teuthology.orchestra.run.smithi133.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.133 metric 100 2024-01-16T09:51:39.555 INFO:teuthology.orchestra.run.smithi133.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-01-16T09:51:39.555 INFO:teuthology.orchestra.run.smithi133.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.133 2024-01-16T09:51:39.555 INFO:teuthology.orchestra.run.smithi133.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.133 metric 100 2024-01-16T09:51:39.556 INFO:tasks.vip:Configuring 10.0.15.133 on smithi133.front.sepia.ceph.com iface enp3s0f1... 2024-01-16T09:51:39.556 DEBUG:teuthology.orchestra.run.smithi133:> sudo ip addr add 10.0.15.133/16 dev enp3s0f1 2024-01-16T09:51:39.614 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-16T09:51:39.624 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi038.front.sepia.ceph.com 2024-01-16T09:51:39.624 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2024-01-16T09:51:41.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:40 smithi038 bash[13941]: cluster 2024-01-16T09:51:39.714035+0000 mgr.smithi038.dukxrr (mgr.14180) 260 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:51:41.102 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:40 smithi133 bash[17559]: cluster 2024-01-16T09:51:39.714035+0000 mgr.smithi038.dukxrr (mgr.14180) 260 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:51:42.831 INFO:teuthology.orchestra.run.smithi038.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-01-16T09:51:42.831 INFO:teuthology.orchestra.run.smithi038.stdout:smithi038 /dev/nvme0n1 ssd INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN 3726G 3m ago Has a FileSystem, LVM detected 2024-01-16T09:51:42.831 INFO:teuthology.orchestra.run.smithi038.stdout:smithi038 /dev/nvme1n1 ssd Linux_4b1426abe0562ebd304e 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-16T09:51:42.831 INFO:teuthology.orchestra.run.smithi038.stdout:smithi038 /dev/nvme2n1 ssd Linux_d14211fb6a6763155739 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-16T09:51:42.831 INFO:teuthology.orchestra.run.smithi038.stdout:smithi038 /dev/nvme3n1 ssd Linux_21586418f41523fdade9 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-16T09:51:42.831 INFO:teuthology.orchestra.run.smithi038.stdout:smithi038 /dev/nvme4n1 ssd Linux_69040d1d07f523b1e12a 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-16T09:51:42.831 INFO:teuthology.orchestra.run.smithi038.stdout:smithi133 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620401AQ400BGN 372G 3m ago Has a FileSystem, LVM detected 2024-01-16T09:51:42.831 INFO:teuthology.orchestra.run.smithi038.stdout:smithi133 /dev/nvme1n1 ssd Linux_dc0ccf30f1b4b0b3134a 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-16T09:51:42.831 INFO:teuthology.orchestra.run.smithi038.stdout:smithi133 /dev/nvme2n1 ssd Linux_e3316f7388acc0023e2d 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-16T09:51:42.832 INFO:teuthology.orchestra.run.smithi038.stdout:smithi133 /dev/nvme3n1 ssd Linux_42c680b0b923a30619f5 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-16T09:51:42.832 INFO:teuthology.orchestra.run.smithi038.stdout:smithi133 /dev/nvme4n1 ssd Linux_16d00ee2bef7c85ada94 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-16T09:51:43.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:42 smithi133 bash[17559]: cluster 2024-01-16T09:51:41.714671+0000 mgr.smithi038.dukxrr (mgr.14180) 261 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:51:43.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:42 smithi038 bash[13941]: cluster 2024-01-16T09:51:41.714671+0000 mgr.smithi038.dukxrr (mgr.14180) 261 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:51:43.589 INFO:teuthology.run_tasks:Running task vip.exec... 2024-01-16T09:51:43.601 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi038.front.sepia.ceph.com 2024-01-16T09:51:43.602 DEBUG:teuthology.orchestra.run.smithi038:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-01-16T09:51:43.615 INFO:teuthology.orchestra.run.smithi038.stderr:+ systemctl stop nfs-server 2024-01-16T09:51:43.741 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi133.front.sepia.ceph.com 2024-01-16T09:51:43.741 DEBUG:teuthology.orchestra.run.smithi133:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-01-16T09:51:43.757 INFO:teuthology.orchestra.run.smithi133.stderr:+ systemctl stop nfs-server 2024-01-16T09:51:43.898 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-16T09:51:43.907 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi038.front.sepia.ceph.com 2024-01-16T09:51:43.907 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2024-01-16T09:51:43.919 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:43 smithi038 bash[13941]: audit 2024-01-16T09:51:42.843327+0000 mon.smithi038 (mon.0) 635 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:51:44.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:43 smithi133 bash[17559]: audit 2024-01-16T09:51:42.843327+0000 mon.smithi038 (mon.0) 635 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:51:45.171 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:44 smithi038 bash[13941]: audit 2024-01-16T09:51:42.827378+0000 mgr.smithi038.dukxrr (mgr.14180) 262 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:51:45.171 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:44 smithi038 bash[13941]: cluster 2024-01-16T09:51:43.715364+0000 mgr.smithi038.dukxrr (mgr.14180) 263 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:51:45.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:44 smithi133 bash[17559]: audit 2024-01-16T09:51:42.827378+0000 mgr.smithi038.dukxrr (mgr.14180) 262 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:51:45.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:44 smithi133 bash[17559]: cluster 2024-01-16T09:51:43.715364+0000 mgr.smithi038.dukxrr (mgr.14180) 263 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:51:46.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:45 smithi133 bash[17559]: cluster 2024-01-16T09:51:45.716122+0000 mgr.smithi038.dukxrr (mgr.14180) 264 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:51:46.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:45 smithi038 bash[13941]: cluster 2024-01-16T09:51:45.716122+0000 mgr.smithi038.dukxrr (mgr.14180) 264 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:51:48.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:48 smithi038 bash[13941]: audit 2024-01-16T09:51:47.188232+0000 mon.smithi038 (mon.0) 636 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-01-16T09:51:48.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:48 smithi133 bash[17559]: audit 2024-01-16T09:51:47.188232+0000 mon.smithi038 (mon.0) 636 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-01-16T09:51:49.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:48 smithi038 bash[13941]: debug 2024-01-16T09:51:48.715+0000 7feff121a700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-01-16T09:51:49.198 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:49 smithi038 bash[13941]: audit 2024-01-16T09:51:47.187372+0000 mgr.smithi038.dukxrr (mgr.14180) 265 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:51:49.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:49 smithi038 bash[13941]: audit 2024-01-16T09:51:47.706589+0000 mon.smithi038 (mon.0) 637 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-01-16T09:51:49.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:49 smithi038 bash[13941]: cluster 2024-01-16T09:51:47.706735+0000 mon.smithi038 (mon.0) 638 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-01-16T09:51:49.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:49 smithi038 bash[13941]: audit 2024-01-16T09:51:47.708996+0000 mon.smithi038 (mon.0) 639 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-01-16T09:51:49.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:49 smithi038 bash[13941]: cluster 2024-01-16T09:51:47.716686+0000 mgr.smithi038.dukxrr (mgr.14180) 266 : cluster [DBG] pgmap v243: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:51:49.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:49 smithi038 bash[13941]: audit 2024-01-16T09:51:48.334044+0000 mon.smithi038 (mon.0) 640 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:51:49.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:49 smithi038 bash[13941]: audit 2024-01-16T09:51:48.713243+0000 mon.smithi038 (mon.0) 641 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-01-16T09:51:49.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:49 smithi038 bash[13941]: cluster 2024-01-16T09:51:48.713638+0000 mon.smithi038 (mon.0) 642 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-01-16T09:51:49.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:49 smithi038 bash[13941]: audit 2024-01-16T09:51:48.715881+0000 mon.smithi038 (mon.0) 643 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-01-16T09:51:49.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:49 smithi038 bash[13941]: cluster 2024-01-16T09:51:48.717144+0000 mon.smithi038 (mon.0) 644 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-01-16T09:51:49.532 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:49 smithi038 bash[13941]: cluster 2024-01-16T09:51:48.717437+0000 mon.smithi038 (mon.0) 645 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-01-16T09:51:49.532 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:49 smithi038 bash[13941]: cluster 2024-01-16T09:51:48.725440+0000 mon.smithi038 (mon.0) 646 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-01-16T09:51:49.532 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:49 smithi038 bash[13941]: audit 2024-01-16T09:51:48.729676+0000 mon.smithi038 (mon.0) 647 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-01-16T09:51:49.532 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:49 smithi038 bash[13941]: cluster 2024-01-16T09:51:48.729848+0000 mon.smithi038 (mon.0) 648 : cluster [DBG] fsmap foofs:0 2024-01-16T09:51:49.532 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:49 smithi038 bash[13941]: cephadm 2024-01-16T09:51:48.739170+0000 mgr.smithi038.dukxrr (mgr.14180) 267 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-01-16T09:51:49.532 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:49 smithi038 bash[13941]: audit 2024-01-16T09:51:48.745014+0000 mon.smithi038 (mon.0) 649 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:51:49.573 INFO:teuthology.run_tasks:Running task cephadm.apply... 2024-01-16T09:51:49.583 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.38/16' 2024-01-16T09:51:49.584 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch apply -i - 2024-01-16T09:51:49.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:49 smithi133 bash[17559]: audit 2024-01-16T09:51:47.187372+0000 mgr.smithi038.dukxrr (mgr.14180) 265 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:51:49.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:49 smithi133 bash[17559]: audit 2024-01-16T09:51:47.706589+0000 mon.smithi038 (mon.0) 637 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-01-16T09:51:49.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:49 smithi133 bash[17559]: cluster 2024-01-16T09:51:47.706735+0000 mon.smithi038 (mon.0) 638 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-01-16T09:51:49.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:49 smithi133 bash[17559]: audit 2024-01-16T09:51:47.708996+0000 mon.smithi038 (mon.0) 639 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-01-16T09:51:49.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:49 smithi133 bash[17559]: cluster 2024-01-16T09:51:47.716686+0000 mgr.smithi038.dukxrr (mgr.14180) 266 : cluster [DBG] pgmap v243: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:51:49.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:49 smithi133 bash[17559]: audit 2024-01-16T09:51:48.334044+0000 mon.smithi038 (mon.0) 640 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:51:49.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:49 smithi133 bash[17559]: audit 2024-01-16T09:51:48.713243+0000 mon.smithi038 (mon.0) 641 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-01-16T09:51:49.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:49 smithi133 bash[17559]: cluster 2024-01-16T09:51:48.713638+0000 mon.smithi038 (mon.0) 642 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-01-16T09:51:49.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:49 smithi133 bash[17559]: audit 2024-01-16T09:51:48.715881+0000 mon.smithi038 (mon.0) 643 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-01-16T09:51:49.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:49 smithi133 bash[17559]: cluster 2024-01-16T09:51:48.717144+0000 mon.smithi038 (mon.0) 644 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-01-16T09:51:49.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:49 smithi133 bash[17559]: cluster 2024-01-16T09:51:48.717437+0000 mon.smithi038 (mon.0) 645 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-01-16T09:51:49.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:49 smithi133 bash[17559]: cluster 2024-01-16T09:51:48.725440+0000 mon.smithi038 (mon.0) 646 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-01-16T09:51:49.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:49 smithi133 bash[17559]: audit 2024-01-16T09:51:48.729676+0000 mon.smithi038 (mon.0) 647 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-01-16T09:51:49.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:49 smithi133 bash[17559]: cluster 2024-01-16T09:51:48.729848+0000 mon.smithi038 (mon.0) 648 : cluster [DBG] fsmap foofs:0 2024-01-16T09:51:49.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:49 smithi133 bash[17559]: cephadm 2024-01-16T09:51:48.739170+0000 mgr.smithi038.dukxrr (mgr.14180) 267 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-01-16T09:51:49.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:49 smithi133 bash[17559]: audit 2024-01-16T09:51:48.745014+0000 mon.smithi038 (mon.0) 649 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:51:51.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:50 smithi038 bash[13941]: audit 2024-01-16T09:51:49.676444+0000 mon.smithi038 (mon.0) 650 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:51:51.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:50 smithi038 bash[13941]: cluster 2024-01-16T09:51:49.717423+0000 mgr.smithi038.dukxrr (mgr.14180) 268 : cluster [DBG] pgmap v246: 65 pgs: 16 creating+peering, 41 unknown, 8 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:51:51.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:50 smithi038 bash[13941]: cluster 2024-01-16T09:51:49.728316+0000 mon.smithi038 (mon.0) 651 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-01-16T09:51:51.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:50 smithi133 bash[17559]: audit 2024-01-16T09:51:49.676444+0000 mon.smithi038 (mon.0) 650 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:51:51.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:50 smithi133 bash[17559]: cluster 2024-01-16T09:51:49.717423+0000 mgr.smithi038.dukxrr (mgr.14180) 268 : cluster [DBG] pgmap v246: 65 pgs: 16 creating+peering, 41 unknown, 8 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:51:51.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:50 smithi133 bash[17559]: cluster 2024-01-16T09:51:49.728316+0000 mon.smithi038 (mon.0) 651 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-01-16T09:51:51.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:51 smithi133 bash[17559]: cluster 2024-01-16T09:51:50.729462+0000 mon.smithi038 (mon.0) 652 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-01-16T09:51:52.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:51 smithi038 bash[13941]: cluster 2024-01-16T09:51:50.729462+0000 mon.smithi038 (mon.0) 652 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-01-16T09:51:52.911 INFO:teuthology.orchestra.run.smithi038.stdout:Scheduled nfs.foo update... 2024-01-16T09:51:52.912 INFO:teuthology.orchestra.run.smithi038.stdout:Scheduled ingress.nfs.foo update... 2024-01-16T09:51:53.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:52 smithi038 bash[13941]: cluster 2024-01-16T09:51:51.718116+0000 mgr.smithi038.dukxrr (mgr.14180) 269 : cluster [DBG] pgmap v249: 65 pgs: 16 creating+peering, 38 unknown, 11 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:51:53.122 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:52 smithi133 bash[17559]: cluster 2024-01-16T09:51:51.718116+0000 mgr.smithi038.dukxrr (mgr.14180) 269 : cluster [DBG] pgmap v249: 65 pgs: 16 creating+peering, 38 unknown, 11 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:51:53.684 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-01-16T09:51:53.694 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-01-16T09:51:53.694 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:51:54.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:53 smithi038 bash[13941]: audit 2024-01-16T09:51:52.887909+0000 mgr.smithi038.dukxrr (mgr.14180) 270 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:51:54.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:53 smithi038 bash[13941]: cephadm 2024-01-16T09:51:52.896511+0000 mgr.smithi038.dukxrr (mgr.14180) 271 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2024-01-16T09:51:54.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:53 smithi038 bash[13941]: audit 2024-01-16T09:51:52.904627+0000 mon.smithi038 (mon.0) 653 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:51:54.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:53 smithi038 bash[13941]: cephadm 2024-01-16T09:51:52.905304+0000 mgr.smithi038.dukxrr (mgr.14180) 272 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-01-16T09:51:54.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:53 smithi038 bash[13941]: audit 2024-01-16T09:51:52.914465+0000 mon.smithi038 (mon.0) 654 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:51:54.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:53 smithi038 bash[13941]: cluster 2024-01-16T09:51:53.718675+0000 mgr.smithi038.dukxrr (mgr.14180) 273 : cluster [DBG] pgmap v250: 65 pgs: 5 creating+peering, 60 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:51:54.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:53 smithi133 bash[17559]: audit 2024-01-16T09:51:52.887909+0000 mgr.smithi038.dukxrr (mgr.14180) 270 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:51:54.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:53 smithi133 bash[17559]: cephadm 2024-01-16T09:51:52.896511+0000 mgr.smithi038.dukxrr (mgr.14180) 271 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2024-01-16T09:51:54.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:53 smithi133 bash[17559]: audit 2024-01-16T09:51:52.904627+0000 mon.smithi038 (mon.0) 653 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:51:54.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:53 smithi133 bash[17559]: cephadm 2024-01-16T09:51:52.905304+0000 mgr.smithi038.dukxrr (mgr.14180) 272 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-01-16T09:51:54.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:53 smithi133 bash[17559]: audit 2024-01-16T09:51:52.914465+0000 mon.smithi038 (mon.0) 654 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:51:54.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:53 smithi133 bash[17559]: cluster 2024-01-16T09:51:53.718675+0000 mgr.smithi038.dukxrr (mgr.14180) 273 : cluster [DBG] pgmap v250: 65 pgs: 5 creating+peering, 60 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:51:57.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:56 smithi038 bash[13941]: cluster 2024-01-16T09:51:55.719382+0000 mgr.smithi038.dukxrr (mgr.14180) 274 : cluster [DBG] pgmap v251: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:51:57.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:56 smithi133 bash[17559]: cluster 2024-01-16T09:51:55.719382+0000 mgr.smithi038.dukxrr (mgr.14180) 274 : cluster [DBG] pgmap v251: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:51:57.440 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:51:57.441 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:51:49.662674Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:51:48.317884Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:51:49.663181Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:51:52.914886Z 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.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:51:48.318238Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:51:48.318490Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:51:48.318729Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:51:48.318962Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:51:49.663681Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:51:58.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:57 smithi133 bash[17559]: audit 2024-01-16T09:51:57.435552+0000 mgr.smithi038.dukxrr (mgr.14180) 275 : audit [DBG] from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:51:58.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:57 smithi133 bash[17559]: cluster 2024-01-16T09:51:57.720293+0000 mgr.smithi038.dukxrr (mgr.14180) 276 : cluster [DBG] pgmap v252: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:51:58.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:57 smithi038 bash[13941]: audit 2024-01-16T09:51:57.435552+0000 mgr.smithi038.dukxrr (mgr.14180) 275 : audit [DBG] from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:51:58.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:57 smithi038 bash[13941]: cluster 2024-01-16T09:51:57.720293+0000 mgr.smithi038.dukxrr (mgr.14180) 276 : cluster [DBG] pgmap v252: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:51:58.826 INFO:tasks.cephadm:nfs.foo has 0/2 2024-01-16T09:51:59.827 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:51:59.841 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:51:59 smithi038 bash[13941]: audit 2024-01-16T09:51:58.557068+0000 mon.smithi038 (mon.0) 655 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:51:59.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:51:59 smithi133 bash[17559]: audit 2024-01-16T09:51:58.557068+0000 mon.smithi038 (mon.0) 655 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:52:01.132 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:00 smithi038 bash[13941]: cluster 2024-01-16T09:51:59.721131+0000 mgr.smithi038.dukxrr (mgr.14180) 277 : cluster [DBG] pgmap v253: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:52:01.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:00 smithi133 bash[17559]: cluster 2024-01-16T09:51:59.721131+0000 mgr.smithi038.dukxrr (mgr.14180) 277 : cluster [DBG] pgmap v253: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:52:03.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:02 smithi133 bash[17559]: cluster 2024-01-16T09:52:01.721886+0000 mgr.smithi038.dukxrr (mgr.14180) 278 : cluster [DBG] pgmap v254: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:52:03.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:02 smithi133 bash[17559]: audit 2024-01-16T09:52:02.158941+0000 mon.smithi038 (mon.0) 656 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:52:03.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:02 smithi133 bash[17559]: audit 2024-01-16T09:52:02.463467+0000 mon.smithi038 (mon.0) 657 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:52:03.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:02 smithi133 bash[17559]: audit 2024-01-16T09:52:02.464909+0000 mon.smithi038 (mon.0) 658 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T09:52:03.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:02 smithi133 bash[17559]: audit 2024-01-16T09:52:02.477072+0000 mon.smithi038 (mon.0) 659 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:52:03.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:02 smithi133 bash[17559]: audit 2024-01-16T09:52:02.486002+0000 mon.smithi038 (mon.0) 660 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T09:52:03.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:02 smithi133 bash[17559]: audit 2024-01-16T09:52:02.498159+0000 mon.smithi038 (mon.0) 661 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:52:03.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:02 smithi133 bash[17559]: audit 2024-01-16T09:52:02.499472+0000 mon.smithi038 (mon.0) 662 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi133.srupzd", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-01-16T09:52:03.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:02 smithi133 bash[17559]: audit 2024-01-16T09:52:02.507546+0000 mon.smithi038 (mon.0) 663 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi133.srupzd", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-01-16T09:52:03.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:02 smithi133 bash[17559]: audit 2024-01-16T09:52:02.508643+0000 mon.smithi038 (mon.0) 664 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:52:03.192 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:02 smithi038 bash[13941]: cluster 2024-01-16T09:52:01.721886+0000 mgr.smithi038.dukxrr (mgr.14180) 278 : cluster [DBG] pgmap v254: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:52:03.192 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:02 smithi038 bash[13941]: audit 2024-01-16T09:52:02.158941+0000 mon.smithi038 (mon.0) 656 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:52:03.192 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:02 smithi038 bash[13941]: audit 2024-01-16T09:52:02.463467+0000 mon.smithi038 (mon.0) 657 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:52:03.192 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:02 smithi038 bash[13941]: audit 2024-01-16T09:52:02.464909+0000 mon.smithi038 (mon.0) 658 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T09:52:03.193 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:02 smithi038 bash[13941]: audit 2024-01-16T09:52:02.477072+0000 mon.smithi038 (mon.0) 659 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:52:03.193 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:02 smithi038 bash[13941]: audit 2024-01-16T09:52:02.486002+0000 mon.smithi038 (mon.0) 660 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T09:52:03.193 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:02 smithi038 bash[13941]: audit 2024-01-16T09:52:02.498159+0000 mon.smithi038 (mon.0) 661 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:52:03.193 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:02 smithi038 bash[13941]: audit 2024-01-16T09:52:02.499472+0000 mon.smithi038 (mon.0) 662 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi133.srupzd", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-01-16T09:52:03.193 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:02 smithi038 bash[13941]: audit 2024-01-16T09:52:02.507546+0000 mon.smithi038 (mon.0) 663 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi133.srupzd", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-01-16T09:52:03.193 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:02 smithi038 bash[13941]: audit 2024-01-16T09:52:02.508643+0000 mon.smithi038 (mon.0) 664 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:52:03.613 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:52:03.613 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:51:49.662674Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:51:48.317884Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:51:49.663181Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:51:52.914886Z 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.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:51:48.318238Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:51:48.318490Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:51:48.318729Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:51:48.318962Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:51:49.663681Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:52:04.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:03 smithi038 bash[13941]: cephadm 2024-01-16T09:52:02.509674+0000 mgr.smithi038.dukxrr (mgr.14180) 279 : cephadm [INF] Deploying daemon mds.foofs.smithi133.srupzd on smithi133 2024-01-16T09:52:04.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:03 smithi038 bash[13941]: audit 2024-01-16T09:52:02.823178+0000 mon.smithi038 (mon.0) 665 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:52:04.042 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:03 smithi133 bash[17559]: cephadm 2024-01-16T09:52:02.509674+0000 mgr.smithi038.dukxrr (mgr.14180) 279 : cephadm [INF] Deploying daemon mds.foofs.smithi133.srupzd on smithi133 2024-01-16T09:52:04.042 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:03 smithi133 bash[17559]: audit 2024-01-16T09:52:02.823178+0000 mon.smithi038 (mon.0) 665 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:52:04.353 INFO:tasks.cephadm:nfs.foo has 0/2 2024-01-16T09:52:05.099 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:04 smithi133 bash[17559]: audit 2024-01-16T09:52:03.605665+0000 mgr.smithi038.dukxrr (mgr.14180) 280 : audit [DBG] from='client.14538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:05.099 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:04 smithi133 bash[17559]: cluster 2024-01-16T09:52:03.722859+0000 mgr.smithi038.dukxrr (mgr.14180) 281 : cluster [DBG] pgmap v255: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:52:05.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:04 smithi038 bash[13941]: audit 2024-01-16T09:52:03.605665+0000 mgr.smithi038.dukxrr (mgr.14180) 280 : audit [DBG] from='client.14538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:05.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:04 smithi038 bash[13941]: cluster 2024-01-16T09:52:03.722859+0000 mgr.smithi038.dukxrr (mgr.14180) 281 : cluster [DBG] pgmap v255: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:52:05.354 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:52:06.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:06 smithi133 bash[17559]: audit 2024-01-16T09:52:05.071004+0000 mon.smithi038 (mon.0) 666 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:52:06.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:06 smithi133 bash[17559]: audit 2024-01-16T09:52:05.072916+0000 mon.smithi038 (mon.0) 667 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi038.gtldng", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-01-16T09:52:06.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:06 smithi133 bash[17559]: audit 2024-01-16T09:52:05.077266+0000 mon.smithi038 (mon.0) 668 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi038.gtldng", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-01-16T09:52:06.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:06 smithi133 bash[17559]: audit 2024-01-16T09:52:05.078489+0000 mon.smithi038 (mon.0) 669 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:52:06.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:06 smithi133 bash[17559]: cephadm 2024-01-16T09:52:05.079922+0000 mgr.smithi038.dukxrr (mgr.14180) 282 : cephadm [INF] Deploying daemon mds.foofs.smithi038.gtldng on smithi038 2024-01-16T09:52:06.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:06 smithi133 bash[17559]: cluster 2024-01-16T09:52:05.723516+0000 mgr.smithi038.dukxrr (mgr.14180) 283 : cluster [DBG] pgmap v256: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:52:06.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:06 smithi038 bash[13941]: audit 2024-01-16T09:52:05.071004+0000 mon.smithi038 (mon.0) 666 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:52:06.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:06 smithi038 bash[13941]: audit 2024-01-16T09:52:05.072916+0000 mon.smithi038 (mon.0) 667 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi038.gtldng", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-01-16T09:52:06.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:06 smithi038 bash[13941]: audit 2024-01-16T09:52:05.077266+0000 mon.smithi038 (mon.0) 668 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi038.gtldng", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-01-16T09:52:06.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:06 smithi038 bash[13941]: audit 2024-01-16T09:52:05.078489+0000 mon.smithi038 (mon.0) 669 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:52:06.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:06 smithi038 bash[13941]: cephadm 2024-01-16T09:52:05.079922+0000 mgr.smithi038.dukxrr (mgr.14180) 282 : cephadm [INF] Deploying daemon mds.foofs.smithi038.gtldng on smithi038 2024-01-16T09:52:06.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:06 smithi038 bash[13941]: cluster 2024-01-16T09:52:05.723516+0000 mgr.smithi038.dukxrr (mgr.14180) 283 : cluster [DBG] pgmap v256: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:52:08.305 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:08 smithi038 bash[13941]: cluster 2024-01-16T09:52:07.083576+0000 mon.smithi038 (mon.0) 670 : cluster [DBG] mds.? [v2:172.21.15.133:6832/1565096591,v1:172.21.15.133:6833/1565096591] up:boot 2024-01-16T09:52:08.305 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:08 smithi038 bash[13941]: cluster 2024-01-16T09:52:07.083739+0000 mon.smithi038 (mon.0) 671 : cluster [INF] daemon mds.foofs.smithi133.srupzd assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-01-16T09:52:08.305 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:08 smithi038 bash[13941]: cluster 2024-01-16T09:52:07.083909+0000 mon.smithi038 (mon.0) 672 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-01-16T09:52:08.305 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:08 smithi038 bash[13941]: cluster 2024-01-16T09:52:07.083979+0000 mon.smithi038 (mon.0) 673 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-01-16T09:52:08.305 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:08 smithi038 bash[13941]: cluster 2024-01-16T09:52:07.084039+0000 mon.smithi038 (mon.0) 674 : cluster [INF] Cluster is now healthy 2024-01-16T09:52:08.305 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:08 smithi038 bash[13941]: cluster 2024-01-16T09:52:07.084548+0000 mon.smithi038 (mon.0) 675 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-01-16T09:52:08.305 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:08 smithi038 bash[13941]: audit 2024-01-16T09:52:07.084688+0000 mon.smithi038 (mon.0) 676 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi133.srupzd"}]: dispatch 2024-01-16T09:52:08.305 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:08 smithi038 bash[13941]: cluster 2024-01-16T09:52:07.087692+0000 mon.smithi038 (mon.0) 677 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi133.srupzd=up:creating} 2024-01-16T09:52:08.305 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:08 smithi038 bash[13941]: cluster 2024-01-16T09:52:07.107258+0000 mon.smithi038 (mon.0) 678 : cluster [INF] daemon mds.foofs.smithi133.srupzd is now active in filesystem foofs as rank 0 2024-01-16T09:52:08.305 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:08 smithi038 bash[13941]: cluster 2024-01-16T09:52:07.724312+0000 mgr.smithi038.dukxrr (mgr.14180) 284 : cluster [DBG] pgmap v257: 65 pgs: 65 active+clean; 194 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:52:08.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:08 smithi133 bash[17559]: cluster 2024-01-16T09:52:07.083576+0000 mon.smithi038 (mon.0) 670 : cluster [DBG] mds.? [v2:172.21.15.133:6832/1565096591,v1:172.21.15.133:6833/1565096591] up:boot 2024-01-16T09:52:08.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:08 smithi133 bash[17559]: cluster 2024-01-16T09:52:07.083739+0000 mon.smithi038 (mon.0) 671 : cluster [INF] daemon mds.foofs.smithi133.srupzd assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-01-16T09:52:08.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:08 smithi133 bash[17559]: cluster 2024-01-16T09:52:07.083909+0000 mon.smithi038 (mon.0) 672 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-01-16T09:52:08.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:08 smithi133 bash[17559]: cluster 2024-01-16T09:52:07.083979+0000 mon.smithi038 (mon.0) 673 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-01-16T09:52:08.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:08 smithi133 bash[17559]: cluster 2024-01-16T09:52:07.084039+0000 mon.smithi038 (mon.0) 674 : cluster [INF] Cluster is now healthy 2024-01-16T09:52:08.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:08 smithi133 bash[17559]: cluster 2024-01-16T09:52:07.084548+0000 mon.smithi038 (mon.0) 675 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-01-16T09:52:08.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:08 smithi133 bash[17559]: audit 2024-01-16T09:52:07.084688+0000 mon.smithi038 (mon.0) 676 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi133.srupzd"}]: dispatch 2024-01-16T09:52:08.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:08 smithi133 bash[17559]: cluster 2024-01-16T09:52:07.087692+0000 mon.smithi038 (mon.0) 677 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi133.srupzd=up:creating} 2024-01-16T09:52:08.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:08 smithi133 bash[17559]: cluster 2024-01-16T09:52:07.107258+0000 mon.smithi038 (mon.0) 678 : cluster [INF] daemon mds.foofs.smithi133.srupzd is now active in filesystem foofs as rank 0 2024-01-16T09:52:08.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:08 smithi133 bash[17559]: cluster 2024-01-16T09:52:07.724312+0000 mgr.smithi038.dukxrr (mgr.14180) 284 : cluster [DBG] pgmap v257: 65 pgs: 65 active+clean; 194 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:52:09.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:09 smithi038 bash[13941]: cluster 2024-01-16T09:52:08.095698+0000 mon.smithi038 (mon.0) 679 : cluster [DBG] mds.? [v2:172.21.15.133:6832/1565096591,v1:172.21.15.133:6833/1565096591] up:active 2024-01-16T09:52:09.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:09 smithi038 bash[13941]: cluster 2024-01-16T09:52:08.095746+0000 mon.smithi038 (mon.0) 680 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi133.srupzd=up:active} 2024-01-16T09:52:09.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:09 smithi038 bash[13941]: audit 2024-01-16T09:52:08.590360+0000 mon.smithi038 (mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:52:09.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:09 smithi038 bash[13941]: audit 2024-01-16T09:52:08.597186+0000 mon.smithi038 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:52:09.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:09 smithi038 bash[13941]: audit 2024-01-16T09:52:08.622068+0000 mon.smithi038 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-01-16T09:52:09.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:09 smithi133 bash[17559]: cluster 2024-01-16T09:52:08.095698+0000 mon.smithi038 (mon.0) 679 : cluster [DBG] mds.? [v2:172.21.15.133:6832/1565096591,v1:172.21.15.133:6833/1565096591] up:active 2024-01-16T09:52:09.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:09 smithi133 bash[17559]: cluster 2024-01-16T09:52:08.095746+0000 mon.smithi038 (mon.0) 680 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi133.srupzd=up:active} 2024-01-16T09:52:09.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:09 smithi133 bash[17559]: audit 2024-01-16T09:52:08.590360+0000 mon.smithi038 (mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:52:09.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:09 smithi133 bash[17559]: audit 2024-01-16T09:52:08.597186+0000 mon.smithi038 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:52:09.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:09 smithi133 bash[17559]: audit 2024-01-16T09:52:08.622068+0000 mon.smithi038 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-01-16T09:52:10.393 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:52:10.393 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:51:49.662674Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:51:48.317884Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:51:49.663181Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:51:52.914886Z 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.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:51:48.318238Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:51:48.318490Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:51:48.318729Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:51:48.318962Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:51:49.663681Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:52:10.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:10 smithi038 bash[13941]: audit 2024-01-16T09:52:09.603453+0000 mon.smithi038 (mon.0) 684 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-01-16T09:52:10.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:10 smithi038 bash[13941]: cluster 2024-01-16T09:52:09.603572+0000 mon.smithi038 (mon.0) 685 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-01-16T09:52:10.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:10 smithi038 bash[13941]: audit 2024-01-16T09:52:09.608139+0000 mon.smithi038 (mon.0) 686 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-01-16T09:52:10.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:10 smithi038 bash[13941]: cluster 2024-01-16T09:52:09.724874+0000 mgr.smithi038.dukxrr (mgr.14180) 285 : cluster [DBG] pgmap v259: 97 pgs: 32 unknown, 65 active+clean; 2.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s wr, 9 op/s 2024-01-16T09:52:10.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:10 smithi133 bash[17559]: audit 2024-01-16T09:52:09.603453+0000 mon.smithi038 (mon.0) 684 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-01-16T09:52:10.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:10 smithi133 bash[17559]: cluster 2024-01-16T09:52:09.603572+0000 mon.smithi038 (mon.0) 685 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-01-16T09:52:10.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:10 smithi133 bash[17559]: audit 2024-01-16T09:52:09.608139+0000 mon.smithi038 (mon.0) 686 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-01-16T09:52:10.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:10 smithi133 bash[17559]: cluster 2024-01-16T09:52:09.724874+0000 mgr.smithi038.dukxrr (mgr.14180) 285 : cluster [DBG] pgmap v259: 97 pgs: 32 unknown, 65 active+clean; 2.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s wr, 9 op/s 2024-01-16T09:52:11.372 INFO:tasks.cephadm:nfs.foo has 0/2 2024-01-16T09:52:11.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:11 smithi038 bash[13941]: audit 2024-01-16T09:52:10.387127+0000 mgr.smithi038.dukxrr (mgr.14180) 286 : audit [DBG] from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:11.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:11 smithi038 bash[13941]: audit 2024-01-16T09:52:10.612999+0000 mon.smithi038 (mon.0) 687 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-01-16T09:52:11.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:11 smithi038 bash[13941]: cluster 2024-01-16T09:52:10.613256+0000 mon.smithi038 (mon.0) 688 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-01-16T09:52:11.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:11 smithi038 bash[13941]: cephadm 2024-01-16T09:52:10.615980+0000 mgr.smithi038.dukxrr (mgr.14180) 287 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi038.orkyag 2024-01-16T09:52:11.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:11 smithi038 bash[13941]: audit 2024-01-16T09:52:10.616603+0000 mon.smithi038 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi038.orkyag", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-01-16T09:52:11.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:11 smithi038 bash[13941]: audit 2024-01-16T09:52:10.625481+0000 mon.smithi038 (mon.0) 690 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi038.orkyag", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-01-16T09:52:11.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:11 smithi038 bash[13941]: cephadm 2024-01-16T09:52:10.627033+0000 mgr.smithi038.dukxrr (mgr.14180) 288 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-01-16T09:52:11.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:11 smithi038 bash[13941]: audit 2024-01-16T09:52:10.627837+0000 mon.smithi038 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-01-16T09:52:11.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:11 smithi038 bash[13941]: audit 2024-01-16T09:52:10.634805+0000 mon.smithi038 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-01-16T09:52:11.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:11 smithi038 bash[13941]: audit 2024-01-16T09:52:10.637210+0000 mon.smithi038 (mon.0) 693 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:52:11.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:11 smithi038 bash[13941]: audit 2024-01-16T09:52:10.691165+0000 mon.smithi038 (mon.0) 694 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-01-16T09:52:11.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:11 smithi038 bash[13941]: audit 2024-01-16T09:52:10.696513+0000 mon.smithi038 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-01-16T09:52:11.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:11 smithi038 bash[13941]: cephadm 2024-01-16T09:52:10.754158+0000 mgr.smithi038.dukxrr (mgr.14180) 289 : cephadm [INF] Creating rados config object: conf-nfs.foo 2024-01-16T09:52:11.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:11 smithi038 bash[13941]: cluster 2024-01-16T09:52:10.812081+0000 mon.smithi038 (mon.0) 696 : cluster [DBG] mds.? [v2:172.21.15.38:6834/4255905824,v1:172.21.15.38:6835/4255905824] up:boot 2024-01-16T09:52:11.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:11 smithi038 bash[13941]: cluster 2024-01-16T09:52:10.812644+0000 mon.smithi038 (mon.0) 697 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi133.srupzd=up:active} 1 up:standby 2024-01-16T09:52:11.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:11 smithi038 bash[13941]: cephadm 2024-01-16T09:52:10.812702+0000 mgr.smithi038.dukxrr (mgr.14180) 290 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi038.orkyag-rgw 2024-01-16T09:52:11.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:11 smithi038 bash[13941]: audit 2024-01-16T09:52:10.813628+0000 mon.smithi038 (mon.0) 698 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi038.gtldng"}]: dispatch 2024-01-16T09:52:11.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:11 smithi038 bash[13941]: cluster 2024-01-16T09:52:10.816536+0000 mon.smithi038 (mon.0) 699 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi133.srupzd=up:active} 1 up:standby 2024-01-16T09:52:11.783 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:11 smithi038 bash[13941]: audit 2024-01-16T09:52:10.816764+0000 mon.smithi038 (mon.0) 700 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi038.orkyag-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-16T09:52:11.783 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:11 smithi038 bash[13941]: audit 2024-01-16T09:52:10.817856+0000 mon.smithi038 (mon.0) 701 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi038.gtldng"}]: dispatch 2024-01-16T09:52:11.783 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:11 smithi038 bash[13941]: audit 2024-01-16T09:52:10.822268+0000 mon.smithi038 (mon.0) 702 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi038.orkyag-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-16T09:52:11.783 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:11 smithi038 bash[13941]: audit 2024-01-16T09:52:10.827256+0000 mon.smithi038 (mon.0) 703 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:52:11.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:11 smithi133 bash[17559]: audit 2024-01-16T09:52:10.387127+0000 mgr.smithi038.dukxrr (mgr.14180) 286 : audit [DBG] from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:11.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:11 smithi133 bash[17559]: audit 2024-01-16T09:52:10.612999+0000 mon.smithi038 (mon.0) 687 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-01-16T09:52:11.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:11 smithi133 bash[17559]: cluster 2024-01-16T09:52:10.613256+0000 mon.smithi038 (mon.0) 688 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-01-16T09:52:11.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:11 smithi133 bash[17559]: cephadm 2024-01-16T09:52:10.615980+0000 mgr.smithi038.dukxrr (mgr.14180) 287 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi038.orkyag 2024-01-16T09:52:11.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:11 smithi133 bash[17559]: audit 2024-01-16T09:52:10.616603+0000 mon.smithi038 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi038.orkyag", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-01-16T09:52:11.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:11 smithi133 bash[17559]: audit 2024-01-16T09:52:10.625481+0000 mon.smithi038 (mon.0) 690 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi038.orkyag", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-01-16T09:52:11.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:11 smithi133 bash[17559]: cephadm 2024-01-16T09:52:10.627033+0000 mgr.smithi038.dukxrr (mgr.14180) 288 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-01-16T09:52:11.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:11 smithi133 bash[17559]: audit 2024-01-16T09:52:10.627837+0000 mon.smithi038 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-01-16T09:52:11.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:11 smithi133 bash[17559]: audit 2024-01-16T09:52:10.634805+0000 mon.smithi038 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-01-16T09:52:11.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:11 smithi133 bash[17559]: audit 2024-01-16T09:52:10.637210+0000 mon.smithi038 (mon.0) 693 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:52:11.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:11 smithi133 bash[17559]: audit 2024-01-16T09:52:10.691165+0000 mon.smithi038 (mon.0) 694 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-01-16T09:52:11.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:11 smithi133 bash[17559]: audit 2024-01-16T09:52:10.696513+0000 mon.smithi038 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-01-16T09:52:11.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:11 smithi133 bash[17559]: cephadm 2024-01-16T09:52:10.754158+0000 mgr.smithi038.dukxrr (mgr.14180) 289 : cephadm [INF] Creating rados config object: conf-nfs.foo 2024-01-16T09:52:11.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:11 smithi133 bash[17559]: cluster 2024-01-16T09:52:10.812081+0000 mon.smithi038 (mon.0) 696 : cluster [DBG] mds.? [v2:172.21.15.38:6834/4255905824,v1:172.21.15.38:6835/4255905824] up:boot 2024-01-16T09:52:11.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:11 smithi133 bash[17559]: cluster 2024-01-16T09:52:10.812644+0000 mon.smithi038 (mon.0) 697 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi133.srupzd=up:active} 1 up:standby 2024-01-16T09:52:11.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:11 smithi133 bash[17559]: cephadm 2024-01-16T09:52:10.812702+0000 mgr.smithi038.dukxrr (mgr.14180) 290 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi038.orkyag-rgw 2024-01-16T09:52:11.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:11 smithi133 bash[17559]: audit 2024-01-16T09:52:10.813628+0000 mon.smithi038 (mon.0) 698 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi038.gtldng"}]: dispatch 2024-01-16T09:52:11.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:11 smithi133 bash[17559]: cluster 2024-01-16T09:52:10.816536+0000 mon.smithi038 (mon.0) 699 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi133.srupzd=up:active} 1 up:standby 2024-01-16T09:52:11.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:11 smithi133 bash[17559]: audit 2024-01-16T09:52:10.816764+0000 mon.smithi038 (mon.0) 700 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi038.orkyag-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-16T09:52:11.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:11 smithi133 bash[17559]: audit 2024-01-16T09:52:10.817856+0000 mon.smithi038 (mon.0) 701 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi038.gtldng"}]: dispatch 2024-01-16T09:52:11.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:11 smithi133 bash[17559]: audit 2024-01-16T09:52:10.822268+0000 mon.smithi038 (mon.0) 702 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi038.orkyag-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-16T09:52:11.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:11 smithi133 bash[17559]: audit 2024-01-16T09:52:10.827256+0000 mon.smithi038 (mon.0) 703 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:52:12.373 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:52:12.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:12 smithi038 bash[13941]: cephadm 2024-01-16T09:52:10.828389+0000 mgr.smithi038.dukxrr (mgr.14180) 291 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi038.orkyag on smithi038 2024-01-16T09:52:12.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:12 smithi038 bash[13941]: cluster 2024-01-16T09:52:11.615036+0000 mon.smithi038 (mon.0) 704 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-01-16T09:52:12.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:12 smithi038 bash[13941]: cluster 2024-01-16T09:52:11.725594+0000 mgr.smithi038.dukxrr (mgr.14180) 292 : cluster [DBG] pgmap v262: 97 pgs: 28 unknown, 69 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s wr, 5 op/s 2024-01-16T09:52:12.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:12 smithi133 bash[17559]: cephadm 2024-01-16T09:52:10.828389+0000 mgr.smithi038.dukxrr (mgr.14180) 291 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi038.orkyag on smithi038 2024-01-16T09:52:12.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:12 smithi133 bash[17559]: cluster 2024-01-16T09:52:11.615036+0000 mon.smithi038 (mon.0) 704 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-01-16T09:52:12.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:12 smithi133 bash[17559]: cluster 2024-01-16T09:52:11.725594+0000 mgr.smithi038.dukxrr (mgr.14180) 292 : cluster [DBG] pgmap v262: 97 pgs: 28 unknown, 69 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s wr, 5 op/s 2024-01-16T09:52:14.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:14 smithi038 bash[13941]: audit 2024-01-16T09:52:13.118638+0000 mon.smithi038 (mon.0) 705 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:52:14.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:14 smithi038 bash[13941]: cluster 2024-01-16T09:52:13.726230+0000 mgr.smithi038.dukxrr (mgr.14180) 293 : cluster [DBG] pgmap v263: 97 pgs: 7 unknown, 90 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 4 op/s 2024-01-16T09:52:14.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:14 smithi038 bash[13941]: audit 2024-01-16T09:52:14.061707+0000 mon.smithi038 (mon.0) 706 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:52:14.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:14 smithi038 bash[13941]: audit 2024-01-16T09:52:14.063844+0000 mon.smithi038 (mon.0) 707 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi133.uxkchc", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-01-16T09:52:14.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:14 smithi038 bash[13941]: audit 2024-01-16T09:52:14.070218+0000 mon.smithi038 (mon.0) 708 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi133.uxkchc", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-01-16T09:52:14.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:14 smithi038 bash[13941]: audit 2024-01-16T09:52:14.071519+0000 mon.smithi038 (mon.0) 709 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-01-16T09:52:14.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:14 smithi038 bash[13941]: audit 2024-01-16T09:52:14.076865+0000 mon.smithi038 (mon.0) 710 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-01-16T09:52:14.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:14 smithi038 bash[13941]: audit 2024-01-16T09:52:14.078120+0000 mon.smithi038 (mon.0) 711 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:52:14.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:14 smithi133 bash[17559]: audit 2024-01-16T09:52:13.118638+0000 mon.smithi038 (mon.0) 705 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:52:14.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:14 smithi133 bash[17559]: cluster 2024-01-16T09:52:13.726230+0000 mgr.smithi038.dukxrr (mgr.14180) 293 : cluster [DBG] pgmap v263: 97 pgs: 7 unknown, 90 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 4 op/s 2024-01-16T09:52:14.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:14 smithi133 bash[17559]: audit 2024-01-16T09:52:14.061707+0000 mon.smithi038 (mon.0) 706 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:52:14.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:14 smithi133 bash[17559]: audit 2024-01-16T09:52:14.063844+0000 mon.smithi038 (mon.0) 707 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi133.uxkchc", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-01-16T09:52:14.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:14 smithi133 bash[17559]: audit 2024-01-16T09:52:14.070218+0000 mon.smithi038 (mon.0) 708 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi133.uxkchc", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-01-16T09:52:14.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:14 smithi133 bash[17559]: audit 2024-01-16T09:52:14.071519+0000 mon.smithi038 (mon.0) 709 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-01-16T09:52:14.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:14 smithi133 bash[17559]: audit 2024-01-16T09:52:14.076865+0000 mon.smithi038 (mon.0) 710 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-01-16T09:52:14.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:14 smithi133 bash[17559]: audit 2024-01-16T09:52:14.078120+0000 mon.smithi038 (mon.0) 711 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:52:15.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:15 smithi038 bash[13941]: cephadm 2024-01-16T09:52:14.063427+0000 mgr.smithi038.dukxrr (mgr.14180) 294 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi133.uxkchc 2024-01-16T09:52:15.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:15 smithi038 bash[13941]: cephadm 2024-01-16T09:52:14.071172+0000 mgr.smithi038.dukxrr (mgr.14180) 295 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-01-16T09:52:15.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:15 smithi038 bash[13941]: audit 2024-01-16T09:52:14.132396+0000 mon.smithi038 (mon.0) 712 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-01-16T09:52:15.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:15 smithi038 bash[13941]: audit 2024-01-16T09:52:14.136987+0000 mon.smithi038 (mon.0) 713 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-01-16T09:52:15.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:15 smithi038 bash[13941]: cephadm 2024-01-16T09:52:14.191040+0000 mgr.smithi038.dukxrr (mgr.14180) 296 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-01-16T09:52:15.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:15 smithi038 bash[13941]: cephadm 2024-01-16T09:52:14.191224+0000 mgr.smithi038.dukxrr (mgr.14180) 297 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi133.uxkchc-rgw 2024-01-16T09:52:15.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:15 smithi038 bash[13941]: audit 2024-01-16T09:52:14.191817+0000 mon.smithi038 (mon.0) 714 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi133.uxkchc-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-16T09:52:15.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:15 smithi038 bash[13941]: audit 2024-01-16T09:52:14.197846+0000 mon.smithi038 (mon.0) 715 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi133.uxkchc-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-16T09:52:15.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:15 smithi038 bash[13941]: audit 2024-01-16T09:52:14.199185+0000 mon.smithi038 (mon.0) 716 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:52:15.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:15 smithi038 bash[13941]: cephadm 2024-01-16T09:52:14.200115+0000 mgr.smithi038.dukxrr (mgr.14180) 298 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi133.uxkchc on smithi133 2024-01-16T09:52:15.419 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:15 smithi133 bash[17559]: cephadm 2024-01-16T09:52:14.063427+0000 mgr.smithi038.dukxrr (mgr.14180) 294 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi133.uxkchc 2024-01-16T09:52:15.419 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:15 smithi133 bash[17559]: cephadm 2024-01-16T09:52:14.071172+0000 mgr.smithi038.dukxrr (mgr.14180) 295 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-01-16T09:52:15.419 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:15 smithi133 bash[17559]: audit 2024-01-16T09:52:14.132396+0000 mon.smithi038 (mon.0) 712 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-01-16T09:52:15.419 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:15 smithi133 bash[17559]: audit 2024-01-16T09:52:14.136987+0000 mon.smithi038 (mon.0) 713 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-01-16T09:52:15.419 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:15 smithi133 bash[17559]: cephadm 2024-01-16T09:52:14.191040+0000 mgr.smithi038.dukxrr (mgr.14180) 296 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-01-16T09:52:15.419 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:15 smithi133 bash[17559]: cephadm 2024-01-16T09:52:14.191224+0000 mgr.smithi038.dukxrr (mgr.14180) 297 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi133.uxkchc-rgw 2024-01-16T09:52:15.420 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:15 smithi133 bash[17559]: audit 2024-01-16T09:52:14.191817+0000 mon.smithi038 (mon.0) 714 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi133.uxkchc-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-16T09:52:15.420 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:15 smithi133 bash[17559]: audit 2024-01-16T09:52:14.197846+0000 mon.smithi038 (mon.0) 715 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi133.uxkchc-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-16T09:52:15.420 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:15 smithi133 bash[17559]: audit 2024-01-16T09:52:14.199185+0000 mon.smithi038 (mon.0) 716 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:52:15.420 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:15 smithi133 bash[17559]: cephadm 2024-01-16T09:52:14.200115+0000 mgr.smithi038.dukxrr (mgr.14180) 298 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi133.uxkchc on smithi133 2024-01-16T09:52:16.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:16 smithi038 bash[13941]: cluster 2024-01-16T09:52:15.727191+0000 mgr.smithi038.dukxrr (mgr.14180) 299 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 167 B/s rd, 501 B/s wr, 0 op/s 2024-01-16T09:52:16.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:16 smithi133 bash[17559]: cluster 2024-01-16T09:52:15.727191+0000 mgr.smithi038.dukxrr (mgr.14180) 299 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 167 B/s rd, 501 B/s wr, 0 op/s 2024-01-16T09:52:16.531 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:52:16.531 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:51:49.662674Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:51:48.317884Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:51:49.663181Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:51:52.914886Z 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.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:51:48.318238Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:51:48.318490Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:51:48.318729Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:51:48.318962Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:51:49.663681Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:52:17.263 INFO:tasks.cephadm:nfs.foo has 0/2 2024-01-16T09:52:17.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:17 smithi133 bash[17559]: audit 2024-01-16T09:52:16.525458+0000 mgr.smithi038.dukxrr (mgr.14180) 300 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:17.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:17 smithi133 bash[17559]: audit 2024-01-16T09:52:16.850206+0000 mon.smithi038 (mon.0) 717 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:52:17.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:17 smithi133 bash[17559]: audit 2024-01-16T09:52:16.861301+0000 mon.smithi038 (mon.0) 718 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:52:17.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:17 smithi038 bash[13941]: audit 2024-01-16T09:52:16.525458+0000 mgr.smithi038.dukxrr (mgr.14180) 300 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:17.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:17 smithi038 bash[13941]: audit 2024-01-16T09:52:16.850206+0000 mon.smithi038 (mon.0) 717 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:52:17.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:17 smithi038 bash[13941]: audit 2024-01-16T09:52:16.861301+0000 mon.smithi038 (mon.0) 718 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:52:18.264 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:52:19.113 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:18 smithi038 bash[13941]: cephadm 2024-01-16T09:52:16.877122+0000 mgr.smithi038.dukxrr (mgr.14180) 301 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi133.isyuhd on smithi133 2024-01-16T09:52:19.113 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:18 smithi038 bash[13941]: cluster 2024-01-16T09:52:17.728178+0000 mgr.smithi038.dukxrr (mgr.14180) 302 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.2 KiB/s wr, 3 op/s 2024-01-16T09:52:19.113 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:18 smithi038 bash[13941]: audit 2024-01-16T09:52:17.822677+0000 mon.smithi038 (mon.0) 719 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:52:19.113 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:18 smithi038 bash[13941]: audit 2024-01-16T09:52:18.132182+0000 mon.smithi038 (mon.0) 720 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:52:19.123 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:18 smithi133 bash[17559]: cephadm 2024-01-16T09:52:16.877122+0000 mgr.smithi038.dukxrr (mgr.14180) 301 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi133.isyuhd on smithi133 2024-01-16T09:52:19.123 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:18 smithi133 bash[17559]: cluster 2024-01-16T09:52:17.728178+0000 mgr.smithi038.dukxrr (mgr.14180) 302 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.2 KiB/s wr, 3 op/s 2024-01-16T09:52:19.123 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:18 smithi133 bash[17559]: audit 2024-01-16T09:52:17.822677+0000 mon.smithi038 (mon.0) 719 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:52:19.123 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:18 smithi133 bash[17559]: audit 2024-01-16T09:52:18.132182+0000 mon.smithi038 (mon.0) 720 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:52:21.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:20 smithi133 bash[17559]: cluster 2024-01-16T09:52:19.728933+0000 mgr.smithi038.dukxrr (mgr.14180) 303 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.1 KiB/s wr, 2 op/s 2024-01-16T09:52:21.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:20 smithi038 bash[13941]: cluster 2024-01-16T09:52:19.728933+0000 mgr.smithi038.dukxrr (mgr.14180) 303 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.1 KiB/s wr, 2 op/s 2024-01-16T09:52:21.336 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:52:21.336 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:51:49.662674Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:51:48.317884Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:51:49.663181Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:51:52.914886Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:20.826450Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.isyuhd on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-isyuhd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-isyuhd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.isyuhd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.isyuhd\nDeploy daemon haproxy.nfs.foo.smithi133.isyuhd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -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.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:51:48.318238Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:51:48.318490Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:51:48.318729Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:51:48.318962Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:51:49.663681Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:52:22.125 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:21 smithi038 bash[13941]: cephadm 2024-01-16T09:52:20.823774+0000 mgr.smithi038.dukxrr (mgr.14180) 304 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-isyuhd 2024-01-16T09:52:22.125 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:21 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:52:22.125 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:21 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-isyuhd 2024-01-16T09:52:22.125 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:21 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.isyuhd 2024-01-16T09:52:22.125 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:21 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:52:22.125 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:21 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.isyuhd 2024-01-16T09:52:22.125 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:21 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.isyuhd ... 2024-01-16T09:52:22.125 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:21 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:22.125 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:21 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:52:22.125 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:21 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:52:22.125 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:21 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T09:52:22.126 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:21 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:22.126 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:21 smithi038 bash[13941]: Traceback (most recent call last): 2024-01-16T09:52:22.126 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:21 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T09:52:22.126 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:21 smithi038 bash[13941]: yield (conn, connr) 2024-01-16T09:52:22.126 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:21 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T09:52:22.126 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:21 smithi038 bash[13941]: code, '\n'.join(err))) 2024-01-16T09:52:22.126 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:21 smithi038 bash[13941]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-isyuhd 2024-01-16T09:52:22.126 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:21 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:52:22.126 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:21 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-isyuhd 2024-01-16T09:52:22.126 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:21 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.isyuhd 2024-01-16T09:52:22.126 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:21 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:52:22.126 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:21 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.isyuhd 2024-01-16T09:52:22.126 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:21 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.isyuhd ... 2024-01-16T09:52:22.126 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:21 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:22.127 INFO:tasks.cephadm:nfs.foo has 0/2 2024-01-16T09:52:22.128 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:21 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:52:22.128 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:21 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:52:22.128 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:21 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T09:52:22.128 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:21 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:22.128 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:21 smithi038 bash[13941]: cephadm 2024-01-16T09:52:20.824366+0000 mgr.smithi038.dukxrr (mgr.14180) 305 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi133.isyuhd 2024-01-16T09:52:22.128 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:21 smithi038 bash[13941]: audit 2024-01-16T09:52:20.825354+0000 mon.smithi038 (mon.0) 721 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi133.isyuhd"}]: dispatch 2024-01-16T09:52:22.128 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:21 smithi038 bash[13941]: cephadm 2024-01-16T09:52:20.826666+0000 mgr.smithi038.dukxrr (mgr.14180) 306 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi133.isyuhd on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-isyuhd 2024-01-16T09:52:22.128 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:21 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:52:22.128 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:21 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-isyuhd 2024-01-16T09:52:22.128 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:21 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.isyuhd 2024-01-16T09:52:22.128 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:21 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:52:22.129 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:21 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.isyuhd 2024-01-16T09:52:22.129 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:21 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.isyuhd ... 2024-01-16T09:52:22.129 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:21 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:22.129 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:21 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:52:22.129 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:21 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:52:22.129 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:21 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T09:52:22.129 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:21 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:22.129 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:21 smithi038 bash[13941]: cephadm 2024-01-16T09:52:20.830155+0000 mgr.smithi038.dukxrr (mgr.14180) 307 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.qvcaej on smithi038 2024-01-16T09:52:22.129 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:21 smithi038 bash[13941]: audit 2024-01-16T09:52:21.329747+0000 mgr.smithi038.dukxrr (mgr.14180) 308 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:22.129 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:21 smithi038 bash[13941]: cluster 2024-01-16T09:52:21.729690+0000 mgr.smithi038.dukxrr (mgr.14180) 309 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 1012 B/s wr, 2 op/s 2024-01-16T09:52:22.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:21 smithi133 bash[17559]: cephadm 2024-01-16T09:52:20.823774+0000 mgr.smithi038.dukxrr (mgr.14180) 304 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-isyuhd 2024-01-16T09:52:22.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:21 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:52:22.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:21 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-isyuhd 2024-01-16T09:52:22.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:21 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.isyuhd 2024-01-16T09:52:22.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:21 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:52:22.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:21 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.isyuhd 2024-01-16T09:52:22.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:21 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.isyuhd ... 2024-01-16T09:52:22.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:21 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:22.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:21 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:52:22.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:21 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:52:22.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:21 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T09:52:22.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:21 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:22.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:21 smithi133 bash[17559]: Traceback (most recent call last): 2024-01-16T09:52:22.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:21 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T09:52:22.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:21 smithi133 bash[17559]: yield (conn, connr) 2024-01-16T09:52:22.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:21 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T09:52:22.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:21 smithi133 bash[17559]: code, '\n'.join(err))) 2024-01-16T09:52:22.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:21 smithi133 bash[17559]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-isyuhd 2024-01-16T09:52:22.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:21 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:52:22.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:21 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-isyuhd 2024-01-16T09:52:22.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:21 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.isyuhd 2024-01-16T09:52:22.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:21 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:52:22.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:21 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.isyuhd 2024-01-16T09:52:22.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:21 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.isyuhd ... 2024-01-16T09:52:22.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:21 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:22.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:21 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:52:22.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:21 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:52:22.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:21 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T09:52:22.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:21 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:22.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:21 smithi133 bash[17559]: cephadm 2024-01-16T09:52:20.824366+0000 mgr.smithi038.dukxrr (mgr.14180) 305 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi133.isyuhd 2024-01-16T09:52:22.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:21 smithi133 bash[17559]: audit 2024-01-16T09:52:20.825354+0000 mon.smithi038 (mon.0) 721 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi133.isyuhd"}]: dispatch 2024-01-16T09:52:22.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:21 smithi133 bash[17559]: cephadm 2024-01-16T09:52:20.826666+0000 mgr.smithi038.dukxrr (mgr.14180) 306 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi133.isyuhd on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-isyuhd 2024-01-16T09:52:22.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:21 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:52:22.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:21 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-isyuhd 2024-01-16T09:52:22.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:21 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.isyuhd 2024-01-16T09:52:22.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:21 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:52:22.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:21 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.isyuhd 2024-01-16T09:52:22.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:21 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.isyuhd ... 2024-01-16T09:52:22.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:21 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:22.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:21 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:52:22.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:21 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:52:22.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:21 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T09:52:22.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:21 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:22.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:21 smithi133 bash[17559]: cephadm 2024-01-16T09:52:20.830155+0000 mgr.smithi038.dukxrr (mgr.14180) 307 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.qvcaej on smithi038 2024-01-16T09:52:22.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:21 smithi133 bash[17559]: audit 2024-01-16T09:52:21.329747+0000 mgr.smithi038.dukxrr (mgr.14180) 308 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:22.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:21 smithi133 bash[17559]: cluster 2024-01-16T09:52:21.729690+0000 mgr.smithi038.dukxrr (mgr.14180) 309 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 1012 B/s wr, 2 op/s 2024-01-16T09:52:23.128 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:52:24.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:24 smithi133 bash[17559]: audit 2024-01-16T09:52:23.149938+0000 mon.smithi038 (mon.0) 722 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:52:24.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:24 smithi133 bash[17559]: cluster 2024-01-16T09:52:23.730789+0000 mgr.smithi038.dukxrr (mgr.14180) 310 : cluster [DBG] pgmap v268: 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-01-16T09:52:24.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:24 smithi038 bash[13941]: audit 2024-01-16T09:52:23.149938+0000 mon.smithi038 (mon.0) 722 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:52:24.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:24 smithi038 bash[13941]: cluster 2024-01-16T09:52:23.730789+0000 mgr.smithi038.dukxrr (mgr.14180) 310 : cluster [DBG] pgmap v268: 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-01-16T09:52:25.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:25 smithi133 bash[17559]: cephadm 2024-01-16T09:52:24.643604+0000 mgr.smithi038.dukxrr (mgr.14180) 311 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-qvcaej 2024-01-16T09:52:25.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:25 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:52:25.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:25 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-qvcaej 2024-01-16T09:52:25.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:25 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.qvcaej 2024-01-16T09:52:25.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:25 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:52:25.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:25 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.qvcaej 2024-01-16T09:52:25.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:25 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.qvcaej ... 2024-01-16T09:52:25.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:25 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:25.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:25 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:52:25.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:25 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:52:25.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:25 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T09:52:25.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:25 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:25.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:25 smithi133 bash[17559]: Traceback (most recent call last): 2024-01-16T09:52:25.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:25 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T09:52:25.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:25 smithi133 bash[17559]: yield (conn, connr) 2024-01-16T09:52:25.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:25 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T09:52:25.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:25 smithi133 bash[17559]: code, '\n'.join(err))) 2024-01-16T09:52:25.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:25 smithi133 bash[17559]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-qvcaej 2024-01-16T09:52:25.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:25 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:52:25.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:25 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-qvcaej 2024-01-16T09:52:25.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:25 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.qvcaej 2024-01-16T09:52:25.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:25 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:52:25.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:25 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.qvcaej 2024-01-16T09:52:25.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:25 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.qvcaej ... 2024-01-16T09:52:25.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:25 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:25.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:25 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:52:25.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:25 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:52:25.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:25 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T09:52:25.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:25 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:25.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:25 smithi133 bash[17559]: cephadm 2024-01-16T09:52:24.643892+0000 mgr.smithi038.dukxrr (mgr.14180) 312 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi038.qvcaej 2024-01-16T09:52:25.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:25 smithi133 bash[17559]: audit 2024-01-16T09:52:24.644504+0000 mon.smithi038 (mon.0) 723 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi038.qvcaej"}]: dispatch 2024-01-16T09:52:25.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:25 smithi133 bash[17559]: cephadm 2024-01-16T09:52:24.645879+0000 mgr.smithi038.dukxrr (mgr.14180) 313 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi038.qvcaej on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-qvcaej 2024-01-16T09:52:25.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:25 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:52:25.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:25 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-qvcaej 2024-01-16T09:52:25.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:25 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.qvcaej 2024-01-16T09:52:25.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:25 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:52:25.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:25 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.qvcaej 2024-01-16T09:52:25.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:25 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.qvcaej ... 2024-01-16T09:52:25.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:25 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:25.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:25 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:52:25.431 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:25 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:52:25.431 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:25 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T09:52:25.431 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:25 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:25.431 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:25 smithi133 bash[17559]: audit 2024-01-16T09:52:24.653868+0000 mon.smithi038 (mon.0) 724 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:52:25.431 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:25 smithi133 bash[17559]: cephadm 2024-01-16T09:52:24.654572+0000 mgr.smithi038.dukxrr (mgr.14180) 314 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi133.rjigkm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T09:52:25.431 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:25 smithi133 bash[17559]: cephadm 2024-01-16T09:52:24.657292+0000 mgr.smithi038.dukxrr (mgr.14180) 315 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi038.rxmvfm on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T09:52:25.431 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:25 smithi133 bash[17559]: cluster 2024-01-16T09:52:24.658356+0000 mgr.smithi038.dukxrr (mgr.14180) 316 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.1 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2024-01-16T09:52:25.431 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:25 smithi133 bash[17559]: audit 2024-01-16T09:52:24.659172+0000 mon.smithi038 (mon.0) 725 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:52:25.532 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:25 smithi038 bash[13941]: cephadm 2024-01-16T09:52:24.643604+0000 mgr.smithi038.dukxrr (mgr.14180) 311 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-qvcaej 2024-01-16T09:52:25.532 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:25 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:52:25.532 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:25 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-qvcaej 2024-01-16T09:52:25.532 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:25 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.qvcaej 2024-01-16T09:52:25.532 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:25 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:52:25.532 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:25 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.qvcaej 2024-01-16T09:52:25.533 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:25 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.qvcaej ... 2024-01-16T09:52:25.533 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:25 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:25.533 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:25 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:52:25.533 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:25 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:52:25.533 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:25 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T09:52:25.533 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:25 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:25.533 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:25 smithi038 bash[13941]: Traceback (most recent call last): 2024-01-16T09:52:25.533 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:25 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T09:52:25.533 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:25 smithi038 bash[13941]: yield (conn, connr) 2024-01-16T09:52:25.533 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:25 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T09:52:25.533 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:25 smithi038 bash[13941]: code, '\n'.join(err))) 2024-01-16T09:52:25.533 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:25 smithi038 bash[13941]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-qvcaej 2024-01-16T09:52:25.533 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:25 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:52:25.533 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:25 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-qvcaej 2024-01-16T09:52:25.533 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:25 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.qvcaej 2024-01-16T09:52:25.533 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:25 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:52:25.534 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:25 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.qvcaej 2024-01-16T09:52:25.534 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:25 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.qvcaej ... 2024-01-16T09:52:25.534 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:25 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:25.534 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:25 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:52:25.534 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:25 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:52:25.534 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:25 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T09:52:25.534 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:25 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:25.534 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:25 smithi038 bash[13941]: cephadm 2024-01-16T09:52:24.643892+0000 mgr.smithi038.dukxrr (mgr.14180) 312 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi038.qvcaej 2024-01-16T09:52:25.534 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:25 smithi038 bash[13941]: audit 2024-01-16T09:52:24.644504+0000 mon.smithi038 (mon.0) 723 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi038.qvcaej"}]: dispatch 2024-01-16T09:52:25.534 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:25 smithi038 bash[13941]: cephadm 2024-01-16T09:52:24.645879+0000 mgr.smithi038.dukxrr (mgr.14180) 313 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi038.qvcaej on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-qvcaej 2024-01-16T09:52:25.534 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:25 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:52:25.534 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:25 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-qvcaej 2024-01-16T09:52:25.534 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:25 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.qvcaej 2024-01-16T09:52:25.534 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:25 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:52:25.535 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:25 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.qvcaej 2024-01-16T09:52:25.535 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:25 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.qvcaej ... 2024-01-16T09:52:25.535 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:25 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:25.535 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:25 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:52:25.535 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:25 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:52:25.535 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:25 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T09:52:25.535 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:25 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:25.535 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:25 smithi038 bash[13941]: audit 2024-01-16T09:52:24.653868+0000 mon.smithi038 (mon.0) 724 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:52:25.535 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:25 smithi038 bash[13941]: cephadm 2024-01-16T09:52:24.654572+0000 mgr.smithi038.dukxrr (mgr.14180) 314 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi133.rjigkm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T09:52:25.535 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:25 smithi038 bash[13941]: cephadm 2024-01-16T09:52:24.657292+0000 mgr.smithi038.dukxrr (mgr.14180) 315 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi038.rxmvfm on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T09:52:25.535 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:25 smithi038 bash[13941]: cluster 2024-01-16T09:52:24.658356+0000 mgr.smithi038.dukxrr (mgr.14180) 316 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.1 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2024-01-16T09:52:25.535 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:25 smithi038 bash[13941]: audit 2024-01-16T09:52:24.659172+0000 mon.smithi038 (mon.0) 725 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:52:26.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:26 smithi038 bash[13941]: cluster 2024-01-16T09:52:25.650285+0000 mon.smithi038 (mon.0) 726 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-16T09:52:26.403 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:52:26.403 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:51:49.662674Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:51:48.317884Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:51:49.663181Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:51:52.914886Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:20.826450Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.isyuhd on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-isyuhd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-isyuhd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.isyuhd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.isyuhd\nDeploy daemon haproxy.nfs.foo.smithi133.isyuhd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:52:24.645758Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qvcaej on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-qvcaej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-qvcaej\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.qvcaej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.qvcaej\nDeploy daemon haproxy.nfs.foo.smithi038.qvcaej ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:52:24.654355Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.rjigkm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:52:24.657125Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.rxmvfm on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:51:48.318238Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:51:48.318490Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:51:48.318729Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:51:48.318962Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:51:49.663681Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:52:26.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:26 smithi133 bash[17559]: cluster 2024-01-16T09:52:25.650285+0000 mon.smithi038 (mon.0) 726 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-16T09:52:27.194 INFO:tasks.cephadm:nfs.foo has 0/2 2024-01-16T09:52:27.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:27 smithi133 bash[17559]: audit 2024-01-16T09:52:26.397244+0000 mgr.smithi038.dukxrr (mgr.14180) 317 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:27.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:27 smithi133 bash[17559]: cluster 2024-01-16T09:52:26.659316+0000 mgr.smithi038.dukxrr (mgr.14180) 318 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.1 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2024-01-16T09:52:27.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:27 smithi038 bash[13941]: audit 2024-01-16T09:52:26.397244+0000 mgr.smithi038.dukxrr (mgr.14180) 317 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:27.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:27 smithi038 bash[13941]: cluster 2024-01-16T09:52:26.659316+0000 mgr.smithi038.dukxrr (mgr.14180) 318 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.1 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2024-01-16T09:52:28.196 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:52:29.209 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:29 smithi038 bash[13941]: audit 2024-01-16T09:52:28.161952+0000 mon.smithi038 (mon.0) 727 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:52:29.209 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:29 smithi038 bash[13941]: cluster 2024-01-16T09:52:28.660122+0000 mgr.smithi038.dukxrr (mgr.14180) 319 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 843 B/s wr, 3 op/s 2024-01-16T09:52:29.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:29 smithi133 bash[17559]: audit 2024-01-16T09:52:28.161952+0000 mon.smithi038 (mon.0) 727 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:52:29.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:29 smithi133 bash[17559]: cluster 2024-01-16T09:52:28.660122+0000 mgr.smithi038.dukxrr (mgr.14180) 319 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 843 B/s wr, 3 op/s 2024-01-16T09:52:31.327 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:52:31.327 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:52:30.889418Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:52:30.250814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:52:30.889927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:51:52.914886Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:20.826450Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.isyuhd on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-isyuhd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-isyuhd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.isyuhd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.isyuhd\nDeploy daemon haproxy.nfs.foo.smithi133.isyuhd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:52:24.645758Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qvcaej on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-qvcaej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-qvcaej\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.qvcaej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.qvcaej\nDeploy daemon haproxy.nfs.foo.smithi038.qvcaej ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:52:24.654355Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.rjigkm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:52:24.657125Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.rxmvfm on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:52:30.252733Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:52:30.251168Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:52:30.251356Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:52:30.252868Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:52:30.251624Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:52:30.251905Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:52:30.890499Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:52:31.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:31 smithi038 bash[13941]: audit 2024-01-16T09:52:30.261632+0000 mon.smithi038 (mon.0) 728 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:52:31.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:31 smithi038 bash[13941]: cluster 2024-01-16T09:52:30.661131+0000 mgr.smithi038.dukxrr (mgr.14180) 320 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 843 B/s wr, 3 op/s 2024-01-16T09:52:31.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:31 smithi038 bash[13941]: audit 2024-01-16T09:52:30.901355+0000 mon.smithi038 (mon.0) 729 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:52:31.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:31 smithi038 bash[13941]: audit 2024-01-16T09:52:30.902879+0000 mon.smithi038 (mon.0) 730 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:52:31.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:31 smithi038 bash[13941]: audit 2024-01-16T09:52:30.903970+0000 mon.smithi038 (mon.0) 731 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T09:52:31.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:31 smithi038 bash[13941]: audit 2024-01-16T09:52:30.910658+0000 mon.smithi038 (mon.0) 732 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:52:31.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:31 smithi038 bash[13941]: audit 2024-01-16T09:52:30.919204+0000 mon.smithi038 (mon.0) 733 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T09:52:31.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:31 smithi038 bash[13941]: audit 2024-01-16T09:52:30.933734+0000 mon.smithi038 (mon.0) 734 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:52:31.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:31 smithi133 bash[17559]: audit 2024-01-16T09:52:30.261632+0000 mon.smithi038 (mon.0) 728 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:52:31.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:31 smithi133 bash[17559]: cluster 2024-01-16T09:52:30.661131+0000 mgr.smithi038.dukxrr (mgr.14180) 320 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 843 B/s wr, 3 op/s 2024-01-16T09:52:31.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:31 smithi133 bash[17559]: audit 2024-01-16T09:52:30.901355+0000 mon.smithi038 (mon.0) 729 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:52:31.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:31 smithi133 bash[17559]: audit 2024-01-16T09:52:30.902879+0000 mon.smithi038 (mon.0) 730 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:52:31.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:31 smithi133 bash[17559]: audit 2024-01-16T09:52:30.903970+0000 mon.smithi038 (mon.0) 731 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T09:52:31.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:31 smithi133 bash[17559]: audit 2024-01-16T09:52:30.910658+0000 mon.smithi038 (mon.0) 732 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:52:31.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:31 smithi133 bash[17559]: audit 2024-01-16T09:52:30.919204+0000 mon.smithi038 (mon.0) 733 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T09:52:31.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:31 smithi133 bash[17559]: audit 2024-01-16T09:52:30.933734+0000 mon.smithi038 (mon.0) 734 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:52:32.065 INFO:tasks.cephadm:nfs.foo has 2/2 2024-01-16T09:52:32.065 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-01-16T09:52:32.076 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2024-01-16T09:52:32.077 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:52:32.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:32 smithi038 bash[13941]: cluster 2024-01-16T09:52:30.911480+0000 mgr.smithi038.dukxrr (mgr.14180) 321 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.6 KiB/s rd, 892 B/s wr, 3 op/s 2024-01-16T09:52:32.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:32 smithi038 bash[13941]: cephadm 2024-01-16T09:52:30.938147+0000 mgr.smithi038.dukxrr (mgr.14180) 322 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi133.bxsevh on smithi133 2024-01-16T09:52:32.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:32 smithi038 bash[13941]: cluster 2024-01-16T09:52:31.259460+0000 mon.smithi038 (mon.0) 735 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-16T09:52:32.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:32 smithi038 bash[13941]: cluster 2024-01-16T09:52:31.259521+0000 mon.smithi038 (mon.0) 736 : cluster [INF] Cluster is now healthy 2024-01-16T09:52:32.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:32 smithi038 bash[13941]: audit 2024-01-16T09:52:31.318874+0000 mgr.smithi038.dukxrr (mgr.14180) 323 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:32.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:32 smithi133 bash[17559]: cluster 2024-01-16T09:52:30.911480+0000 mgr.smithi038.dukxrr (mgr.14180) 321 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.6 KiB/s rd, 892 B/s wr, 3 op/s 2024-01-16T09:52:32.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:32 smithi133 bash[17559]: cephadm 2024-01-16T09:52:30.938147+0000 mgr.smithi038.dukxrr (mgr.14180) 322 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi133.bxsevh on smithi133 2024-01-16T09:52:32.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:32 smithi133 bash[17559]: cluster 2024-01-16T09:52:31.259460+0000 mon.smithi038 (mon.0) 735 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-16T09:52:32.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:32 smithi133 bash[17559]: cluster 2024-01-16T09:52:31.259521+0000 mon.smithi038 (mon.0) 736 : cluster [INF] Cluster is now healthy 2024-01-16T09:52:32.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:32 smithi133 bash[17559]: audit 2024-01-16T09:52:31.318874+0000 mgr.smithi038.dukxrr (mgr.14180) 323 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:34.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:34 smithi038 bash[13941]: cluster 2024-01-16T09:52:32.912564+0000 mgr.smithi038.dukxrr (mgr.14180) 324 : cluster [DBG] pgmap v274: 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-01-16T09:52:34.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:34 smithi133 bash[17559]: cluster 2024-01-16T09:52:32.912564+0000 mgr.smithi038.dukxrr (mgr.14180) 324 : cluster [DBG] pgmap v274: 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-01-16T09:52:35.096 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:52:35.097 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:52:30.889418Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:52:30.250814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:52:30.889927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:20.826450Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.isyuhd on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-isyuhd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-isyuhd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.isyuhd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.isyuhd\nDeploy daemon haproxy.nfs.foo.smithi133.isyuhd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:52:24.645758Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qvcaej on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-qvcaej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-qvcaej\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.qvcaej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.qvcaej\nDeploy daemon haproxy.nfs.foo.smithi038.qvcaej ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:52:24.654355Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.rjigkm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:52:24.657125Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.rxmvfm on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:52:34.833725Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.bxsevh on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bxsevh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bxsevh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bxsevh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bxsevh\nDeploy daemon haproxy.nfs.foo.smithi133.bxsevh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -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.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:52:30.252733Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:52:30.251168Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:52:30.251356Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:52:30.252868Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:52:30.251624Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:52:30.251905Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:52:30.890499Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:52:35.833 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:52:36.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:35 smithi133 bash[17559]: audit 2024-01-16T09:52:34.832461+0000 mon.smithi038 (mon.0) 737 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi133.bxsevh"}]: dispatch 2024-01-16T09:52:36.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:35 smithi038 bash[13941]: audit 2024-01-16T09:52:34.832461+0000 mon.smithi038 (mon.0) 737 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi133.bxsevh"}]: dispatch 2024-01-16T09:52:36.834 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:52:37.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:36 smithi133 bash[17559]: cephadm 2024-01-16T09:52:34.831049+0000 mgr.smithi038.dukxrr (mgr.14180) 325 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bxsevh 2024-01-16T09:52:37.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:36 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:52:37.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:36 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bxsevh 2024-01-16T09:52:37.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:36 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bxsevh 2024-01-16T09:52:37.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:36 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:52:37.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:36 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bxsevh 2024-01-16T09:52:37.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:36 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.bxsevh ... 2024-01-16T09:52:37.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:36 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:37.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:36 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:52:37.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:36 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:52:37.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:36 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T09:52:37.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:36 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:37.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:36 smithi133 bash[17559]: Traceback (most recent call last): 2024-01-16T09:52:37.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:36 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T09:52:37.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:36 smithi133 bash[17559]: yield (conn, connr) 2024-01-16T09:52:37.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:36 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T09:52:37.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:36 smithi133 bash[17559]: code, '\n'.join(err))) 2024-01-16T09:52:37.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:36 smithi133 bash[17559]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bxsevh 2024-01-16T09:52:37.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:36 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:52:37.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:36 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bxsevh 2024-01-16T09:52:37.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:36 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bxsevh 2024-01-16T09:52:37.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:36 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:52:37.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:36 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bxsevh 2024-01-16T09:52:37.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:36 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.bxsevh ... 2024-01-16T09:52:37.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:36 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:37.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:36 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:52:37.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:36 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:52:37.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:36 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T09:52:37.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:36 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:37.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:36 smithi133 bash[17559]: cephadm 2024-01-16T09:52:34.831681+0000 mgr.smithi038.dukxrr (mgr.14180) 326 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi133.bxsevh 2024-01-16T09:52:37.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:36 smithi133 bash[17559]: cephadm 2024-01-16T09:52:34.834056+0000 mgr.smithi038.dukxrr (mgr.14180) 327 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi133.bxsevh on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bxsevh 2024-01-16T09:52:37.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:36 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:52:37.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:36 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bxsevh 2024-01-16T09:52:37.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:36 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bxsevh 2024-01-16T09:52:37.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:36 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:52:37.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:36 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bxsevh 2024-01-16T09:52:37.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:36 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.bxsevh ... 2024-01-16T09:52:37.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:36 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:37.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:36 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:52:37.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:36 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:52:37.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:36 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T09:52:37.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:36 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:37.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:36 smithi133 bash[17559]: cephadm 2024-01-16T09:52:34.839466+0000 mgr.smithi038.dukxrr (mgr.14180) 328 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.irieel on smithi038 2024-01-16T09:52:37.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:36 smithi133 bash[17559]: cluster 2024-01-16T09:52:34.913390+0000 mgr.smithi038.dukxrr (mgr.14180) 329 : cluster [DBG] pgmap v275: 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-01-16T09:52:37.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:36 smithi133 bash[17559]: audit 2024-01-16T09:52:35.093007+0000 mgr.smithi038.dukxrr (mgr.14180) 330 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:37.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:36 smithi038 bash[13941]: cephadm 2024-01-16T09:52:34.831049+0000 mgr.smithi038.dukxrr (mgr.14180) 325 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bxsevh 2024-01-16T09:52:37.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:36 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:52:37.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:36 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bxsevh 2024-01-16T09:52:37.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:36 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bxsevh 2024-01-16T09:52:37.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:36 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:52:37.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:36 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bxsevh 2024-01-16T09:52:37.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:36 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.bxsevh ... 2024-01-16T09:52:37.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:36 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:37.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:36 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:52:37.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:36 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:52:37.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:36 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T09:52:37.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:36 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:37.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:36 smithi038 bash[13941]: Traceback (most recent call last): 2024-01-16T09:52:37.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:36 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T09:52:37.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:36 smithi038 bash[13941]: yield (conn, connr) 2024-01-16T09:52:37.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:36 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T09:52:37.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:36 smithi038 bash[13941]: code, '\n'.join(err))) 2024-01-16T09:52:37.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:36 smithi038 bash[13941]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bxsevh 2024-01-16T09:52:37.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:36 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:52:37.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:36 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bxsevh 2024-01-16T09:52:37.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:36 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bxsevh 2024-01-16T09:52:37.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:36 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:52:37.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:36 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bxsevh 2024-01-16T09:52:37.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:36 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.bxsevh ... 2024-01-16T09:52:37.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:36 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:37.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:36 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:52:37.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:36 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:52:37.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:36 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T09:52:37.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:36 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:37.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:36 smithi038 bash[13941]: cephadm 2024-01-16T09:52:34.831681+0000 mgr.smithi038.dukxrr (mgr.14180) 326 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi133.bxsevh 2024-01-16T09:52:37.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:36 smithi038 bash[13941]: cephadm 2024-01-16T09:52:34.834056+0000 mgr.smithi038.dukxrr (mgr.14180) 327 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi133.bxsevh on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bxsevh 2024-01-16T09:52:37.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:36 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:52:37.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:36 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bxsevh 2024-01-16T09:52:37.285 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:36 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bxsevh 2024-01-16T09:52:37.285 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:36 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:52:37.285 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:36 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bxsevh 2024-01-16T09:52:37.285 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:36 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.bxsevh ... 2024-01-16T09:52:37.285 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:36 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:37.285 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:36 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:52:37.285 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:36 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:52:37.285 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:36 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T09:52:37.288 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:36 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:37.288 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:36 smithi038 bash[13941]: cephadm 2024-01-16T09:52:34.839466+0000 mgr.smithi038.dukxrr (mgr.14180) 328 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.irieel on smithi038 2024-01-16T09:52:37.288 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:36 smithi038 bash[13941]: cluster 2024-01-16T09:52:34.913390+0000 mgr.smithi038.dukxrr (mgr.14180) 329 : cluster [DBG] pgmap v275: 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-01-16T09:52:37.288 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:36 smithi038 bash[13941]: audit 2024-01-16T09:52:35.093007+0000 mgr.smithi038.dukxrr (mgr.14180) 330 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:39.145 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:38 smithi038 bash[13941]: cluster 2024-01-16T09:52:36.914128+0000 mgr.smithi038.dukxrr (mgr.14180) 331 : cluster [DBG] pgmap v276: 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-01-16T09:52:39.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:38 smithi133 bash[17559]: cluster 2024-01-16T09:52:36.914128+0000 mgr.smithi038.dukxrr (mgr.14180) 331 : cluster [DBG] pgmap v276: 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-01-16T09:52:40.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:39 smithi133 bash[17559]: cluster 2024-01-16T09:52:38.915247+0000 mgr.smithi038.dukxrr (mgr.14180) 332 : cluster [DBG] pgmap v277: 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-01-16T09:52:40.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:39 smithi133 bash[17559]: cephadm 2024-01-16T09:52:39.392538+0000 mgr.smithi038.dukxrr (mgr.14180) 333 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-irieel 2024-01-16T09:52:40.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:39 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:52:40.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:39 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-irieel 2024-01-16T09:52:40.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:39 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.irieel 2024-01-16T09:52:40.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:39 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:52:40.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:39 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.irieel 2024-01-16T09:52:40.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:39 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.irieel ... 2024-01-16T09:52:40.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:39 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:40.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:39 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:52:40.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:39 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:52:40.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:39 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T09:52:40.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:39 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:40.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:39 smithi133 bash[17559]: Traceback (most recent call last): 2024-01-16T09:52:40.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:39 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T09:52:40.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:39 smithi133 bash[17559]: yield (conn, connr) 2024-01-16T09:52:40.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:39 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T09:52:40.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:39 smithi133 bash[17559]: code, '\n'.join(err))) 2024-01-16T09:52:40.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:39 smithi133 bash[17559]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-irieel 2024-01-16T09:52:40.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:39 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:52:40.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:39 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-irieel 2024-01-16T09:52:40.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:39 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.irieel 2024-01-16T09:52:40.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:39 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:52:40.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:39 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.irieel 2024-01-16T09:52:40.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:39 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.irieel ... 2024-01-16T09:52:40.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:39 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:40.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:39 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:52:40.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:39 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:52:40.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:39 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T09:52:40.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:39 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:40.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:39 smithi133 bash[17559]: cephadm 2024-01-16T09:52:39.392839+0000 mgr.smithi038.dukxrr (mgr.14180) 334 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi038.irieel 2024-01-16T09:52:40.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:39 smithi133 bash[17559]: audit 2024-01-16T09:52:39.393576+0000 mon.smithi038 (mon.0) 738 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi038.irieel"}]: dispatch 2024-01-16T09:52:40.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:39 smithi133 bash[17559]: cephadm 2024-01-16T09:52:39.395196+0000 mgr.smithi038.dukxrr (mgr.14180) 335 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi038.irieel on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-irieel 2024-01-16T09:52:40.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:39 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:52:40.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:39 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-irieel 2024-01-16T09:52:40.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:39 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.irieel 2024-01-16T09:52:40.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:39 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:52:40.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:39 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.irieel 2024-01-16T09:52:40.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:39 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.irieel ... 2024-01-16T09:52:40.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:39 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:40.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:39 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:52:40.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:39 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:52:40.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:39 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T09:52:40.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:39 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:40.181 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:39 smithi133 bash[17559]: cephadm 2024-01-16T09:52:39.397409+0000 mgr.smithi038.dukxrr (mgr.14180) 336 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi133.xblnic on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T09:52:40.181 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:39 smithi133 bash[17559]: cephadm 2024-01-16T09:52:39.399041+0000 mgr.smithi038.dukxrr (mgr.14180) 337 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi038.vkqwig on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T09:52:40.181 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:39 smithi133 bash[17559]: cluster 2024-01-16T09:52:39.399871+0000 mgr.smithi038.dukxrr (mgr.14180) 338 : cluster [DBG] pgmap v278: 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-01-16T09:52:40.181 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:39 smithi133 bash[17559]: audit 2024-01-16T09:52:39.402345+0000 mon.smithi038 (mon.0) 739 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:52:40.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:39 smithi038 bash[13941]: cluster 2024-01-16T09:52:38.915247+0000 mgr.smithi038.dukxrr (mgr.14180) 332 : cluster [DBG] pgmap v277: 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-01-16T09:52:40.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:39 smithi038 bash[13941]: cephadm 2024-01-16T09:52:39.392538+0000 mgr.smithi038.dukxrr (mgr.14180) 333 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-irieel 2024-01-16T09:52:40.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:39 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:52:40.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:39 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-irieel 2024-01-16T09:52:40.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:39 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.irieel 2024-01-16T09:52:40.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:39 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:52:40.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:39 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.irieel 2024-01-16T09:52:40.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:39 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.irieel ... 2024-01-16T09:52:40.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:39 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:40.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:39 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:52:40.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:39 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:52:40.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:39 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T09:52:40.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:39 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:40.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:39 smithi038 bash[13941]: Traceback (most recent call last): 2024-01-16T09:52:40.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:39 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T09:52:40.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:39 smithi038 bash[13941]: yield (conn, connr) 2024-01-16T09:52:40.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:39 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T09:52:40.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:39 smithi038 bash[13941]: code, '\n'.join(err))) 2024-01-16T09:52:40.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:39 smithi038 bash[13941]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-irieel 2024-01-16T09:52:40.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:39 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:52:40.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:39 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-irieel 2024-01-16T09:52:40.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:39 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.irieel 2024-01-16T09:52:40.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:39 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:52:40.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:39 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.irieel 2024-01-16T09:52:40.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:39 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.irieel ... 2024-01-16T09:52:40.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:39 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:40.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:39 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:52:40.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:39 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:52:40.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:39 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T09:52:40.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:39 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:40.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:39 smithi038 bash[13941]: cephadm 2024-01-16T09:52:39.392839+0000 mgr.smithi038.dukxrr (mgr.14180) 334 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi038.irieel 2024-01-16T09:52:40.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:39 smithi038 bash[13941]: audit 2024-01-16T09:52:39.393576+0000 mon.smithi038 (mon.0) 738 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi038.irieel"}]: dispatch 2024-01-16T09:52:40.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:39 smithi038 bash[13941]: cephadm 2024-01-16T09:52:39.395196+0000 mgr.smithi038.dukxrr (mgr.14180) 335 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi038.irieel on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-irieel 2024-01-16T09:52:40.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:39 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:52:40.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:39 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-irieel 2024-01-16T09:52:40.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:39 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.irieel 2024-01-16T09:52:40.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:39 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:52:40.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:39 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.irieel 2024-01-16T09:52:40.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:39 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.irieel ... 2024-01-16T09:52:40.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:39 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:40.285 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:39 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:52:40.285 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:39 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:52:40.285 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:39 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T09:52:40.285 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:39 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:40.285 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:39 smithi038 bash[13941]: cephadm 2024-01-16T09:52:39.397409+0000 mgr.smithi038.dukxrr (mgr.14180) 336 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi133.xblnic on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T09:52:40.285 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:39 smithi038 bash[13941]: cephadm 2024-01-16T09:52:39.399041+0000 mgr.smithi038.dukxrr (mgr.14180) 337 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi038.vkqwig on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T09:52:40.285 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:39 smithi038 bash[13941]: cluster 2024-01-16T09:52:39.399871+0000 mgr.smithi038.dukxrr (mgr.14180) 338 : cluster [DBG] pgmap v278: 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-01-16T09:52:40.285 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:39 smithi038 bash[13941]: audit 2024-01-16T09:52:39.402345+0000 mon.smithi038 (mon.0) 739 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:52:40.346 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:52:40.346 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:52:30.889418Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:52:30.250814Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:52:30.889927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:24.657125Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.rxmvfm on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:52:34.833725Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.bxsevh on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bxsevh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bxsevh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bxsevh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bxsevh\nDeploy daemon haproxy.nfs.foo.smithi133.bxsevh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:52:39.394965Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.irieel on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-irieel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-irieel\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.irieel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.irieel\nDeploy daemon haproxy.nfs.foo.smithi038.irieel ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:52:39.397304Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xblnic on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:52:39.398942Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.vkqwig on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:52:30.252733Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:52:30.251168Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:52:30.251356Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:52:30.252868Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:52:30.251624Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:52:30.251905Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:52:30.890499Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:52:41.050 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:52:41.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:40 smithi133 bash[17559]: cluster 2024-01-16T09:52:39.832675+0000 mon.smithi038 (mon.0) 740 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-16T09:52:41.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:40 smithi133 bash[17559]: audit 2024-01-16T09:52:40.339491+0000 mgr.smithi038.dukxrr (mgr.14180) 339 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:41.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:40 smithi038 bash[13941]: cluster 2024-01-16T09:52:39.832675+0000 mon.smithi038 (mon.0) 740 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-16T09:52:41.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:40 smithi038 bash[13941]: audit 2024-01-16T09:52:40.339491+0000 mgr.smithi038.dukxrr (mgr.14180) 339 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:42.051 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:52:42.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:41 smithi133 bash[17559]: cluster 2024-01-16T09:52:41.400932+0000 mgr.smithi038.dukxrr (mgr.14180) 340 : cluster [DBG] pgmap v279: 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-01-16T09:52:42.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:41 smithi038 bash[13941]: cluster 2024-01-16T09:52:41.400932+0000 mgr.smithi038.dukxrr (mgr.14180) 340 : cluster [DBG] pgmap v279: 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-01-16T09:52:44.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:44 smithi038 bash[13941]: audit 2024-01-16T09:52:43.181433+0000 mon.smithi038 (mon.0) 741 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:52:44.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:44 smithi038 bash[13941]: cluster 2024-01-16T09:52:43.402347+0000 mgr.smithi038.dukxrr (mgr.14180) 341 : cluster [DBG] pgmap v280: 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-01-16T09:52:44.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:44 smithi133 bash[17559]: audit 2024-01-16T09:52:43.181433+0000 mon.smithi038 (mon.0) 741 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:52:44.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:44 smithi133 bash[17559]: cluster 2024-01-16T09:52:43.402347+0000 mgr.smithi038.dukxrr (mgr.14180) 341 : cluster [DBG] pgmap v280: 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-01-16T09:52:45.036 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:52:45.036 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:52:30.889418Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:52:30.889674Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:52:30.889927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:24.657125Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.rxmvfm on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:52:34.833725Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.bxsevh on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bxsevh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bxsevh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bxsevh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bxsevh\nDeploy daemon haproxy.nfs.foo.smithi133.bxsevh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:52:39.394965Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.irieel on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-irieel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-irieel\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.irieel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.irieel\nDeploy daemon haproxy.nfs.foo.smithi038.irieel ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:52:39.397304Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xblnic on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:52:39.398942Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.vkqwig on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:52:30.891802Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:52:30.889150Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:52:30.888777Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:52:30.892053Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:52:30.890229Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:52:30.890751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:52:30.890499Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:52:45.745 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:52:46.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:46 smithi038 bash[13941]: audit 2024-01-16T09:52:44.997597+0000 mon.smithi038 (mon.0) 742 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:52:46.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:46 smithi038 bash[13941]: audit 2024-01-16T09:52:45.033264+0000 mgr.smithi038.dukxrr (mgr.14180) 342 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:46.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:46 smithi038 bash[13941]: cluster 2024-01-16T09:52:45.403147+0000 mgr.smithi038.dukxrr (mgr.14180) 343 : cluster [DBG] pgmap v281: 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-01-16T09:52:46.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:46 smithi038 bash[13941]: audit 2024-01-16T09:52:45.810285+0000 mon.smithi038 (mon.0) 743 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:52:46.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:46 smithi038 bash[13941]: audit 2024-01-16T09:52:45.812276+0000 mon.smithi038 (mon.0) 744 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:52:46.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:46 smithi038 bash[13941]: audit 2024-01-16T09:52:45.813736+0000 mon.smithi038 (mon.0) 745 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T09:52:46.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:46 smithi038 bash[13941]: audit 2024-01-16T09:52:45.825117+0000 mon.smithi038 (mon.0) 746 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:52:46.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:46 smithi038 bash[13941]: cluster 2024-01-16T09:52:45.826076+0000 mgr.smithi038.dukxrr (mgr.14180) 344 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 229 B/s rd, 0 op/s 2024-01-16T09:52:46.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:46 smithi038 bash[13941]: audit 2024-01-16T09:52:45.832434+0000 mon.smithi038 (mon.0) 747 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T09:52:46.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:46 smithi038 bash[13941]: audit 2024-01-16T09:52:45.846167+0000 mon.smithi038 (mon.0) 748 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:52:46.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:46 smithi133 bash[17559]: audit 2024-01-16T09:52:44.997597+0000 mon.smithi038 (mon.0) 742 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:52:46.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:46 smithi133 bash[17559]: audit 2024-01-16T09:52:45.033264+0000 mgr.smithi038.dukxrr (mgr.14180) 342 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:46.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:46 smithi133 bash[17559]: cluster 2024-01-16T09:52:45.403147+0000 mgr.smithi038.dukxrr (mgr.14180) 343 : cluster [DBG] pgmap v281: 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-01-16T09:52:46.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:46 smithi133 bash[17559]: audit 2024-01-16T09:52:45.810285+0000 mon.smithi038 (mon.0) 743 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:52:46.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:46 smithi133 bash[17559]: audit 2024-01-16T09:52:45.812276+0000 mon.smithi038 (mon.0) 744 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:52:46.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:46 smithi133 bash[17559]: audit 2024-01-16T09:52:45.813736+0000 mon.smithi038 (mon.0) 745 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T09:52:46.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:46 smithi133 bash[17559]: audit 2024-01-16T09:52:45.825117+0000 mon.smithi038 (mon.0) 746 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:52:46.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:46 smithi133 bash[17559]: cluster 2024-01-16T09:52:45.826076+0000 mgr.smithi038.dukxrr (mgr.14180) 344 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 229 B/s rd, 0 op/s 2024-01-16T09:52:46.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:46 smithi133 bash[17559]: audit 2024-01-16T09:52:45.832434+0000 mon.smithi038 (mon.0) 747 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T09:52:46.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:46 smithi133 bash[17559]: audit 2024-01-16T09:52:45.846167+0000 mon.smithi038 (mon.0) 748 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:52:46.745 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:52:47.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:47 smithi038 bash[13941]: cephadm 2024-01-16T09:52:45.849833+0000 mgr.smithi038.dukxrr (mgr.14180) 345 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi133.qllusg on smithi133 2024-01-16T09:52:47.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:47 smithi038 bash[13941]: cluster 2024-01-16T09:52:45.995115+0000 mon.smithi038 (mon.0) 749 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-16T09:52:47.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:47 smithi038 bash[13941]: cluster 2024-01-16T09:52:45.995209+0000 mon.smithi038 (mon.0) 750 : cluster [INF] Cluster is now healthy 2024-01-16T09:52:47.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:47 smithi133 bash[17559]: cephadm 2024-01-16T09:52:45.849833+0000 mgr.smithi038.dukxrr (mgr.14180) 345 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi133.qllusg on smithi133 2024-01-16T09:52:47.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:47 smithi133 bash[17559]: cluster 2024-01-16T09:52:45.995115+0000 mon.smithi038 (mon.0) 749 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-16T09:52:47.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:47 smithi133 bash[17559]: cluster 2024-01-16T09:52:45.995209+0000 mon.smithi038 (mon.0) 750 : cluster [INF] Cluster is now healthy 2024-01-16T09:52:48.139 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:48 smithi038 bash[13941]: cluster 2024-01-16T09:52:47.827169+0000 mgr.smithi038.dukxrr (mgr.14180) 346 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 229 B/s rd, 0 op/s 2024-01-16T09:52:48.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:48 smithi133 bash[17559]: cluster 2024-01-16T09:52:47.827169+0000 mgr.smithi038.dukxrr (mgr.14180) 346 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 229 B/s rd, 0 op/s 2024-01-16T09:52:49.686 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:52:49.687 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:52:45.792648Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:52:44.983740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:52:45.793132Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:34.833725Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.bxsevh on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bxsevh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bxsevh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bxsevh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bxsevh\nDeploy daemon haproxy.nfs.foo.smithi133.bxsevh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:52:39.394965Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.irieel on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-irieel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-irieel\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.irieel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.irieel\nDeploy daemon haproxy.nfs.foo.smithi038.irieel ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:52:39.397304Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xblnic on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:52:39.398942Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.vkqwig on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:52:49.645028Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.qllusg on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qllusg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qllusg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qllusg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qllusg\nDeploy daemon haproxy.nfs.foo.smithi133.qllusg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -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.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:52:44.984889Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:52:44.983956Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:52:44.984093Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:52:44.985047Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:52:44.984221Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:52:44.984372Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:52:45.793598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:52:49.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:49 smithi133 bash[17559]: audit 2024-01-16T09:52:49.643956+0000 mon.smithi038 (mon.0) 751 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi133.qllusg"}]: dispatch 2024-01-16T09:52:50.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:49 smithi038 bash[13941]: audit 2024-01-16T09:52:49.643956+0000 mon.smithi038 (mon.0) 751 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi133.qllusg"}]: dispatch 2024-01-16T09:52:50.397 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:52:51.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:50 smithi133 bash[17559]: cephadm 2024-01-16T09:52:49.642999+0000 mgr.smithi038.dukxrr (mgr.14180) 347 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qllusg 2024-01-16T09:52:51.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:50 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:52:51.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:50 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qllusg 2024-01-16T09:52:51.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:50 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qllusg 2024-01-16T09:52:51.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:50 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:52:51.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:50 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qllusg 2024-01-16T09:52:51.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:50 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.qllusg ... 2024-01-16T09:52:51.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:50 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:51.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:50 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:52:51.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:50 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:52:51.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:50 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T09:52:51.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:50 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:51.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:50 smithi133 bash[17559]: Traceback (most recent call last): 2024-01-16T09:52:51.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:50 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T09:52:51.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:50 smithi133 bash[17559]: yield (conn, connr) 2024-01-16T09:52:51.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:50 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T09:52:51.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:50 smithi133 bash[17559]: code, '\n'.join(err))) 2024-01-16T09:52:51.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:50 smithi133 bash[17559]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qllusg 2024-01-16T09:52:51.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:50 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:52:51.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:50 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qllusg 2024-01-16T09:52:51.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:50 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qllusg 2024-01-16T09:52:51.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:50 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:52:51.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:50 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qllusg 2024-01-16T09:52:51.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:50 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.qllusg ... 2024-01-16T09:52:51.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:50 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:51.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:50 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:52:51.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:50 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:52:51.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:50 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T09:52:51.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:50 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:51.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:50 smithi133 bash[17559]: cephadm 2024-01-16T09:52:49.643419+0000 mgr.smithi038.dukxrr (mgr.14180) 348 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi133.qllusg 2024-01-16T09:52:51.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:50 smithi133 bash[17559]: cephadm 2024-01-16T09:52:49.645295+0000 mgr.smithi038.dukxrr (mgr.14180) 349 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi133.qllusg on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qllusg 2024-01-16T09:52:51.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:50 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:52:51.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:50 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qllusg 2024-01-16T09:52:51.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:50 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qllusg 2024-01-16T09:52:51.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:50 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:52:51.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:50 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qllusg 2024-01-16T09:52:51.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:50 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.qllusg ... 2024-01-16T09:52:51.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:50 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:51.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:50 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:52:51.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:50 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:52:51.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:50 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T09:52:51.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:50 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:51.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:50 smithi133 bash[17559]: cephadm 2024-01-16T09:52:49.649401+0000 mgr.smithi038.dukxrr (mgr.14180) 350 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.cwvufe on smithi038 2024-01-16T09:52:51.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:50 smithi133 bash[17559]: audit 2024-01-16T09:52:49.677662+0000 mgr.smithi038.dukxrr (mgr.14180) 351 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:51.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:50 smithi133 bash[17559]: cluster 2024-01-16T09:52:49.827905+0000 mgr.smithi038.dukxrr (mgr.14180) 352 : cluster [DBG] pgmap v284: 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-01-16T09:52:51.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:50 smithi038 bash[13941]: cephadm 2024-01-16T09:52:49.642999+0000 mgr.smithi038.dukxrr (mgr.14180) 347 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qllusg 2024-01-16T09:52:51.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:50 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:52:51.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:50 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qllusg 2024-01-16T09:52:51.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:50 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qllusg 2024-01-16T09:52:51.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:50 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:52:51.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:50 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qllusg 2024-01-16T09:52:51.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:50 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.qllusg ... 2024-01-16T09:52:51.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:50 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:51.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:50 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:52:51.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:50 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:52:51.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:50 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T09:52:51.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:50 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:51.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:50 smithi038 bash[13941]: Traceback (most recent call last): 2024-01-16T09:52:51.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:50 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T09:52:51.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:50 smithi038 bash[13941]: yield (conn, connr) 2024-01-16T09:52:51.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:50 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T09:52:51.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:50 smithi038 bash[13941]: code, '\n'.join(err))) 2024-01-16T09:52:51.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:50 smithi038 bash[13941]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qllusg 2024-01-16T09:52:51.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:50 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:52:51.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:50 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qllusg 2024-01-16T09:52:51.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:50 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qllusg 2024-01-16T09:52:51.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:50 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:52:51.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:50 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qllusg 2024-01-16T09:52:51.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:50 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.qllusg ... 2024-01-16T09:52:51.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:50 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:51.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:50 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:52:51.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:50 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:52:51.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:50 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T09:52:51.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:50 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:51.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:50 smithi038 bash[13941]: cephadm 2024-01-16T09:52:49.643419+0000 mgr.smithi038.dukxrr (mgr.14180) 348 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi133.qllusg 2024-01-16T09:52:51.285 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:50 smithi038 bash[13941]: cephadm 2024-01-16T09:52:49.645295+0000 mgr.smithi038.dukxrr (mgr.14180) 349 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi133.qllusg on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qllusg 2024-01-16T09:52:51.285 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:50 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:52:51.285 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:50 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qllusg 2024-01-16T09:52:51.286 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:50 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qllusg 2024-01-16T09:52:51.286 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:50 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:52:51.286 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:50 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qllusg 2024-01-16T09:52:51.286 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:50 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.qllusg ... 2024-01-16T09:52:51.286 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:50 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:51.287 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:50 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:52:51.287 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:50 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:52:51.287 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:50 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T09:52:51.287 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:50 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:51.287 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:50 smithi038 bash[13941]: cephadm 2024-01-16T09:52:49.649401+0000 mgr.smithi038.dukxrr (mgr.14180) 350 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.cwvufe on smithi038 2024-01-16T09:52:51.287 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:50 smithi038 bash[13941]: audit 2024-01-16T09:52:49.677662+0000 mgr.smithi038.dukxrr (mgr.14180) 351 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:51.288 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:50 smithi038 bash[13941]: cluster 2024-01-16T09:52:49.827905+0000 mgr.smithi038.dukxrr (mgr.14180) 352 : cluster [DBG] pgmap v284: 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-01-16T09:52:51.399 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:52:52.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:51 smithi038 bash[13941]: cluster 2024-01-16T09:52:51.828653+0000 mgr.smithi038.dukxrr (mgr.14180) 353 : cluster [DBG] pgmap v285: 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-01-16T09:52:52.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:51 smithi133 bash[17559]: cluster 2024-01-16T09:52:51.828653+0000 mgr.smithi038.dukxrr (mgr.14180) 353 : cluster [DBG] pgmap v285: 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-01-16T09:52:54.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:53 smithi133 bash[17559]: cluster 2024-01-16T09:52:53.829644+0000 mgr.smithi038.dukxrr (mgr.14180) 354 : cluster [DBG] pgmap v286: 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-01-16T09:52:54.275 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:53 smithi038 bash[13941]: cluster 2024-01-16T09:52:53.829644+0000 mgr.smithi038.dukxrr (mgr.14180) 354 : cluster [DBG] pgmap v286: 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-01-16T09:52:54.656 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:52:54.656 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:52:45.792648Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:52:44.983740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:52:45.793132Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:39.398942Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.vkqwig on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:52:49.645028Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.qllusg on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qllusg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qllusg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qllusg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qllusg\nDeploy daemon haproxy.nfs.foo.smithi133.qllusg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:52:54.071905Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.cwvufe on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cwvufe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cwvufe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cwvufe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cwvufe\nDeploy daemon haproxy.nfs.foo.smithi038.cwvufe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:52:54.076641Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.npzbeo on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:52:54.078648Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.jzwnuq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:52:44.984889Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:52:44.983956Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:52:44.984093Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:52:44.985047Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:52:44.984221Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:52:44.984372Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:52:45.793598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:52:55.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:54 smithi038 bash[13941]: cephadm 2024-01-16T09:52:54.069420+0000 mgr.smithi038.dukxrr (mgr.14180) 355 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cwvufe 2024-01-16T09:52:55.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:54 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:52:55.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:54 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cwvufe 2024-01-16T09:52:55.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:54 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cwvufe 2024-01-16T09:52:55.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:54 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:52:55.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:54 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cwvufe 2024-01-16T09:52:55.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:54 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.cwvufe ... 2024-01-16T09:52:55.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:54 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:55.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:54 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:52:55.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:54 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:52:55.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:54 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T09:52:55.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:54 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:55.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:54 smithi038 bash[13941]: Traceback (most recent call last): 2024-01-16T09:52:55.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:54 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T09:52:55.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:54 smithi038 bash[13941]: yield (conn, connr) 2024-01-16T09:52:55.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:54 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T09:52:55.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:54 smithi038 bash[13941]: code, '\n'.join(err))) 2024-01-16T09:52:55.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:54 smithi038 bash[13941]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cwvufe 2024-01-16T09:52:55.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:54 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:52:55.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:54 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cwvufe 2024-01-16T09:52:55.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:54 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cwvufe 2024-01-16T09:52:55.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:54 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:52:55.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:54 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cwvufe 2024-01-16T09:52:55.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:54 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.cwvufe ... 2024-01-16T09:52:55.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:54 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:55.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:54 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:52:55.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:54 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:52:55.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:54 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T09:52:55.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:54 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:55.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:54 smithi038 bash[13941]: cephadm 2024-01-16T09:52:54.070004+0000 mgr.smithi038.dukxrr (mgr.14180) 356 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi038.cwvufe 2024-01-16T09:52:55.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:54 smithi038 bash[13941]: audit 2024-01-16T09:52:54.070602+0000 mon.smithi038 (mon.0) 752 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi038.cwvufe"}]: dispatch 2024-01-16T09:52:55.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:54 smithi038 bash[13941]: cephadm 2024-01-16T09:52:54.072153+0000 mgr.smithi038.dukxrr (mgr.14180) 357 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi038.cwvufe on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cwvufe 2024-01-16T09:52:55.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:54 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:52:55.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:54 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cwvufe 2024-01-16T09:52:55.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:54 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cwvufe 2024-01-16T09:52:55.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:54 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:52:55.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:54 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cwvufe 2024-01-16T09:52:55.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:54 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.cwvufe ... 2024-01-16T09:52:55.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:54 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:55.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:54 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:52:55.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:54 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:52:55.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:54 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T09:52:55.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:54 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:55.035 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:54 smithi038 bash[13941]: cephadm 2024-01-16T09:52:54.076767+0000 mgr.smithi038.dukxrr (mgr.14180) 358 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi133.npzbeo on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T09:52:55.035 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:54 smithi038 bash[13941]: cephadm 2024-01-16T09:52:54.078766+0000 mgr.smithi038.dukxrr (mgr.14180) 359 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi038.jzwnuq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T09:52:55.035 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:54 smithi038 bash[13941]: cluster 2024-01-16T09:52:54.079631+0000 mgr.smithi038.dukxrr (mgr.14180) 360 : cluster [DBG] pgmap v287: 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-01-16T09:52:55.035 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:54 smithi038 bash[13941]: audit 2024-01-16T09:52:54.648749+0000 mgr.smithi038.dukxrr (mgr.14180) 361 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:55.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:54 smithi133 bash[17559]: cephadm 2024-01-16T09:52:54.069420+0000 mgr.smithi038.dukxrr (mgr.14180) 355 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cwvufe 2024-01-16T09:52:55.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:54 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:52:55.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:54 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cwvufe 2024-01-16T09:52:55.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:54 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cwvufe 2024-01-16T09:52:55.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:54 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:52:55.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:54 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cwvufe 2024-01-16T09:52:55.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:54 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.cwvufe ... 2024-01-16T09:52:55.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:54 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:55.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:54 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:52:55.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:54 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:52:55.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:54 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T09:52:55.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:54 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:55.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:54 smithi133 bash[17559]: Traceback (most recent call last): 2024-01-16T09:52:55.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:54 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T09:52:55.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:54 smithi133 bash[17559]: yield (conn, connr) 2024-01-16T09:52:55.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:54 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T09:52:55.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:54 smithi133 bash[17559]: code, '\n'.join(err))) 2024-01-16T09:52:55.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:54 smithi133 bash[17559]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cwvufe 2024-01-16T09:52:55.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:54 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:52:55.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:54 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cwvufe 2024-01-16T09:52:55.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:54 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cwvufe 2024-01-16T09:52:55.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:54 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:52:55.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:54 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cwvufe 2024-01-16T09:52:55.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:54 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.cwvufe ... 2024-01-16T09:52:55.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:54 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:55.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:54 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:52:55.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:54 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:52:55.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:54 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T09:52:55.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:54 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:55.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:54 smithi133 bash[17559]: cephadm 2024-01-16T09:52:54.070004+0000 mgr.smithi038.dukxrr (mgr.14180) 356 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi038.cwvufe 2024-01-16T09:52:55.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:54 smithi133 bash[17559]: audit 2024-01-16T09:52:54.070602+0000 mon.smithi038 (mon.0) 752 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi038.cwvufe"}]: dispatch 2024-01-16T09:52:55.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:54 smithi133 bash[17559]: cephadm 2024-01-16T09:52:54.072153+0000 mgr.smithi038.dukxrr (mgr.14180) 357 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi038.cwvufe on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cwvufe 2024-01-16T09:52:55.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:54 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:52:55.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:54 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cwvufe 2024-01-16T09:52:55.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:54 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cwvufe 2024-01-16T09:52:55.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:54 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:52:55.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:54 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cwvufe 2024-01-16T09:52:55.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:54 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.cwvufe ... 2024-01-16T09:52:55.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:54 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:55.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:54 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:52:55.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:54 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:52:55.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:54 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T09:52:55.181 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:54 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:55.181 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:54 smithi133 bash[17559]: cephadm 2024-01-16T09:52:54.076767+0000 mgr.smithi038.dukxrr (mgr.14180) 358 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi133.npzbeo on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T09:52:55.181 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:54 smithi133 bash[17559]: cephadm 2024-01-16T09:52:54.078766+0000 mgr.smithi038.dukxrr (mgr.14180) 359 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi038.jzwnuq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T09:52:55.181 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:54 smithi133 bash[17559]: cluster 2024-01-16T09:52:54.079631+0000 mgr.smithi038.dukxrr (mgr.14180) 360 : cluster [DBG] pgmap v287: 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-01-16T09:52:55.181 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:54 smithi133 bash[17559]: audit 2024-01-16T09:52:54.648749+0000 mgr.smithi038.dukxrr (mgr.14180) 361 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:55.466 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:52:56.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:55 smithi133 bash[17559]: cluster 2024-01-16T09:52:54.892752+0000 mon.smithi038 (mon.0) 753 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-16T09:52:56.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:55 smithi038 bash[13941]: cluster 2024-01-16T09:52:54.892752+0000 mon.smithi038 (mon.0) 753 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-16T09:52:56.467 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:52:57.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:56 smithi038 bash[13941]: cluster 2024-01-16T09:52:56.080636+0000 mgr.smithi038.dukxrr (mgr.14180) 362 : cluster [DBG] pgmap v288: 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-01-16T09:52:57.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:56 smithi133 bash[17559]: cluster 2024-01-16T09:52:56.080636+0000 mgr.smithi038.dukxrr (mgr.14180) 362 : cluster [DBG] pgmap v288: 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-01-16T09:52:59.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:59 smithi038 bash[13941]: cluster 2024-01-16T09:52:58.082176+0000 mgr.smithi038.dukxrr (mgr.14180) 363 : cluster [DBG] pgmap v289: 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-01-16T09:52:59.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:52:59 smithi038 bash[13941]: audit 2024-01-16T09:52:58.198172+0000 mon.smithi038 (mon.0) 754 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:52:59.598 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:52:59.599 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:52:45.792648Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:52:44.983740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:52:45.793132Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:39.398942Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.vkqwig on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:52:49.645028Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.qllusg on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qllusg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qllusg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qllusg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qllusg\nDeploy daemon haproxy.nfs.foo.smithi133.qllusg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:52:54.071905Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.cwvufe on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cwvufe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cwvufe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cwvufe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cwvufe\nDeploy daemon haproxy.nfs.foo.smithi038.cwvufe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:52:54.076641Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.npzbeo on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:52:54.078648Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.jzwnuq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:52:44.984889Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:52:44.983956Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:52:44.984093Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:52:44.985047Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:52:44.984221Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:52:44.984372Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:52:45.793598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:52:59.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:59 smithi133 bash[17559]: cluster 2024-01-16T09:52:58.082176+0000 mgr.smithi038.dukxrr (mgr.14180) 363 : cluster [DBG] pgmap v289: 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-01-16T09:52:59.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:52:59 smithi133 bash[17559]: audit 2024-01-16T09:52:58.198172+0000 mon.smithi038 (mon.0) 754 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:53:00.310 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:53:01.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:53:00 smithi133 bash[17559]: audit 2024-01-16T09:52:59.590190+0000 mgr.smithi038.dukxrr (mgr.14180) 364 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:01.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:53:00 smithi038 bash[13941]: audit 2024-01-16T09:52:59.590190+0000 mgr.smithi038.dukxrr (mgr.14180) 364 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:01.311 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:53:02.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:53:01 smithi133 bash[17559]: cluster 2024-01-16T09:53:00.083399+0000 mgr.smithi038.dukxrr (mgr.14180) 365 : cluster [DBG] pgmap v290: 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-01-16T09:53:02.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:53:01 smithi038 bash[13941]: cluster 2024-01-16T09:53:00.083399+0000 mgr.smithi038.dukxrr (mgr.14180) 365 : cluster [DBG] pgmap v290: 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-01-16T09:53:04.114 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:53:03 smithi038 bash[13941]: cluster 2024-01-16T09:53:02.084409+0000 mgr.smithi038.dukxrr (mgr.14180) 366 : cluster [DBG] pgmap v291: 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-01-16T09:53:04.115 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:53:03 smithi038 bash[13941]: audit 2024-01-16T09:53:02.828513+0000 mon.smithi038 (mon.0) 755 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:53:04.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:53:03 smithi133 bash[17559]: cluster 2024-01-16T09:53:02.084409+0000 mgr.smithi038.dukxrr (mgr.14180) 366 : cluster [DBG] pgmap v291: 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-01-16T09:53:04.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:53:03 smithi133 bash[17559]: audit 2024-01-16T09:53:02.828513+0000 mon.smithi038 (mon.0) 755 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:53:04.497 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:53:04.497 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:52:45.792648Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:52:44.983740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:52:45.793132Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:39.398942Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.vkqwig on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:52:49.645028Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.qllusg on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qllusg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qllusg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qllusg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qllusg\nDeploy daemon haproxy.nfs.foo.smithi133.qllusg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:52:54.071905Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.cwvufe on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cwvufe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cwvufe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cwvufe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cwvufe\nDeploy daemon haproxy.nfs.foo.smithi038.cwvufe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:52:54.076641Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.npzbeo on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:52:54.078648Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.jzwnuq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:52:44.984889Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:52:44.983956Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:52:44.984093Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:52:44.985047Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:52:44.984221Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:52:44.984372Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:52:45.793598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:53:05.208 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:53:06.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:53:05 smithi133 bash[17559]: cluster 2024-01-16T09:53:04.085269+0000 mgr.smithi038.dukxrr (mgr.14180) 367 : cluster [DBG] pgmap v292: 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-01-16T09:53:06.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:53:05 smithi133 bash[17559]: audit 2024-01-16T09:53:04.491283+0000 mgr.smithi038.dukxrr (mgr.14180) 368 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:06.209 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:53:06.221 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:53:05 smithi038 bash[13941]: cluster 2024-01-16T09:53:04.085269+0000 mgr.smithi038.dukxrr (mgr.14180) 367 : cluster [DBG] pgmap v292: 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-01-16T09:53:06.221 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:53:05 smithi038 bash[13941]: audit 2024-01-16T09:53:04.491283+0000 mgr.smithi038.dukxrr (mgr.14180) 368 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:07.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:53:06 smithi133 bash[17559]: cluster 2024-01-16T09:53:06.086280+0000 mgr.smithi038.dukxrr (mgr.14180) 369 : 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-01-16T09:53:07.240 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:53:06 smithi038 bash[13941]: cluster 2024-01-16T09:53:06.086280+0000 mgr.smithi038.dukxrr (mgr.14180) 369 : 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-01-16T09:53:09.228 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:53:09.228 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:52:45.792648Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:52:44.983740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:52:45.793132Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:39.398942Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.vkqwig on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:52:49.645028Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.qllusg on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qllusg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qllusg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qllusg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qllusg\nDeploy daemon haproxy.nfs.foo.smithi133.qllusg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:52:54.071905Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.cwvufe on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cwvufe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cwvufe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cwvufe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cwvufe\nDeploy daemon haproxy.nfs.foo.smithi038.cwvufe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:52:54.076641Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.npzbeo on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:52:54.078648Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.jzwnuq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:52:44.984889Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:52:44.983956Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:52:44.984093Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:52:44.985047Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:52:44.984221Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:52:44.984372Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:52:45.793598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:53:09.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:53:09 smithi133 bash[17559]: cluster 2024-01-16T09:53:08.087531+0000 mgr.smithi038.dukxrr (mgr.14180) 370 : 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-01-16T09:53:09.446 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:53:09 smithi038 bash[13941]: cluster 2024-01-16T09:53:08.087531+0000 mgr.smithi038.dukxrr (mgr.14180) 370 : 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-01-16T09:53:09.975 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:53:10.976 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:53:11.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:53:10 smithi133 bash[17559]: audit 2024-01-16T09:53:09.220785+0000 mgr.smithi038.dukxrr (mgr.14180) 371 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:11.177 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:53:10 smithi038 bash[13941]: audit 2024-01-16T09:53:09.220785+0000 mgr.smithi038.dukxrr (mgr.14180) 371 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:12.139 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:53:11 smithi038 bash[13941]: cluster 2024-01-16T09:53:10.088714+0000 mgr.smithi038.dukxrr (mgr.14180) 372 : 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-01-16T09:53:12.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:53:11 smithi133 bash[17559]: cluster 2024-01-16T09:53:10.088714+0000 mgr.smithi038.dukxrr (mgr.14180) 372 : 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-01-16T09:53:13.956 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:53:13.956 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:52:45.792648Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:52:44.983740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:52:45.793132Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:39.398942Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.vkqwig on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:52:49.645028Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.qllusg on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qllusg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qllusg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qllusg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qllusg\nDeploy daemon haproxy.nfs.foo.smithi133.qllusg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:52:54.071905Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.cwvufe on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cwvufe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cwvufe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cwvufe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cwvufe\nDeploy daemon haproxy.nfs.foo.smithi038.cwvufe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:52:54.076641Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.npzbeo on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:52:54.078648Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.jzwnuq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:52:44.984889Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:52:44.983956Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:52:44.984093Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:52:44.985047Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:52:44.984221Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:52:44.984372Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:52:45.793598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:53:14.169 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:53:13 smithi038 bash[13941]: cluster 2024-01-16T09:53:12.089608+0000 mgr.smithi038.dukxrr (mgr.14180) 373 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:53:14.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:53:13 smithi133 bash[17559]: cluster 2024-01-16T09:53:12.089608+0000 mgr.smithi038.dukxrr (mgr.14180) 373 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:53:14.668 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:53:15.669 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:53:16.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:53:15 smithi038 bash[13941]: audit 2024-01-16T09:53:13.948476+0000 mgr.smithi038.dukxrr (mgr.14180) 374 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:16.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:53:15 smithi038 bash[13941]: cluster 2024-01-16T09:53:14.091029+0000 mgr.smithi038.dukxrr (mgr.14180) 375 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T09:53:16.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:53:15 smithi133 bash[17559]: audit 2024-01-16T09:53:13.948476+0000 mgr.smithi038.dukxrr (mgr.14180) 374 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:16.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:53:15 smithi133 bash[17559]: cluster 2024-01-16T09:53:14.091029+0000 mgr.smithi038.dukxrr (mgr.14180) 375 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T09:53:18.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:53:17 smithi133 bash[17559]: cluster 2024-01-16T09:53:16.091797+0000 mgr.smithi038.dukxrr (mgr.14180) 376 : 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-01-16T09:53:18.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:53:17 smithi038 bash[13941]: cluster 2024-01-16T09:53:16.091797+0000 mgr.smithi038.dukxrr (mgr.14180) 376 : 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-01-16T09:53:18.694 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:53:18.694 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:52:45.792648Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:52:44.983740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:52:45.793132Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:39.398942Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.vkqwig on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:52:49.645028Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.qllusg on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qllusg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qllusg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qllusg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qllusg\nDeploy daemon haproxy.nfs.foo.smithi133.qllusg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:52:54.071905Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.cwvufe on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cwvufe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cwvufe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cwvufe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cwvufe\nDeploy daemon haproxy.nfs.foo.smithi038.cwvufe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:52:54.076641Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.npzbeo on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:52:54.078648Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.jzwnuq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:52:44.984889Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:52:44.983956Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:52:44.984093Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:52:44.985047Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:52:44.984221Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:52:44.984372Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:52:45.793598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:53:19.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:53:18 smithi038 bash[13941]: cluster 2024-01-16T09:53:18.093163+0000 mgr.smithi038.dukxrr (mgr.14180) 377 : 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-01-16T09:53:19.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:53:18 smithi038 bash[13941]: audit 2024-01-16T09:53:18.691971+0000 mgr.smithi038.dukxrr (mgr.14180) 378 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:19.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:53:18 smithi133 bash[17559]: cluster 2024-01-16T09:53:18.093163+0000 mgr.smithi038.dukxrr (mgr.14180) 377 : 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-01-16T09:53:19.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:53:18 smithi133 bash[17559]: audit 2024-01-16T09:53:18.691971+0000 mgr.smithi038.dukxrr (mgr.14180) 378 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:19.431 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:53:20.432 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:53:22.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:53:21 smithi133 bash[17559]: cluster 2024-01-16T09:53:20.094290+0000 mgr.smithi038.dukxrr (mgr.14180) 379 : 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-01-16T09:53:22.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:53:21 smithi038 bash[13941]: cluster 2024-01-16T09:53:20.094290+0000 mgr.smithi038.dukxrr (mgr.14180) 379 : 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-01-16T09:53:23.146 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:53:22 smithi038 bash[13941]: cluster 2024-01-16T09:53:22.095290+0000 mgr.smithi038.dukxrr (mgr.14180) 380 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:53:23.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:53:22 smithi133 bash[17559]: cluster 2024-01-16T09:53:22.095290+0000 mgr.smithi038.dukxrr (mgr.14180) 380 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:53:23.553 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:53:23.553 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:52:45.792648Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:52:44.983740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:52:45.793132Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:39.398942Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.vkqwig on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:52:49.645028Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.qllusg on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qllusg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qllusg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qllusg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qllusg\nDeploy daemon haproxy.nfs.foo.smithi133.qllusg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:52:54.071905Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.cwvufe on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cwvufe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cwvufe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cwvufe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cwvufe\nDeploy daemon haproxy.nfs.foo.smithi038.cwvufe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:52:54.076641Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.npzbeo on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:52:54.078648Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.jzwnuq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:52:44.984889Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:52:44.983956Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:52:44.984093Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:52:44.985047Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:52:44.984221Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:52:44.984372Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:52:45.793598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:53:24.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:53:23 smithi038 bash[13941]: audit 2024-01-16T09:53:23.550361+0000 mgr.smithi038.dukxrr (mgr.14180) 381 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:24.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:53:23 smithi133 bash[17559]: audit 2024-01-16T09:53:23.550361+0000 mgr.smithi038.dukxrr (mgr.14180) 381 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:24.216 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:53:25.217 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:53:26.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:53:25 smithi133 bash[17559]: cluster 2024-01-16T09:53:24.096669+0000 mgr.smithi038.dukxrr (mgr.14180) 382 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T09:53:26.229 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:53:25 smithi038 bash[13941]: cluster 2024-01-16T09:53:24.096669+0000 mgr.smithi038.dukxrr (mgr.14180) 382 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T09:53:28.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:53:27 smithi133 bash[17559]: cluster 2024-01-16T09:53:26.097709+0000 mgr.smithi038.dukxrr (mgr.14180) 383 : 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-01-16T09:53:28.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:53:27 smithi038 bash[13941]: cluster 2024-01-16T09:53:26.097709+0000 mgr.smithi038.dukxrr (mgr.14180) 383 : 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-01-16T09:53:28.321 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:53:28.322 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:52:45.792648Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:52:44.983740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:52:45.793132Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:39.398942Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.vkqwig on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:52:49.645028Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.qllusg on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qllusg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qllusg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qllusg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qllusg\nDeploy daemon haproxy.nfs.foo.smithi133.qllusg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:52:54.071905Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.cwvufe on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cwvufe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cwvufe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cwvufe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cwvufe\nDeploy daemon haproxy.nfs.foo.smithi038.cwvufe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:52:54.076641Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.npzbeo on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:52:54.078648Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.jzwnuq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:52:44.984889Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:52:44.983956Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:52:44.984093Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:52:44.985047Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:52:44.984221Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:52:44.984372Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:52:45.793598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:53:29.053 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:53:29.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:53:28 smithi133 bash[17559]: cluster 2024-01-16T09:53:28.099125+0000 mgr.smithi038.dukxrr (mgr.14180) 384 : 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-01-16T09:53:29.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:53:28 smithi133 bash[17559]: audit 2024-01-16T09:53:28.312781+0000 mgr.smithi038.dukxrr (mgr.14180) 385 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:29.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:53:28 smithi038 bash[13941]: cluster 2024-01-16T09:53:28.099125+0000 mgr.smithi038.dukxrr (mgr.14180) 384 : 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-01-16T09:53:29.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:53:28 smithi038 bash[13941]: audit 2024-01-16T09:53:28.312781+0000 mgr.smithi038.dukxrr (mgr.14180) 385 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:30.054 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:53:32.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:53:31 smithi133 bash[17559]: cluster 2024-01-16T09:53:30.100306+0000 mgr.smithi038.dukxrr (mgr.14180) 386 : 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-01-16T09:53:32.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:53:31 smithi038 bash[13941]: cluster 2024-01-16T09:53:30.100306+0000 mgr.smithi038.dukxrr (mgr.14180) 386 : 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-01-16T09:53:33.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:53:32 smithi133 bash[17559]: cluster 2024-01-16T09:53:32.100966+0000 mgr.smithi038.dukxrr (mgr.14180) 387 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:53:33.244 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:53:33.244 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:52:45.792648Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:52:44.983740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:52:45.793132Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:39.398942Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.vkqwig on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:52:49.645028Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.qllusg on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qllusg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qllusg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qllusg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qllusg\nDeploy daemon haproxy.nfs.foo.smithi133.qllusg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:52:54.071905Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.cwvufe on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cwvufe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cwvufe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cwvufe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cwvufe\nDeploy daemon haproxy.nfs.foo.smithi038.cwvufe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:52:54.076641Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.npzbeo on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:52:54.078648Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.jzwnuq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:52:44.984889Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:52:44.983956Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:52:44.984093Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:52:44.985047Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:52:44.984221Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:52:44.984372Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:52:45.793598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:53:33.274 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:53:32 smithi038 bash[13941]: cluster 2024-01-16T09:53:32.100966+0000 mgr.smithi038.dukxrr (mgr.14180) 387 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:53:34.012 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:53:34.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:53:33 smithi133 bash[17559]: audit 2024-01-16T09:53:33.236861+0000 mgr.smithi038.dukxrr (mgr.14180) 388 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:34.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:53:33 smithi038 bash[13941]: audit 2024-01-16T09:53:33.236861+0000 mgr.smithi038.dukxrr (mgr.14180) 388 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:35.013 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:53:36.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:53:35 smithi038 bash[13941]: cluster 2024-01-16T09:53:34.102330+0000 mgr.smithi038.dukxrr (mgr.14180) 389 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T09:53:36.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:53:35 smithi133 bash[17559]: cluster 2024-01-16T09:53:34.102330+0000 mgr.smithi038.dukxrr (mgr.14180) 389 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T09:53:38.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:53:37 smithi133 bash[17559]: cluster 2024-01-16T09:53:36.103299+0000 mgr.smithi038.dukxrr (mgr.14180) 390 : 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-01-16T09:53:38.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:53:37 smithi038 bash[13941]: cluster 2024-01-16T09:53:36.103299+0000 mgr.smithi038.dukxrr (mgr.14180) 390 : 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-01-16T09:53:38.352 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:53:38.352 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:52:45.792648Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:52:44.983740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:52:45.793132Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:39.398942Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.vkqwig on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:52:49.645028Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.qllusg on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qllusg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qllusg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qllusg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qllusg\nDeploy daemon haproxy.nfs.foo.smithi133.qllusg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:52:54.071905Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.cwvufe on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cwvufe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cwvufe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cwvufe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cwvufe\nDeploy daemon haproxy.nfs.foo.smithi038.cwvufe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:52:54.076641Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.npzbeo on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:52:54.078648Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.jzwnuq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:52:44.984889Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:52:44.983956Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:52:44.984093Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:52:44.985047Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:52:44.984221Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:52:44.984372Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:52:45.793598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:53:38.942 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:53:38 smithi038 bash[13941]: cluster 2024-01-16T09:53:38.104659+0000 mgr.smithi038.dukxrr (mgr.14180) 391 : 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-01-16T09:53:38.942 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:53:38 smithi038 bash[13941]: audit 2024-01-16T09:53:38.344477+0000 mgr.smithi038.dukxrr (mgr.14180) 392 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:39.118 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:53:39.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:53:38 smithi133 bash[17559]: cluster 2024-01-16T09:53:38.104659+0000 mgr.smithi038.dukxrr (mgr.14180) 391 : 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-01-16T09:53:39.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:53:38 smithi133 bash[17559]: audit 2024-01-16T09:53:38.344477+0000 mgr.smithi038.dukxrr (mgr.14180) 392 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:40.120 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:53:42.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:53:41 smithi133 bash[17559]: cluster 2024-01-16T09:53:40.105781+0000 mgr.smithi038.dukxrr (mgr.14180) 393 : 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-01-16T09:53:42.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:53:41 smithi038 bash[13941]: cluster 2024-01-16T09:53:40.105781+0000 mgr.smithi038.dukxrr (mgr.14180) 393 : 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-01-16T09:53:43.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:53:42 smithi133 bash[17559]: cluster 2024-01-16T09:53:42.106770+0000 mgr.smithi038.dukxrr (mgr.14180) 394 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:53:43.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:53:42 smithi038 bash[13941]: cluster 2024-01-16T09:53:42.106770+0000 mgr.smithi038.dukxrr (mgr.14180) 394 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:53:43.330 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:53:43.330 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:52:45.792648Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:52:44.983740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:52:45.793132Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:39.398942Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.vkqwig on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:52:49.645028Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.qllusg on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qllusg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qllusg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qllusg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qllusg\nDeploy daemon haproxy.nfs.foo.smithi133.qllusg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:52:54.071905Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.cwvufe on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cwvufe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cwvufe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cwvufe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cwvufe\nDeploy daemon haproxy.nfs.foo.smithi038.cwvufe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:52:54.076641Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.npzbeo on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:52:54.078648Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.jzwnuq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:52:44.984889Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:52:44.983956Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:52:44.984093Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:52:44.985047Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:52:44.984221Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:52:44.984372Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:52:45.793598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:53:44.064 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:53:44.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:53:43 smithi133 bash[17559]: audit 2024-01-16T09:53:43.322812+0000 mgr.smithi038.dukxrr (mgr.14180) 395 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:44.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:53:43 smithi038 bash[13941]: audit 2024-01-16T09:53:43.322812+0000 mgr.smithi038.dukxrr (mgr.14180) 395 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:45.065 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:53:46.117 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:53:45 smithi038 bash[13941]: cluster 2024-01-16T09:53:44.108053+0000 mgr.smithi038.dukxrr (mgr.14180) 396 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T09:53:46.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:53:45 smithi133 bash[17559]: cluster 2024-01-16T09:53:44.108053+0000 mgr.smithi038.dukxrr (mgr.14180) 396 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T09:53:48.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:53:47 smithi038 bash[13941]: cluster 2024-01-16T09:53:46.109142+0000 mgr.smithi038.dukxrr (mgr.14180) 397 : 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-01-16T09:53:48.163 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:53:48.163 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:52:45.792648Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:52:44.983740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:52:45.793132Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:39.398942Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.vkqwig on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:52:49.645028Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.qllusg on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qllusg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qllusg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qllusg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qllusg\nDeploy daemon haproxy.nfs.foo.smithi133.qllusg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:52:54.071905Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.cwvufe on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cwvufe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cwvufe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cwvufe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cwvufe\nDeploy daemon haproxy.nfs.foo.smithi038.cwvufe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:52:54.076641Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.npzbeo on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:52:54.078648Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.jzwnuq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:52:44.984889Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:52:44.983956Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:52:44.984093Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:52:44.985047Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:52:44.984221Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:52:44.984372Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:52:45.793598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:53:48.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:53:47 smithi133 bash[17559]: cluster 2024-01-16T09:53:46.109142+0000 mgr.smithi038.dukxrr (mgr.14180) 397 : 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-01-16T09:53:48.939 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:53:49.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:53:48 smithi133 bash[17559]: cluster 2024-01-16T09:53:48.110492+0000 mgr.smithi038.dukxrr (mgr.14180) 398 : 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-01-16T09:53:49.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:53:48 smithi133 bash[17559]: audit 2024-01-16T09:53:48.155860+0000 mgr.smithi038.dukxrr (mgr.14180) 399 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:49.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:53:48 smithi038 bash[13941]: cluster 2024-01-16T09:53:48.110492+0000 mgr.smithi038.dukxrr (mgr.14180) 398 : 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-01-16T09:53:49.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:53:48 smithi038 bash[13941]: audit 2024-01-16T09:53:48.155860+0000 mgr.smithi038.dukxrr (mgr.14180) 399 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:49.941 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:53:52.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:53:51 smithi133 bash[17559]: cluster 2024-01-16T09:53:50.111585+0000 mgr.smithi038.dukxrr (mgr.14180) 400 : 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-01-16T09:53:52.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:53:51 smithi038 bash[13941]: cluster 2024-01-16T09:53:50.111585+0000 mgr.smithi038.dukxrr (mgr.14180) 400 : 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-01-16T09:53:53.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:53:52 smithi038 bash[13941]: cluster 2024-01-16T09:53:52.112621+0000 mgr.smithi038.dukxrr (mgr.14180) 401 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:53:53.174 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:53:53.175 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:52:45.792648Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:52:44.983740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:52:45.793132Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:39.398942Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.vkqwig on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:52:49.645028Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.qllusg on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qllusg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qllusg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qllusg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qllusg\nDeploy daemon haproxy.nfs.foo.smithi133.qllusg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:52:54.071905Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.cwvufe on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cwvufe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cwvufe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cwvufe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cwvufe\nDeploy daemon haproxy.nfs.foo.smithi038.cwvufe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:52:54.076641Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.npzbeo on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:52:54.078648Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.jzwnuq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:52:44.984889Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:52:44.983956Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:52:44.984093Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:52:44.985047Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:52:44.984221Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:52:44.984372Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:52:45.793598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:53:53.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:53:52 smithi133 bash[17559]: cluster 2024-01-16T09:53:52.112621+0000 mgr.smithi038.dukxrr (mgr.14180) 401 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:53:53.986 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:53:54.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:53:53 smithi133 bash[17559]: audit 2024-01-16T09:53:53.166128+0000 mgr.smithi038.dukxrr (mgr.14180) 402 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:54.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:53:53 smithi038 bash[13941]: audit 2024-01-16T09:53:53.166128+0000 mgr.smithi038.dukxrr (mgr.14180) 402 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:54.987 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:53:55.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:53:54 smithi133 bash[17559]: audit 2024-01-16T09:53:54.083057+0000 mon.smithi038 (mon.0) 756 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:53:55.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:53:54 smithi133 bash[17559]: cluster 2024-01-16T09:53:54.113623+0000 mgr.smithi038.dukxrr (mgr.14180) 403 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T09:53:55.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:53:54 smithi133 bash[17559]: audit 2024-01-16T09:53:54.358187+0000 mon.smithi038 (mon.0) 757 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:53:55.191 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:53:54 smithi038 bash[13941]: audit 2024-01-16T09:53:54.083057+0000 mon.smithi038 (mon.0) 756 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:53:55.191 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:53:54 smithi038 bash[13941]: cluster 2024-01-16T09:53:54.113623+0000 mgr.smithi038.dukxrr (mgr.14180) 403 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T09:53:55.191 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:53:54 smithi038 bash[13941]: audit 2024-01-16T09:53:54.358187+0000 mon.smithi038 (mon.0) 757 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:53:57.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:53:57 smithi038 bash[13941]: cluster 2024-01-16T09:53:56.114517+0000 mgr.smithi038.dukxrr (mgr.14180) 404 : 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-01-16T09:53:57.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:53:57 smithi133 bash[17559]: cluster 2024-01-16T09:53:56.114517+0000 mgr.smithi038.dukxrr (mgr.14180) 404 : 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-01-16T09:53:58.183 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:53:58.183 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:52:45.792648Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:52:44.983740Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:52:45.793132Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:39.398942Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.vkqwig on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:52:49.645028Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.qllusg on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qllusg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qllusg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qllusg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qllusg\nDeploy daemon haproxy.nfs.foo.smithi133.qllusg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:52:54.071905Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.cwvufe on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cwvufe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cwvufe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cwvufe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cwvufe\nDeploy daemon haproxy.nfs.foo.smithi038.cwvufe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:52:54.076641Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.npzbeo on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:52:54.078648Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.jzwnuq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:52:44.984889Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:52:44.983956Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:52:44.984093Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:52:44.985047Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:52:44.984221Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:52:44.984372Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:52:45.793598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:53:58.953 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:53:59.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:53:59 smithi038 bash[13941]: cluster 2024-01-16T09:53:58.115886+0000 mgr.smithi038.dukxrr (mgr.14180) 405 : 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-01-16T09:53:59.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:53:59 smithi038 bash[13941]: audit 2024-01-16T09:53:58.174984+0000 mgr.smithi038.dukxrr (mgr.14180) 406 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:59.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:53:59 smithi133 bash[17559]: cluster 2024-01-16T09:53:58.115886+0000 mgr.smithi038.dukxrr (mgr.14180) 405 : 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-01-16T09:53:59.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:53:59 smithi133 bash[17559]: audit 2024-01-16T09:53:58.174984+0000 mgr.smithi038.dukxrr (mgr.14180) 406 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:59.954 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:54:01.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:00 smithi038 bash[13941]: audit 2024-01-16T09:53:59.717464+0000 mon.smithi038 (mon.0) 758 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:54:01.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:00 smithi133 bash[17559]: audit 2024-01-16T09:53:59.717464+0000 mon.smithi038 (mon.0) 758 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:54:01.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:01 smithi133 bash[17559]: cluster 2024-01-16T09:54:00.116916+0000 mgr.smithi038.dukxrr (mgr.14180) 407 : 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-01-16T09:54:01.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:01 smithi133 bash[17559]: audit 2024-01-16T09:54:00.723573+0000 mon.smithi038 (mon.0) 759 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:54:01.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:01 smithi133 bash[17559]: audit 2024-01-16T09:54:00.998487+0000 mon.smithi038 (mon.0) 760 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:54:01.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:01 smithi133 bash[17559]: audit 2024-01-16T09:54:00.999794+0000 mon.smithi038 (mon.0) 761 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T09:54:01.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:01 smithi133 bash[17559]: audit 2024-01-16T09:54:01.005978+0000 mon.smithi038 (mon.0) 762 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:54:01.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:01 smithi133 bash[17559]: audit 2024-01-16T09:54:01.013480+0000 mon.smithi038 (mon.0) 763 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T09:54:01.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:01 smithi133 bash[17559]: audit 2024-01-16T09:54:01.025831+0000 mon.smithi038 (mon.0) 764 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:54:01.992 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:01 smithi038 bash[13941]: cluster 2024-01-16T09:54:00.116916+0000 mgr.smithi038.dukxrr (mgr.14180) 407 : 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-01-16T09:54:01.992 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:01 smithi038 bash[13941]: audit 2024-01-16T09:54:00.723573+0000 mon.smithi038 (mon.0) 759 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:54:01.992 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:01 smithi038 bash[13941]: audit 2024-01-16T09:54:00.998487+0000 mon.smithi038 (mon.0) 760 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:54:01.992 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:01 smithi038 bash[13941]: audit 2024-01-16T09:54:00.999794+0000 mon.smithi038 (mon.0) 761 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T09:54:01.993 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:01 smithi038 bash[13941]: audit 2024-01-16T09:54:01.005978+0000 mon.smithi038 (mon.0) 762 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:54:01.993 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:01 smithi038 bash[13941]: audit 2024-01-16T09:54:01.013480+0000 mon.smithi038 (mon.0) 763 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T09:54:01.993 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:01 smithi038 bash[13941]: audit 2024-01-16T09:54:01.025831+0000 mon.smithi038 (mon.0) 764 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:54:03.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:02 smithi038 bash[13941]: cluster 2024-01-16T09:54:01.006722+0000 mgr.smithi038.dukxrr (mgr.14180) 408 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2024-01-16T09:54:03.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:02 smithi038 bash[13941]: cephadm 2024-01-16T09:54:01.030336+0000 mgr.smithi038.dukxrr (mgr.14180) 409 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi133.htgbye on smithi133 2024-01-16T09:54:03.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:02 smithi038 bash[13941]: cluster 2024-01-16T09:54:02.004179+0000 mon.smithi038 (mon.0) 765 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-16T09:54:03.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:02 smithi038 bash[13941]: cluster 2024-01-16T09:54:02.004247+0000 mon.smithi038 (mon.0) 766 : cluster [INF] Cluster is now healthy 2024-01-16T09:54:03.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:02 smithi133 bash[17559]: cluster 2024-01-16T09:54:01.006722+0000 mgr.smithi038.dukxrr (mgr.14180) 408 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2024-01-16T09:54:03.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:02 smithi133 bash[17559]: cephadm 2024-01-16T09:54:01.030336+0000 mgr.smithi038.dukxrr (mgr.14180) 409 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi133.htgbye on smithi133 2024-01-16T09:54:03.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:02 smithi133 bash[17559]: cluster 2024-01-16T09:54:02.004179+0000 mon.smithi038 (mon.0) 765 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-16T09:54:03.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:02 smithi133 bash[17559]: cluster 2024-01-16T09:54:02.004247+0000 mon.smithi038 (mon.0) 766 : cluster [INF] Cluster is now healthy 2024-01-16T09:54:03.258 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:54:03.258 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:54:00.711468Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:53:59.701742Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:54:00.711679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:39.398942Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.vkqwig on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:52:49.645028Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.qllusg on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qllusg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qllusg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qllusg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qllusg\nDeploy daemon haproxy.nfs.foo.smithi133.qllusg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:52:54.071905Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.cwvufe on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cwvufe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cwvufe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cwvufe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cwvufe\nDeploy daemon haproxy.nfs.foo.smithi038.cwvufe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:52:54.076641Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.npzbeo on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:52:54.078648Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.jzwnuq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:53:59.703917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:53:59.702119Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:53:59.702385Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:53:59.704147Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:53:59.702637Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:53:59.702884Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:54:00.711882Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:54:03.994 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:54:04.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:03 smithi133 bash[17559]: audit 2024-01-16T09:54:02.833186+0000 mon.smithi038 (mon.0) 767 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:54:04.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:03 smithi038 bash[13941]: audit 2024-01-16T09:54:02.833186+0000 mon.smithi038 (mon.0) 767 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:54:04.995 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:54:05.137 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:04 smithi133 bash[17559]: cluster 2024-01-16T09:54:03.007661+0000 mgr.smithi038.dukxrr (mgr.14180) 410 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 375 B/s rd, 0 op/s 2024-01-16T09:54:05.137 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:04 smithi133 bash[17559]: audit 2024-01-16T09:54:03.248533+0000 mgr.smithi038.dukxrr (mgr.14180) 411 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:05.197 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:04 smithi038 bash[13941]: cluster 2024-01-16T09:54:03.007661+0000 mgr.smithi038.dukxrr (mgr.14180) 410 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 375 B/s rd, 0 op/s 2024-01-16T09:54:05.197 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:04 smithi038 bash[13941]: audit 2024-01-16T09:54:03.248533+0000 mgr.smithi038.dukxrr (mgr.14180) 411 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:06.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:05 smithi133 bash[17559]: cluster 2024-01-16T09:54:05.008576+0000 mgr.smithi038.dukxrr (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; 187 B/s rd, 0 op/s 2024-01-16T09:54:06.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:05 smithi133 bash[17559]: cephadm 2024-01-16T09:54:05.213191+0000 mgr.smithi038.dukxrr (mgr.14180) 413 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-htgbye 2024-01-16T09:54:06.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:05 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:54:06.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:05 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-htgbye 2024-01-16T09:54:06.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:05 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.htgbye 2024-01-16T09:54:06.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:05 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:54:06.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:05 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.htgbye 2024-01-16T09:54:06.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:05 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.htgbye ... 2024-01-16T09:54:06.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:05 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:54:06.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:05 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:54:06.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:05 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:54:06.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:05 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T09:54:06.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:05 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:54:06.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:05 smithi133 bash[17559]: Traceback (most recent call last): 2024-01-16T09:54:06.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:05 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T09:54:06.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:05 smithi133 bash[17559]: yield (conn, connr) 2024-01-16T09:54:06.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:05 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T09:54:06.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:05 smithi133 bash[17559]: code, '\n'.join(err))) 2024-01-16T09:54:06.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:05 smithi133 bash[17559]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-htgbye 2024-01-16T09:54:06.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:05 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:54:06.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:05 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-htgbye 2024-01-16T09:54:06.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:05 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.htgbye 2024-01-16T09:54:06.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:05 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:54:06.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:05 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.htgbye 2024-01-16T09:54:06.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:05 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.htgbye ... 2024-01-16T09:54:06.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:05 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:54:06.181 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:05 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:54:06.181 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:05 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:54:06.181 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:05 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T09:54:06.181 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:05 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:54:06.181 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:05 smithi133 bash[17559]: cephadm 2024-01-16T09:54:05.213648+0000 mgr.smithi038.dukxrr (mgr.14180) 414 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi133.htgbye 2024-01-16T09:54:06.181 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:05 smithi133 bash[17559]: audit 2024-01-16T09:54:05.214188+0000 mon.smithi038 (mon.0) 768 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi133.htgbye"}]: dispatch 2024-01-16T09:54:06.181 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:05 smithi133 bash[17559]: cephadm 2024-01-16T09:54:05.215185+0000 mgr.smithi038.dukxrr (mgr.14180) 415 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi133.htgbye on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-htgbye 2024-01-16T09:54:06.181 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:05 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:54:06.181 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:05 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-htgbye 2024-01-16T09:54:06.182 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:05 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.htgbye 2024-01-16T09:54:06.182 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:05 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:54:06.182 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:05 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.htgbye 2024-01-16T09:54:06.182 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:05 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.htgbye ... 2024-01-16T09:54:06.182 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:05 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:54:06.182 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:05 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:54:06.182 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:05 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:54:06.182 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:05 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T09:54:06.182 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:05 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:54:06.183 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:05 smithi133 bash[17559]: cephadm 2024-01-16T09:54:05.218420+0000 mgr.smithi038.dukxrr (mgr.14180) 416 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.svbflk on smithi038 2024-01-16T09:54:06.273 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:05 smithi038 bash[13941]: cluster 2024-01-16T09:54:05.008576+0000 mgr.smithi038.dukxrr (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; 187 B/s rd, 0 op/s 2024-01-16T09:54:06.273 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:05 smithi038 bash[13941]: cephadm 2024-01-16T09:54:05.213191+0000 mgr.smithi038.dukxrr (mgr.14180) 413 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-htgbye 2024-01-16T09:54:06.273 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:05 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:54:06.273 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:05 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-htgbye 2024-01-16T09:54:06.274 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:05 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.htgbye 2024-01-16T09:54:06.274 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:05 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:54:06.274 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:05 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.htgbye 2024-01-16T09:54:06.274 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:05 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.htgbye ... 2024-01-16T09:54:06.274 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:05 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:54:06.274 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:05 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:54:06.274 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:05 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:54:06.274 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:05 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T09:54:06.274 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:05 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:54:06.274 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:05 smithi038 bash[13941]: Traceback (most recent call last): 2024-01-16T09:54:06.274 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:05 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T09:54:06.274 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:05 smithi038 bash[13941]: yield (conn, connr) 2024-01-16T09:54:06.274 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:05 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T09:54:06.274 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:05 smithi038 bash[13941]: code, '\n'.join(err))) 2024-01-16T09:54:06.275 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:05 smithi038 bash[13941]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-htgbye 2024-01-16T09:54:06.275 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:05 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:54:06.275 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:05 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-htgbye 2024-01-16T09:54:06.275 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:05 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.htgbye 2024-01-16T09:54:06.275 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:05 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:54:06.275 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:05 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.htgbye 2024-01-16T09:54:06.275 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:05 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.htgbye ... 2024-01-16T09:54:06.275 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:05 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:54:06.275 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:05 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:54:06.275 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:05 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:54:06.275 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:05 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T09:54:06.275 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:05 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:54:06.275 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:05 smithi038 bash[13941]: cephadm 2024-01-16T09:54:05.213648+0000 mgr.smithi038.dukxrr (mgr.14180) 414 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi133.htgbye 2024-01-16T09:54:06.276 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:05 smithi038 bash[13941]: audit 2024-01-16T09:54:05.214188+0000 mon.smithi038 (mon.0) 768 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi133.htgbye"}]: dispatch 2024-01-16T09:54:06.276 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:05 smithi038 bash[13941]: cephadm 2024-01-16T09:54:05.215185+0000 mgr.smithi038.dukxrr (mgr.14180) 415 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi133.htgbye on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-htgbye 2024-01-16T09:54:06.276 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:05 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:54:06.276 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:05 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-htgbye 2024-01-16T09:54:06.276 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:05 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.htgbye 2024-01-16T09:54:06.276 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:05 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:54:06.276 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:05 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.htgbye 2024-01-16T09:54:06.276 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:05 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.htgbye ... 2024-01-16T09:54:06.276 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:05 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:54:06.276 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:05 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:54:06.276 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:05 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:54:06.276 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:05 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T09:54:06.276 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:05 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:54:06.277 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:05 smithi038 bash[13941]: cephadm 2024-01-16T09:54:05.218420+0000 mgr.smithi038.dukxrr (mgr.14180) 416 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.svbflk on smithi038 2024-01-16T09:54:08.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:08 smithi038 bash[13941]: cluster 2024-01-16T09:54:07.009274+0000 mgr.smithi038.dukxrr (mgr.14180) 417 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2024-01-16T09:54:08.317 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:54:08.317 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:54:00.711468Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:53:59.701742Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:54:00.711679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:49.645028Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.qllusg on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qllusg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qllusg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qllusg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qllusg\nDeploy daemon haproxy.nfs.foo.smithi133.qllusg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:52:54.071905Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.cwvufe on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cwvufe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cwvufe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cwvufe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cwvufe\nDeploy daemon haproxy.nfs.foo.smithi038.cwvufe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:52:54.076641Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.npzbeo on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:52:54.078648Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.jzwnuq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:05.214987Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.htgbye on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-htgbye\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-htgbye\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.htgbye\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.htgbye\nDeploy daemon haproxy.nfs.foo.smithi133.htgbye ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -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.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:53:59.703917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:53:59.702119Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:53:59.702385Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:53:59.704147Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:53:59.702637Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:53:59.702884Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:54:00.711882Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:54:08.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:08 smithi133 bash[17559]: cluster 2024-01-16T09:54:07.009274+0000 mgr.smithi038.dukxrr (mgr.14180) 417 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2024-01-16T09:54:09.137 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:54:09.212 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:09 smithi038 bash[13941]: audit 2024-01-16T09:54:08.309942+0000 mgr.smithi038.dukxrr (mgr.14180) 418 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:09.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:09 smithi133 bash[17559]: audit 2024-01-16T09:54:08.309942+0000 mgr.smithi038.dukxrr (mgr.14180) 418 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:10.138 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:54:10.342 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:10 smithi038 bash[13941]: cluster 2024-01-16T09:54:09.010399+0000 mgr.smithi038.dukxrr (mgr.14180) 419 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2024-01-16T09:54:10.342 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:10 smithi038 bash[13941]: cephadm 2024-01-16T09:54:09.305839+0000 mgr.smithi038.dukxrr (mgr.14180) 420 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-svbflk 2024-01-16T09:54:10.343 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:10 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:54:10.343 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:10 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-svbflk 2024-01-16T09:54:10.343 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:10 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.svbflk 2024-01-16T09:54:10.343 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:10 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:54:10.343 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:10 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.svbflk 2024-01-16T09:54:10.343 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:10 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.svbflk ... 2024-01-16T09:54:10.343 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:10 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:54:10.343 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:10 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:54:10.343 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:10 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:54:10.343 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:10 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T09:54:10.343 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:10 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:54:10.343 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:10 smithi038 bash[13941]: Traceback (most recent call last): 2024-01-16T09:54:10.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:10 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T09:54:10.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:10 smithi038 bash[13941]: yield (conn, connr) 2024-01-16T09:54:10.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:10 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T09:54:10.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:10 smithi038 bash[13941]: code, '\n'.join(err))) 2024-01-16T09:54:10.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:10 smithi038 bash[13941]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-svbflk 2024-01-16T09:54:10.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:10 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:54:10.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:10 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-svbflk 2024-01-16T09:54:10.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:10 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.svbflk 2024-01-16T09:54:10.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:10 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:54:10.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:10 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.svbflk 2024-01-16T09:54:10.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:10 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.svbflk ... 2024-01-16T09:54:10.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:10 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:54:10.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:10 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:54:10.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:10 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:54:10.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:10 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T09:54:10.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:10 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:54:10.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:10 smithi038 bash[13941]: cephadm 2024-01-16T09:54:09.306430+0000 mgr.smithi038.dukxrr (mgr.14180) 421 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi038.svbflk 2024-01-16T09:54:10.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:10 smithi038 bash[13941]: audit 2024-01-16T09:54:09.307150+0000 mon.smithi038 (mon.0) 769 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi038.svbflk"}]: dispatch 2024-01-16T09:54:10.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:10 smithi038 bash[13941]: cephadm 2024-01-16T09:54:09.308813+0000 mgr.smithi038.dukxrr (mgr.14180) 422 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi038.svbflk on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-svbflk 2024-01-16T09:54:10.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:10 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:54:10.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:10 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-svbflk 2024-01-16T09:54:10.346 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:10 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.svbflk 2024-01-16T09:54:10.346 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:10 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:54:10.346 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:10 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.svbflk 2024-01-16T09:54:10.346 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:10 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.svbflk ... 2024-01-16T09:54:10.346 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:10 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:54:10.346 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:10 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:54:10.346 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:10 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:54:10.346 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:10 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T09:54:10.346 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:10 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:54:10.346 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:10 smithi038 bash[13941]: cephadm 2024-01-16T09:54:09.313118+0000 mgr.smithi038.dukxrr (mgr.14180) 423 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi133.yscfbf on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T09:54:10.346 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:10 smithi038 bash[13941]: cephadm 2024-01-16T09:54:09.315238+0000 mgr.smithi038.dukxrr (mgr.14180) 424 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi038.zsghxe on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T09:54:10.346 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:10 smithi038 bash[13941]: cluster 2024-01-16T09:54:09.316342+0000 mgr.smithi038.dukxrr (mgr.14180) 425 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 222 B/s rd, 0 op/s 2024-01-16T09:54:10.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:10 smithi133 bash[17559]: cluster 2024-01-16T09:54:09.010399+0000 mgr.smithi038.dukxrr (mgr.14180) 419 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2024-01-16T09:54:10.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:10 smithi133 bash[17559]: cephadm 2024-01-16T09:54:09.305839+0000 mgr.smithi038.dukxrr (mgr.14180) 420 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-svbflk 2024-01-16T09:54:10.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:10 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:54:10.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:10 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-svbflk 2024-01-16T09:54:10.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:10 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.svbflk 2024-01-16T09:54:10.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:10 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:54:10.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:10 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.svbflk 2024-01-16T09:54:10.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:10 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.svbflk ... 2024-01-16T09:54:10.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:10 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:54:10.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:10 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:54:10.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:10 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:54:10.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:10 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T09:54:10.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:10 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:54:10.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:10 smithi133 bash[17559]: Traceback (most recent call last): 2024-01-16T09:54:10.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:10 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T09:54:10.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:10 smithi133 bash[17559]: yield (conn, connr) 2024-01-16T09:54:10.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:10 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T09:54:10.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:10 smithi133 bash[17559]: code, '\n'.join(err))) 2024-01-16T09:54:10.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:10 smithi133 bash[17559]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-svbflk 2024-01-16T09:54:10.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:10 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:54:10.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:10 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-svbflk 2024-01-16T09:54:10.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:10 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.svbflk 2024-01-16T09:54:10.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:10 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:54:10.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:10 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.svbflk 2024-01-16T09:54:10.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:10 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.svbflk ... 2024-01-16T09:54:10.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:10 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:54:10.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:10 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:54:10.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:10 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:54:10.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:10 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T09:54:10.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:10 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:54:10.431 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:10 smithi133 bash[17559]: cephadm 2024-01-16T09:54:09.306430+0000 mgr.smithi038.dukxrr (mgr.14180) 421 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi038.svbflk 2024-01-16T09:54:10.431 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:10 smithi133 bash[17559]: audit 2024-01-16T09:54:09.307150+0000 mon.smithi038 (mon.0) 769 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi038.svbflk"}]: dispatch 2024-01-16T09:54:10.431 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:10 smithi133 bash[17559]: cephadm 2024-01-16T09:54:09.308813+0000 mgr.smithi038.dukxrr (mgr.14180) 422 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi038.svbflk on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-svbflk 2024-01-16T09:54:10.431 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:10 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:54:10.431 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:10 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-svbflk 2024-01-16T09:54:10.431 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:10 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.svbflk 2024-01-16T09:54:10.431 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:10 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:54:10.431 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:10 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.svbflk 2024-01-16T09:54:10.431 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:10 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.svbflk ... 2024-01-16T09:54:10.431 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:10 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:54:10.431 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:10 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:54:10.431 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:10 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:54:10.431 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:10 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T09:54:10.431 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:10 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:54:10.431 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:10 smithi133 bash[17559]: cephadm 2024-01-16T09:54:09.313118+0000 mgr.smithi038.dukxrr (mgr.14180) 423 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi133.yscfbf on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T09:54:10.432 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:10 smithi133 bash[17559]: cephadm 2024-01-16T09:54:09.315238+0000 mgr.smithi038.dukxrr (mgr.14180) 424 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi038.zsghxe on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T09:54:10.432 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:10 smithi133 bash[17559]: cluster 2024-01-16T09:54:09.316342+0000 mgr.smithi038.dukxrr (mgr.14180) 425 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 222 B/s rd, 0 op/s 2024-01-16T09:54:11.376 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:11 smithi038 bash[13941]: cluster 2024-01-16T09:54:10.081959+0000 mon.smithi038 (mon.0) 770 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-16T09:54:11.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:11 smithi133 bash[17559]: cluster 2024-01-16T09:54:10.081959+0000 mon.smithi038 (mon.0) 770 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-16T09:54:12.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:12 smithi133 bash[17559]: cluster 2024-01-16T09:54:11.317384+0000 mgr.smithi038.dukxrr (mgr.14180) 426 : cluster [DBG] pgmap v327: 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-01-16T09:54:12.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:12 smithi038 bash[13941]: cluster 2024-01-16T09:54:11.317384+0000 mgr.smithi038.dukxrr (mgr.14180) 426 : cluster [DBG] pgmap v327: 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-01-16T09:54:13.603 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:54:13.603 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:54:00.711468Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:53:59.701742Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:54:00.711679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:54.078648Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.jzwnuq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:05.214987Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.htgbye on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-htgbye\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-htgbye\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.htgbye\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.htgbye\nDeploy daemon haproxy.nfs.foo.smithi133.htgbye ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:09.308551Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.svbflk on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-svbflk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-svbflk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.svbflk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.svbflk\nDeploy daemon haproxy.nfs.foo.smithi038.svbflk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:09.312976Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.yscfbf on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:09.315115Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.zsghxe on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:53:59.703917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:53:59.702119Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:53:59.702385Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:53:59.704147Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:53:59.702637Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:53:59.702884Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:54:00.711882Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:54:14.351 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:54:14.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:14 smithi038 bash[13941]: audit 2024-01-16T09:54:13.249250+0000 mon.smithi038 (mon.0) 771 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:54:14.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:14 smithi038 bash[13941]: cluster 2024-01-16T09:54:13.318725+0000 mgr.smithi038.dukxrr (mgr.14180) 427 : cluster [DBG] pgmap v328: 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-01-16T09:54:14.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:14 smithi038 bash[13941]: audit 2024-01-16T09:54:13.595597+0000 mgr.smithi038.dukxrr (mgr.14180) 428 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:14.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:14 smithi133 bash[17559]: audit 2024-01-16T09:54:13.249250+0000 mon.smithi038 (mon.0) 771 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:54:14.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:14 smithi133 bash[17559]: cluster 2024-01-16T09:54:13.318725+0000 mgr.smithi038.dukxrr (mgr.14180) 427 : cluster [DBG] pgmap v328: 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-01-16T09:54:14.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:14 smithi133 bash[17559]: audit 2024-01-16T09:54:13.595597+0000 mgr.smithi038.dukxrr (mgr.14180) 428 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:15.352 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:54:16.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:15 smithi133 bash[17559]: cluster 2024-01-16T09:54:15.319856+0000 mgr.smithi038.dukxrr (mgr.14180) 429 : cluster [DBG] pgmap v329: 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-01-16T09:54:16.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:15 smithi038 bash[13941]: cluster 2024-01-16T09:54:15.319856+0000 mgr.smithi038.dukxrr (mgr.14180) 429 : cluster [DBG] pgmap v329: 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-01-16T09:54:18.445 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:54:18.445 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:54:00.711468Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:53:59.701742Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:54:00.711679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:54.078648Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.jzwnuq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:05.214987Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.htgbye on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-htgbye\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-htgbye\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.htgbye\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.htgbye\nDeploy daemon haproxy.nfs.foo.smithi133.htgbye ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:09.308551Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.svbflk on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-svbflk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-svbflk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.svbflk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.svbflk\nDeploy daemon haproxy.nfs.foo.smithi038.svbflk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:09.312976Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.yscfbf on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:09.315115Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.zsghxe on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:53:59.703917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:53:59.702119Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:53:59.702385Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:53:59.704147Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:53:59.702637Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:53:59.702884Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:54:00.711882Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:54:18.942 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:18 smithi038 bash[13941]: cluster 2024-01-16T09:54:17.320545+0000 mgr.smithi038.dukxrr (mgr.14180) 430 : cluster [DBG] pgmap v330: 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-01-16T09:54:18.942 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:18 smithi038 bash[13941]: audit 2024-01-16T09:54:17.831260+0000 mon.smithi038 (mon.0) 772 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:54:19.171 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:54:19.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:18 smithi133 bash[17559]: cluster 2024-01-16T09:54:17.320545+0000 mgr.smithi038.dukxrr (mgr.14180) 430 : cluster [DBG] pgmap v330: 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-01-16T09:54:19.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:18 smithi133 bash[17559]: audit 2024-01-16T09:54:17.831260+0000 mon.smithi038 (mon.0) 772 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:54:20.172 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:54:20.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:19 smithi133 bash[17559]: audit 2024-01-16T09:54:18.439104+0000 mgr.smithi038.dukxrr (mgr.14180) 431 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:20.185 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:19 smithi038 bash[13941]: audit 2024-01-16T09:54:18.439104+0000 mgr.smithi038.dukxrr (mgr.14180) 431 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:21.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:20 smithi133 bash[17559]: cluster 2024-01-16T09:54:19.321883+0000 mgr.smithi038.dukxrr (mgr.14180) 432 : cluster [DBG] pgmap v331: 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-01-16T09:54:21.204 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:20 smithi038 bash[13941]: cluster 2024-01-16T09:54:19.321883+0000 mgr.smithi038.dukxrr (mgr.14180) 432 : cluster [DBG] pgmap v331: 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-01-16T09:54:22.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:21 smithi133 bash[17559]: cluster 2024-01-16T09:54:21.322690+0000 mgr.smithi038.dukxrr (mgr.14180) 433 : 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-01-16T09:54:22.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:21 smithi038 bash[13941]: cluster 2024-01-16T09:54:21.322690+0000 mgr.smithi038.dukxrr (mgr.14180) 433 : 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-01-16T09:54:23.307 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:54:23.307 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:54:00.711468Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:53:59.701742Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:54:00.711679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:54.078648Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.jzwnuq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:05.214987Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.htgbye on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-htgbye\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-htgbye\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.htgbye\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.htgbye\nDeploy daemon haproxy.nfs.foo.smithi133.htgbye ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:09.308551Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.svbflk on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-svbflk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-svbflk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.svbflk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.svbflk\nDeploy daemon haproxy.nfs.foo.smithi038.svbflk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:09.312976Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.yscfbf on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:09.315115Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.zsghxe on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:53:59.703917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:53:59.702119Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:53:59.702385Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:53:59.704147Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:53:59.702637Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:53:59.702884Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:54:00.711882Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:54:24.021 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:54:24.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:24 smithi133 bash[17559]: audit 2024-01-16T09:54:23.299271+0000 mgr.smithi038.dukxrr (mgr.14180) 434 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:24.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:24 smithi133 bash[17559]: cluster 2024-01-16T09:54:23.323734+0000 mgr.smithi038.dukxrr (mgr.14180) 435 : 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-01-16T09:54:24.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:24 smithi038 bash[13941]: audit 2024-01-16T09:54:23.299271+0000 mgr.smithi038.dukxrr (mgr.14180) 434 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:24.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:24 smithi038 bash[13941]: cluster 2024-01-16T09:54:23.323734+0000 mgr.smithi038.dukxrr (mgr.14180) 435 : 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-01-16T09:54:25.022 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:54:26.171 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:25 smithi038 bash[13941]: cluster 2024-01-16T09:54:25.324962+0000 mgr.smithi038.dukxrr (mgr.14180) 436 : 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-01-16T09:54:26.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:25 smithi133 bash[17559]: cluster 2024-01-16T09:54:25.324962+0000 mgr.smithi038.dukxrr (mgr.14180) 436 : 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-01-16T09:54:28.211 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:54:28.211 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:54:00.711468Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:53:59.701742Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:54:00.711679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:54.078648Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.jzwnuq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:05.214987Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.htgbye on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-htgbye\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-htgbye\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.htgbye\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.htgbye\nDeploy daemon haproxy.nfs.foo.smithi133.htgbye ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:09.308551Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.svbflk on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-svbflk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-svbflk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.svbflk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.svbflk\nDeploy daemon haproxy.nfs.foo.smithi038.svbflk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:09.312976Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.yscfbf on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:09.315115Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.zsghxe on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:53:59.703917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:53:59.702119Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:53:59.702385Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:53:59.704147Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:53:59.702637Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:53:59.702884Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:54:00.711882Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:54:28.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:28 smithi038 bash[13941]: cluster 2024-01-16T09:54:27.325959+0000 mgr.smithi038.dukxrr (mgr.14180) 437 : 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-01-16T09:54:28.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:28 smithi133 bash[17559]: cluster 2024-01-16T09:54:27.325959+0000 mgr.smithi038.dukxrr (mgr.14180) 437 : 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-01-16T09:54:28.981 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:54:29.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:29 smithi133 bash[17559]: audit 2024-01-16T09:54:28.204467+0000 mgr.smithi038.dukxrr (mgr.14180) 438 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:29.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:29 smithi038 bash[13941]: audit 2024-01-16T09:54:28.204467+0000 mgr.smithi038.dukxrr (mgr.14180) 438 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:29.982 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:54:30.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:30 smithi038 bash[13941]: cluster 2024-01-16T09:54:29.327441+0000 mgr.smithi038.dukxrr (mgr.14180) 439 : 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-01-16T09:54:30.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:30 smithi133 bash[17559]: cluster 2024-01-16T09:54:29.327441+0000 mgr.smithi038.dukxrr (mgr.14180) 439 : 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-01-16T09:54:32.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:32 smithi133 bash[17559]: cluster 2024-01-16T09:54:31.328362+0000 mgr.smithi038.dukxrr (mgr.14180) 440 : 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-01-16T09:54:32.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:32 smithi038 bash[13941]: cluster 2024-01-16T09:54:31.328362+0000 mgr.smithi038.dukxrr (mgr.14180) 440 : 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-01-16T09:54:33.330 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:54:33.330 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:54:00.711468Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:53:59.701742Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:54:00.711679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:54.078648Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.jzwnuq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:05.214987Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.htgbye on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-htgbye\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-htgbye\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.htgbye\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.htgbye\nDeploy daemon haproxy.nfs.foo.smithi133.htgbye ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:09.308551Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.svbflk on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-svbflk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-svbflk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.svbflk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.svbflk\nDeploy daemon haproxy.nfs.foo.smithi038.svbflk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:09.312976Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.yscfbf on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:09.315115Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.zsghxe on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:53:59.703917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:53:59.702119Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:53:59.702385Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:53:59.704147Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:53:59.702637Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:53:59.702884Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:54:00.711882Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:54:34.083 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:54:34.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:34 smithi133 bash[17559]: audit 2024-01-16T09:54:33.323738+0000 mgr.smithi038.dukxrr (mgr.14180) 441 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:34.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:34 smithi133 bash[17559]: cluster 2024-01-16T09:54:33.329858+0000 mgr.smithi038.dukxrr (mgr.14180) 442 : 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-01-16T09:54:34.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:34 smithi038 bash[13941]: audit 2024-01-16T09:54:33.323738+0000 mgr.smithi038.dukxrr (mgr.14180) 441 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:34.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:34 smithi038 bash[13941]: cluster 2024-01-16T09:54:33.329858+0000 mgr.smithi038.dukxrr (mgr.14180) 442 : 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-01-16T09:54:35.084 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:54:36.135 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:35 smithi038 bash[13941]: cluster 2024-01-16T09:54:35.330883+0000 mgr.smithi038.dukxrr (mgr.14180) 443 : 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-01-16T09:54:36.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:35 smithi133 bash[17559]: cluster 2024-01-16T09:54:35.330883+0000 mgr.smithi038.dukxrr (mgr.14180) 443 : 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-01-16T09:54:38.233 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:54:38.233 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:54:00.711468Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:53:59.701742Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:54:00.711679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:54.078648Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.jzwnuq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:05.214987Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.htgbye on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-htgbye\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-htgbye\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.htgbye\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.htgbye\nDeploy daemon haproxy.nfs.foo.smithi133.htgbye ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:09.308551Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.svbflk on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-svbflk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-svbflk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.svbflk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.svbflk\nDeploy daemon haproxy.nfs.foo.smithi038.svbflk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:09.312976Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.yscfbf on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:09.315115Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.zsghxe on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:53:59.703917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:53:59.702119Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:53:59.702385Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:53:59.704147Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:53:59.702637Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:53:59.702884Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:54:00.711882Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:54:38.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:38 smithi038 bash[13941]: cluster 2024-01-16T09:54:37.331860+0000 mgr.smithi038.dukxrr (mgr.14180) 444 : 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-01-16T09:54:38.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:38 smithi133 bash[17559]: cluster 2024-01-16T09:54:37.331860+0000 mgr.smithi038.dukxrr (mgr.14180) 444 : 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-01-16T09:54:38.929 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:54:39.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:39 smithi133 bash[17559]: audit 2024-01-16T09:54:38.225577+0000 mgr.smithi038.dukxrr (mgr.14180) 445 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:39.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:39 smithi038 bash[13941]: audit 2024-01-16T09:54:38.225577+0000 mgr.smithi038.dukxrr (mgr.14180) 445 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:39.930 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:54:40.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:40 smithi133 bash[17559]: cluster 2024-01-16T09:54:39.333358+0000 mgr.smithi038.dukxrr (mgr.14180) 446 : 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-01-16T09:54:40.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:40 smithi038 bash[13941]: cluster 2024-01-16T09:54:39.333358+0000 mgr.smithi038.dukxrr (mgr.14180) 446 : 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-01-16T09:54:42.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:42 smithi133 bash[17559]: cluster 2024-01-16T09:54:41.334184+0000 mgr.smithi038.dukxrr (mgr.14180) 447 : 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-01-16T09:54:42.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:42 smithi038 bash[13941]: cluster 2024-01-16T09:54:41.334184+0000 mgr.smithi038.dukxrr (mgr.14180) 447 : 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-01-16T09:54:43.032 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:54:43.032 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:54:00.711468Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:53:59.701742Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:54:00.711679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:54.078648Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.jzwnuq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:05.214987Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.htgbye on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-htgbye\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-htgbye\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.htgbye\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.htgbye\nDeploy daemon haproxy.nfs.foo.smithi133.htgbye ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:09.308551Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.svbflk on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-svbflk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-svbflk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.svbflk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.svbflk\nDeploy daemon haproxy.nfs.foo.smithi038.svbflk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:09.312976Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.yscfbf on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:09.315115Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.zsghxe on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:53:59.703917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:53:59.702119Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:53:59.702385Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:53:59.704147Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:53:59.702637Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:53:59.702884Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:54:00.711882Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:54:43.789 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:54:44.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:44 smithi133 bash[17559]: audit 2024-01-16T09:54:43.025785+0000 mgr.smithi038.dukxrr (mgr.14180) 448 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:44.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:44 smithi133 bash[17559]: cluster 2024-01-16T09:54:43.335512+0000 mgr.smithi038.dukxrr (mgr.14180) 449 : 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-01-16T09:54:44.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:44 smithi038 bash[13941]: audit 2024-01-16T09:54:43.025785+0000 mgr.smithi038.dukxrr (mgr.14180) 448 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:44.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:44 smithi038 bash[13941]: cluster 2024-01-16T09:54:43.335512+0000 mgr.smithi038.dukxrr (mgr.14180) 449 : 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-01-16T09:54:44.789 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:54:46.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:45 smithi133 bash[17559]: cluster 2024-01-16T09:54:45.336792+0000 mgr.smithi038.dukxrr (mgr.14180) 450 : 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-01-16T09:54:46.191 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:45 smithi038 bash[13941]: cluster 2024-01-16T09:54:45.336792+0000 mgr.smithi038.dukxrr (mgr.14180) 450 : 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-01-16T09:54:47.944 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:54:47.944 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:54:00.711468Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:53:59.701742Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:54:00.711679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:54.078648Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.jzwnuq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:05.214987Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.htgbye on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-htgbye\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-htgbye\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.htgbye\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.htgbye\nDeploy daemon haproxy.nfs.foo.smithi133.htgbye ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:09.308551Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.svbflk on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-svbflk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-svbflk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.svbflk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.svbflk\nDeploy daemon haproxy.nfs.foo.smithi038.svbflk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:09.312976Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.yscfbf on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:09.315115Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.zsghxe on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:53:59.703917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:53:59.702119Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:53:59.702385Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:53:59.704147Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:53:59.702637Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:53:59.702884Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:54:00.711882Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:54:48.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:48 smithi133 bash[17559]: cluster 2024-01-16T09:54:47.337850+0000 mgr.smithi038.dukxrr (mgr.14180) 451 : 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-01-16T09:54:48.677 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:48 smithi038 bash[13941]: cluster 2024-01-16T09:54:47.337850+0000 mgr.smithi038.dukxrr (mgr.14180) 451 : 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-01-16T09:54:48.678 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:54:49.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:49 smithi133 bash[17559]: audit 2024-01-16T09:54:47.937733+0000 mgr.smithi038.dukxrr (mgr.14180) 452 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:49.679 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:54:49.693 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:49 smithi038 bash[13941]: audit 2024-01-16T09:54:47.937733+0000 mgr.smithi038.dukxrr (mgr.14180) 452 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:50.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:50 smithi133 bash[17559]: cluster 2024-01-16T09:54:49.339442+0000 mgr.smithi038.dukxrr (mgr.14180) 453 : 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-01-16T09:54:50.693 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:50 smithi038 bash[13941]: cluster 2024-01-16T09:54:49.339442+0000 mgr.smithi038.dukxrr (mgr.14180) 453 : 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-01-16T09:54:52.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:52 smithi038 bash[13941]: cluster 2024-01-16T09:54:51.340628+0000 mgr.smithi038.dukxrr (mgr.14180) 454 : 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-01-16T09:54:52.660 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:54:52.661 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:54:00.711468Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:53:59.701742Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:54:00.711679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:54.078648Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.jzwnuq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:05.214987Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.htgbye on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-htgbye\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-htgbye\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.htgbye\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.htgbye\nDeploy daemon haproxy.nfs.foo.smithi133.htgbye ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:09.308551Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.svbflk on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-svbflk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-svbflk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.svbflk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.svbflk\nDeploy daemon haproxy.nfs.foo.smithi038.svbflk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:09.312976Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.yscfbf on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:09.315115Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.zsghxe on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:53:59.703917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:53:59.702119Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:53:59.702385Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:53:59.704147Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:53:59.702637Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:53:59.702884Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:54:00.711882Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:54:52.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:52 smithi133 bash[17559]: cluster 2024-01-16T09:54:51.340628+0000 mgr.smithi038.dukxrr (mgr.14180) 454 : 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-01-16T09:54:53.481 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:54:53.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:53 smithi038 bash[13941]: audit 2024-01-16T09:54:52.652907+0000 mgr.smithi038.dukxrr (mgr.14180) 455 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:53.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:53 smithi133 bash[17559]: audit 2024-01-16T09:54:52.652907+0000 mgr.smithi038.dukxrr (mgr.14180) 455 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:54.482 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:54:54.687 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:54 smithi038 bash[13941]: cluster 2024-01-16T09:54:53.341955+0000 mgr.smithi038.dukxrr (mgr.14180) 456 : 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-01-16T09:54:54.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:54 smithi133 bash[17559]: cluster 2024-01-16T09:54:53.341955+0000 mgr.smithi038.dukxrr (mgr.14180) 456 : 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-01-16T09:54:56.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:55 smithi133 bash[17559]: cluster 2024-01-16T09:54:55.343088+0000 mgr.smithi038.dukxrr (mgr.14180) 457 : 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-01-16T09:54:56.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:55 smithi038 bash[13941]: cluster 2024-01-16T09:54:55.343088+0000 mgr.smithi038.dukxrr (mgr.14180) 457 : 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-01-16T09:54:57.643 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:54:57.643 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:54:00.711468Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:53:59.701742Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:54:00.711679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:54.078648Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.jzwnuq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:05.214987Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.htgbye on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-htgbye\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-htgbye\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.htgbye\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.htgbye\nDeploy daemon haproxy.nfs.foo.smithi133.htgbye ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:09.308551Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.svbflk on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-svbflk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-svbflk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.svbflk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.svbflk\nDeploy daemon haproxy.nfs.foo.smithi038.svbflk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:09.312976Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.yscfbf on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:09.315115Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.zsghxe on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:53:59.703917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:53:59.702119Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:53:59.702385Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:53:59.704147Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:53:59.702637Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:53:59.702884Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:54:00.711882Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:54:58.398 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:54:58.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:58 smithi133 bash[17559]: cluster 2024-01-16T09:54:57.344124+0000 mgr.smithi038.dukxrr (mgr.14180) 458 : 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-01-16T09:54:58.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:54:58 smithi133 bash[17559]: audit 2024-01-16T09:54:57.640889+0000 mgr.smithi038.dukxrr (mgr.14180) 459 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:58.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:58 smithi038 bash[13941]: cluster 2024-01-16T09:54:57.344124+0000 mgr.smithi038.dukxrr (mgr.14180) 458 : 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-01-16T09:54:58.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:54:58 smithi038 bash[13941]: audit 2024-01-16T09:54:57.640889+0000 mgr.smithi038.dukxrr (mgr.14180) 459 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:59.399 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:55:00.662 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:00 smithi038 bash[13941]: cluster 2024-01-16T09:54:59.345521+0000 mgr.smithi038.dukxrr (mgr.14180) 460 : 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-01-16T09:55:00.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:00 smithi133 bash[17559]: cluster 2024-01-16T09:54:59.345521+0000 mgr.smithi038.dukxrr (mgr.14180) 460 : 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-01-16T09:55:02.665 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:55:02.665 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:54:00.711468Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:53:59.701742Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:54:00.711679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:54.078648Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.jzwnuq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:05.214987Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.htgbye on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-htgbye\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-htgbye\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.htgbye\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.htgbye\nDeploy daemon haproxy.nfs.foo.smithi133.htgbye ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:09.308551Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.svbflk on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-svbflk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-svbflk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.svbflk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.svbflk\nDeploy daemon haproxy.nfs.foo.smithi038.svbflk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:09.312976Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.yscfbf on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:09.315115Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.zsghxe on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:53:59.703917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:53:59.702119Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:53:59.702385Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:53:59.704147Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:53:59.702637Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:53:59.702884Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:54:00.711882Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:55:02.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:02 smithi133 bash[17559]: cluster 2024-01-16T09:55:01.346657+0000 mgr.smithi038.dukxrr (mgr.14180) 461 : 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-01-16T09:55:02.720 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:02 smithi038 bash[13941]: cluster 2024-01-16T09:55:01.346657+0000 mgr.smithi038.dukxrr (mgr.14180) 461 : 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-01-16T09:55:03.423 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:55:03.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:03 smithi038 bash[13941]: audit 2024-01-16T09:55:02.657751+0000 mgr.smithi038.dukxrr (mgr.14180) 462 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:03.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:03 smithi133 bash[17559]: audit 2024-01-16T09:55:02.657751+0000 mgr.smithi038.dukxrr (mgr.14180) 462 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:04.424 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:55:04.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:04 smithi038 bash[13941]: cluster 2024-01-16T09:55:03.347866+0000 mgr.smithi038.dukxrr (mgr.14180) 463 : 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-01-16T09:55:04.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:04 smithi133 bash[17559]: cluster 2024-01-16T09:55:03.347866+0000 mgr.smithi038.dukxrr (mgr.14180) 463 : 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-01-16T09:55:06.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:05 smithi133 bash[17559]: cluster 2024-01-16T09:55:05.348994+0000 mgr.smithi038.dukxrr (mgr.14180) 464 : 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-01-16T09:55:06.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:05 smithi038 bash[13941]: cluster 2024-01-16T09:55:05.348994+0000 mgr.smithi038.dukxrr (mgr.14180) 464 : 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-01-16T09:55:07.587 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:55:07.587 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:54:00.711468Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:53:59.701742Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:54:00.711679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:54.078648Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.jzwnuq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:05.214987Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.htgbye on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-htgbye\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-htgbye\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.htgbye\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.htgbye\nDeploy daemon haproxy.nfs.foo.smithi133.htgbye ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:09.308551Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.svbflk on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-svbflk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-svbflk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.svbflk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.svbflk\nDeploy daemon haproxy.nfs.foo.smithi038.svbflk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:09.312976Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.yscfbf on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:09.315115Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.zsghxe on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:53:59.703917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:53:59.702119Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:53:59.702385Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:53:59.704147Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:53:59.702637Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:53:59.702884Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:54:00.711882Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:55:08.328 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:55:08.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:08 smithi133 bash[17559]: cluster 2024-01-16T09:55:07.349904+0000 mgr.smithi038.dukxrr (mgr.14180) 465 : 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-01-16T09:55:08.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:08 smithi133 bash[17559]: audit 2024-01-16T09:55:07.579416+0000 mgr.smithi038.dukxrr (mgr.14180) 466 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:08.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:08 smithi038 bash[13941]: cluster 2024-01-16T09:55:07.349904+0000 mgr.smithi038.dukxrr (mgr.14180) 465 : 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-01-16T09:55:08.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:08 smithi038 bash[13941]: audit 2024-01-16T09:55:07.579416+0000 mgr.smithi038.dukxrr (mgr.14180) 466 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:09.330 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:55:09.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:09 smithi133 bash[17559]: audit 2024-01-16T09:55:09.319747+0000 mon.smithi038 (mon.0) 773 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:55:09.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:09 smithi038 bash[13941]: audit 2024-01-16T09:55:09.319747+0000 mon.smithi038 (mon.0) 773 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:55:10.754 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:10 smithi038 bash[13941]: cluster 2024-01-16T09:55:09.351021+0000 mgr.smithi038.dukxrr (mgr.14180) 467 : 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-01-16T09:55:10.754 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:10 smithi038 bash[13941]: audit 2024-01-16T09:55:09.599738+0000 mon.smithi038 (mon.0) 774 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:55:10.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:10 smithi133 bash[17559]: cluster 2024-01-16T09:55:09.351021+0000 mgr.smithi038.dukxrr (mgr.14180) 467 : 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-01-16T09:55:10.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:10 smithi133 bash[17559]: audit 2024-01-16T09:55:09.599738+0000 mon.smithi038 (mon.0) 774 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:55:12.534 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:55:12.534 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:54:00.711468Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:53:59.701742Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:54:00.711679Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:54.078648Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.jzwnuq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:05.214987Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.htgbye on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-htgbye\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-htgbye\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.htgbye\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.htgbye\nDeploy daemon haproxy.nfs.foo.smithi133.htgbye ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:09.308551Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.svbflk on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-svbflk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-svbflk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.svbflk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.svbflk\nDeploy daemon haproxy.nfs.foo.smithi038.svbflk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:09.312976Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.yscfbf on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:09.315115Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.zsghxe on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:53:59.703917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:53:59.702119Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:53:59.702385Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:53:59.704147Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:53:59.702637Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:53:59.702884Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:54:00.711882Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:55:12.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:12 smithi133 bash[17559]: cluster 2024-01-16T09:55:11.351973+0000 mgr.smithi038.dukxrr (mgr.14180) 468 : 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-01-16T09:55:13.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:12 smithi038 bash[13941]: cluster 2024-01-16T09:55:11.351973+0000 mgr.smithi038.dukxrr (mgr.14180) 468 : 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-01-16T09:55:13.271 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:55:13.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:13 smithi133 bash[17559]: audit 2024-01-16T09:55:12.528578+0000 mgr.smithi038.dukxrr (mgr.14180) 469 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:14.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:13 smithi038 bash[13941]: audit 2024-01-16T09:55:12.528578+0000 mgr.smithi038.dukxrr (mgr.14180) 469 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:14.272 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:55:14.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:14 smithi133 bash[17559]: cluster 2024-01-16T09:55:13.353359+0000 mgr.smithi038.dukxrr (mgr.14180) 470 : 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-01-16T09:55:15.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:14 smithi038 bash[13941]: cluster 2024-01-16T09:55:13.353359+0000 mgr.smithi038.dukxrr (mgr.14180) 470 : 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-01-16T09:55:16.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:16 smithi038 bash[13941]: audit 2024-01-16T09:55:15.254040+0000 mon.smithi038 (mon.0) 775 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:55:16.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:16 smithi038 bash[13941]: cluster 2024-01-16T09:55:15.354036+0000 mgr.smithi038.dukxrr (mgr.14180) 471 : 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-01-16T09:55:16.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:16 smithi038 bash[13941]: audit 2024-01-16T09:55:16.028595+0000 mon.smithi038 (mon.0) 776 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:55:16.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:16 smithi133 bash[17559]: audit 2024-01-16T09:55:15.254040+0000 mon.smithi038 (mon.0) 775 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:55:16.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:16 smithi133 bash[17559]: cluster 2024-01-16T09:55:15.354036+0000 mgr.smithi038.dukxrr (mgr.14180) 471 : 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-01-16T09:55:16.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:16 smithi133 bash[17559]: audit 2024-01-16T09:55:16.028595+0000 mon.smithi038 (mon.0) 776 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:55:17.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:17 smithi038 bash[13941]: audit 2024-01-16T09:55:16.333797+0000 mon.smithi038 (mon.0) 777 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:55:17.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:17 smithi038 bash[13941]: audit 2024-01-16T09:55:16.335005+0000 mon.smithi038 (mon.0) 778 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T09:55:17.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:17 smithi038 bash[13941]: audit 2024-01-16T09:55:16.342925+0000 mon.smithi038 (mon.0) 779 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:55:17.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:17 smithi038 bash[13941]: cluster 2024-01-16T09:55:16.343816+0000 mgr.smithi038.dukxrr (mgr.14180) 472 : cluster [DBG] pgmap v360: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 0 op/s 2024-01-16T09:55:17.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:17 smithi038 bash[13941]: audit 2024-01-16T09:55:16.349145+0000 mon.smithi038 (mon.0) 780 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T09:55:17.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:17 smithi038 bash[13941]: audit 2024-01-16T09:55:16.365083+0000 mon.smithi038 (mon.0) 781 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:55:17.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:17 smithi038 bash[13941]: cephadm 2024-01-16T09:55:16.369874+0000 mgr.smithi038.dukxrr (mgr.14180) 473 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi133.qmuzrr on smithi133 2024-01-16T09:55:17.560 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:55:17.560 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:54.078648Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.jzwnuq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:05.214987Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.htgbye on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-htgbye\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-htgbye\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.htgbye\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.htgbye\nDeploy daemon haproxy.nfs.foo.smithi133.htgbye ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:09.308551Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.svbflk on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-svbflk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-svbflk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.svbflk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.svbflk\nDeploy daemon haproxy.nfs.foo.smithi038.svbflk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:09.312976Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.yscfbf on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:09.315115Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.zsghxe on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:55:17.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:17 smithi133 bash[17559]: audit 2024-01-16T09:55:16.333797+0000 mon.smithi038 (mon.0) 777 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:55:17.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:17 smithi133 bash[17559]: audit 2024-01-16T09:55:16.335005+0000 mon.smithi038 (mon.0) 778 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T09:55:17.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:17 smithi133 bash[17559]: audit 2024-01-16T09:55:16.342925+0000 mon.smithi038 (mon.0) 779 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:55:17.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:17 smithi133 bash[17559]: cluster 2024-01-16T09:55:16.343816+0000 mgr.smithi038.dukxrr (mgr.14180) 472 : cluster [DBG] pgmap v360: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 0 op/s 2024-01-16T09:55:17.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:17 smithi133 bash[17559]: audit 2024-01-16T09:55:16.349145+0000 mon.smithi038 (mon.0) 780 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T09:55:17.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:17 smithi133 bash[17559]: audit 2024-01-16T09:55:16.365083+0000 mon.smithi038 (mon.0) 781 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:55:17.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:17 smithi133 bash[17559]: cephadm 2024-01-16T09:55:16.369874+0000 mgr.smithi038.dukxrr (mgr.14180) 473 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi133.qmuzrr on smithi133 2024-01-16T09:55:18.355 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:55:18.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:18 smithi038 bash[13941]: cluster 2024-01-16T09:55:17.339981+0000 mon.smithi038 (mon.0) 782 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-16T09:55:18.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:18 smithi038 bash[13941]: cluster 2024-01-16T09:55:17.340050+0000 mon.smithi038 (mon.0) 783 : cluster [INF] Cluster is now healthy 2024-01-16T09:55:18.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:18 smithi038 bash[13941]: audit 2024-01-16T09:55:17.558289+0000 mgr.smithi038.dukxrr (mgr.14180) 474 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:18.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:18 smithi038 bash[13941]: audit 2024-01-16T09:55:17.830814+0000 mon.smithi038 (mon.0) 784 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:55:18.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:18 smithi133 bash[17559]: cluster 2024-01-16T09:55:17.339981+0000 mon.smithi038 (mon.0) 782 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-16T09:55:18.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:18 smithi133 bash[17559]: cluster 2024-01-16T09:55:17.340050+0000 mon.smithi038 (mon.0) 783 : cluster [INF] Cluster is now healthy 2024-01-16T09:55:18.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:18 smithi133 bash[17559]: audit 2024-01-16T09:55:17.558289+0000 mgr.smithi038.dukxrr (mgr.14180) 474 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:18.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:18 smithi133 bash[17559]: audit 2024-01-16T09:55:17.830814+0000 mon.smithi038 (mon.0) 784 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:55:19.356 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:55:19.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:19 smithi038 bash[13941]: cluster 2024-01-16T09:55:18.344878+0000 mgr.smithi038.dukxrr (mgr.14180) 475 : cluster [DBG] pgmap v361: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 0 op/s 2024-01-16T09:55:19.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:19 smithi133 bash[17559]: cluster 2024-01-16T09:55:18.344878+0000 mgr.smithi038.dukxrr (mgr.14180) 475 : cluster [DBG] pgmap v361: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 0 op/s 2024-01-16T09:55:21.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:20 smithi133 bash[17559]: cluster 2024-01-16T09:55:20.345729+0000 mgr.smithi038.dukxrr (mgr.14180) 476 : cluster [DBG] pgmap v362: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 0 op/s 2024-01-16T09:55:21.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:20 smithi133 bash[17559]: cephadm 2024-01-16T09:55:20.515129+0000 mgr.smithi038.dukxrr (mgr.14180) 477 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qmuzrr 2024-01-16T09:55:21.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:20 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:55:21.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:20 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qmuzrr 2024-01-16T09:55:21.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:20 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qmuzrr 2024-01-16T09:55:21.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:20 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:55:21.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:20 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qmuzrr 2024-01-16T09:55:21.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:20 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.qmuzrr ... 2024-01-16T09:55:21.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:20 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:55:21.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:20 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:55:21.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:20 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:55:21.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:20 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T09:55:21.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:20 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:55:21.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:20 smithi133 bash[17559]: Traceback (most recent call last): 2024-01-16T09:55:21.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:20 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T09:55:21.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:20 smithi133 bash[17559]: yield (conn, connr) 2024-01-16T09:55:21.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:20 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T09:55:21.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:20 smithi133 bash[17559]: code, '\n'.join(err))) 2024-01-16T09:55:21.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:20 smithi133 bash[17559]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qmuzrr 2024-01-16T09:55:21.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:20 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:55:21.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:20 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qmuzrr 2024-01-16T09:55:21.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:20 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qmuzrr 2024-01-16T09:55:21.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:20 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:55:21.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:20 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qmuzrr 2024-01-16T09:55:21.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:20 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.qmuzrr ... 2024-01-16T09:55:21.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:20 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:55:21.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:20 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:55:21.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:20 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:55:21.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:20 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T09:55:21.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:20 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:55:21.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:20 smithi133 bash[17559]: cephadm 2024-01-16T09:55:20.515497+0000 mgr.smithi038.dukxrr (mgr.14180) 478 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi133.qmuzrr 2024-01-16T09:55:21.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:20 smithi133 bash[17559]: audit 2024-01-16T09:55:20.516154+0000 mon.smithi038 (mon.0) 785 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi133.qmuzrr"}]: dispatch 2024-01-16T09:55:21.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:20 smithi133 bash[17559]: cephadm 2024-01-16T09:55:20.517715+0000 mgr.smithi038.dukxrr (mgr.14180) 479 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi133.qmuzrr on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qmuzrr 2024-01-16T09:55:21.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:20 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:55:21.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:20 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qmuzrr 2024-01-16T09:55:21.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:20 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qmuzrr 2024-01-16T09:55:21.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:20 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:55:21.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:20 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qmuzrr 2024-01-16T09:55:21.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:20 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.qmuzrr ... 2024-01-16T09:55:21.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:20 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:55:21.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:20 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:55:21.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:20 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:55:21.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:20 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T09:55:21.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:20 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:55:21.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:20 smithi133 bash[17559]: cephadm 2024-01-16T09:55:20.521179+0000 mgr.smithi038.dukxrr (mgr.14180) 480 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.pipywd on smithi038 2024-01-16T09:55:21.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:20 smithi038 bash[13941]: cluster 2024-01-16T09:55:20.345729+0000 mgr.smithi038.dukxrr (mgr.14180) 476 : cluster [DBG] pgmap v362: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 0 op/s 2024-01-16T09:55:21.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:20 smithi038 bash[13941]: cephadm 2024-01-16T09:55:20.515129+0000 mgr.smithi038.dukxrr (mgr.14180) 477 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qmuzrr 2024-01-16T09:55:21.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:20 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:55:21.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:20 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qmuzrr 2024-01-16T09:55:21.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:20 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qmuzrr 2024-01-16T09:55:21.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:20 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:55:21.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:20 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qmuzrr 2024-01-16T09:55:21.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:20 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.qmuzrr ... 2024-01-16T09:55:21.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:20 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:55:21.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:20 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:55:21.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:20 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:55:21.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:20 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T09:55:21.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:20 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:55:21.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:20 smithi038 bash[13941]: Traceback (most recent call last): 2024-01-16T09:55:21.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:20 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T09:55:21.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:20 smithi038 bash[13941]: yield (conn, connr) 2024-01-16T09:55:21.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:20 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T09:55:21.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:20 smithi038 bash[13941]: code, '\n'.join(err))) 2024-01-16T09:55:21.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:20 smithi038 bash[13941]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qmuzrr 2024-01-16T09:55:21.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:20 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:55:21.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:20 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qmuzrr 2024-01-16T09:55:21.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:20 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qmuzrr 2024-01-16T09:55:21.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:20 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:55:21.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:20 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qmuzrr 2024-01-16T09:55:21.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:20 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.qmuzrr ... 2024-01-16T09:55:21.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:20 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:55:21.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:20 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:55:21.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:20 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:55:21.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:20 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T09:55:21.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:20 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:55:21.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:20 smithi038 bash[13941]: cephadm 2024-01-16T09:55:20.515497+0000 mgr.smithi038.dukxrr (mgr.14180) 478 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi133.qmuzrr 2024-01-16T09:55:21.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:20 smithi038 bash[13941]: audit 2024-01-16T09:55:20.516154+0000 mon.smithi038 (mon.0) 785 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi133.qmuzrr"}]: dispatch 2024-01-16T09:55:21.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:20 smithi038 bash[13941]: cephadm 2024-01-16T09:55:20.517715+0000 mgr.smithi038.dukxrr (mgr.14180) 479 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi133.qmuzrr on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qmuzrr 2024-01-16T09:55:21.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:20 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:55:21.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:20 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qmuzrr 2024-01-16T09:55:21.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:20 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qmuzrr 2024-01-16T09:55:21.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:20 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:55:21.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:20 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qmuzrr 2024-01-16T09:55:21.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:20 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.qmuzrr ... 2024-01-16T09:55:21.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:20 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:55:21.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:20 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:55:21.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:20 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:55:21.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:20 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T09:55:21.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:20 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:55:21.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:20 smithi038 bash[13941]: cephadm 2024-01-16T09:55:20.521179+0000 mgr.smithi038.dukxrr (mgr.14180) 480 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.pipywd on smithi038 2024-01-16T09:55:22.677 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:55:22.677 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:05.214987Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.htgbye on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-htgbye\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-htgbye\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.htgbye\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.htgbye\nDeploy daemon haproxy.nfs.foo.smithi133.htgbye ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:09.308551Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.svbflk on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-svbflk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-svbflk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.svbflk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.svbflk\nDeploy daemon haproxy.nfs.foo.smithi038.svbflk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:09.312976Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.yscfbf on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:09.315115Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.zsghxe on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:55:20.517501Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.qmuzrr on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qmuzrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qmuzrr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qmuzrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qmuzrr\nDeploy daemon haproxy.nfs.foo.smithi133.qmuzrr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -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.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:55:23.433 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:55:23.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:23 smithi133 bash[17559]: cluster 2024-01-16T09:55:22.346451+0000 mgr.smithi038.dukxrr (mgr.14180) 481 : cluster [DBG] pgmap v363: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 0 op/s 2024-01-16T09:55:23.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:23 smithi133 bash[17559]: audit 2024-01-16T09:55:22.670421+0000 mgr.smithi038.dukxrr (mgr.14180) 482 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:23.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:23 smithi038 bash[13941]: cluster 2024-01-16T09:55:22.346451+0000 mgr.smithi038.dukxrr (mgr.14180) 481 : cluster [DBG] pgmap v363: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 0 op/s 2024-01-16T09:55:23.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:23 smithi038 bash[13941]: audit 2024-01-16T09:55:22.670421+0000 mgr.smithi038.dukxrr (mgr.14180) 482 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:24.435 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:55:24.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:24 smithi038 bash[13941]: audit 2024-01-16T09:55:24.339098+0000 mon.smithi038 (mon.0) 786 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi038.pipywd"}]: dispatch 2024-01-16T09:55:24.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:24 smithi133 bash[17559]: audit 2024-01-16T09:55:24.339098+0000 mon.smithi038 (mon.0) 786 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi038.pipywd"}]: dispatch 2024-01-16T09:55:25.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:25 smithi133 bash[17559]: cephadm 2024-01-16T09:55:24.337944+0000 mgr.smithi038.dukxrr (mgr.14180) 483 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-pipywd 2024-01-16T09:55:25.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:25 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:55:25.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:25 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-pipywd 2024-01-16T09:55:25.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:25 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.pipywd 2024-01-16T09:55:25.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:25 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:55:25.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:25 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.pipywd 2024-01-16T09:55:25.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:25 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.pipywd ... 2024-01-16T09:55:25.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:25 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:55:25.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:25 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:55:25.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:25 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:55:25.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:25 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T09:55:25.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:25 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:55:25.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:25 smithi133 bash[17559]: Traceback (most recent call last): 2024-01-16T09:55:25.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:25 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T09:55:25.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:25 smithi133 bash[17559]: yield (conn, connr) 2024-01-16T09:55:25.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:25 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T09:55:25.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:25 smithi133 bash[17559]: code, '\n'.join(err))) 2024-01-16T09:55:25.679 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:25 smithi133 bash[17559]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-pipywd 2024-01-16T09:55:25.679 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:25 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:55:25.679 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:25 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-pipywd 2024-01-16T09:55:25.679 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:25 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.pipywd 2024-01-16T09:55:25.679 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:25 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:55:25.679 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:25 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.pipywd 2024-01-16T09:55:25.679 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:25 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.pipywd ... 2024-01-16T09:55:25.679 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:25 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:55:25.679 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:25 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:55:25.679 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:25 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:55:25.680 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:25 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T09:55:25.680 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:25 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:55:25.680 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:25 smithi133 bash[17559]: cephadm 2024-01-16T09:55:24.338457+0000 mgr.smithi038.dukxrr (mgr.14180) 484 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi038.pipywd 2024-01-16T09:55:25.680 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:25 smithi133 bash[17559]: cephadm 2024-01-16T09:55:24.340689+0000 mgr.smithi038.dukxrr (mgr.14180) 485 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi038.pipywd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-pipywd 2024-01-16T09:55:25.680 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:25 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:55:25.680 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:25 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-pipywd 2024-01-16T09:55:25.680 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:25 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.pipywd 2024-01-16T09:55:25.680 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:25 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:55:25.680 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:25 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.pipywd 2024-01-16T09:55:25.680 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:25 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.pipywd ... 2024-01-16T09:55:25.680 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:25 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:55:25.680 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:25 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:55:25.680 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:25 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:55:25.680 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:25 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T09:55:25.681 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:25 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:55:25.681 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:25 smithi133 bash[17559]: cephadm 2024-01-16T09:55:24.345047+0000 mgr.smithi038.dukxrr (mgr.14180) 486 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi133.rvfbao on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T09:55:25.681 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:25 smithi133 bash[17559]: cephadm 2024-01-16T09:55:24.347172+0000 mgr.smithi038.dukxrr (mgr.14180) 487 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi038.rvkgha on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T09:55:25.681 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:25 smithi133 bash[17559]: cluster 2024-01-16T09:55:24.347270+0000 mgr.smithi038.dukxrr (mgr.14180) 488 : cluster [DBG] pgmap v364: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 0 op/s 2024-01-16T09:55:25.681 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:25 smithi133 bash[17559]: cluster 2024-01-16T09:55:24.348146+0000 mgr.smithi038.dukxrr (mgr.14180) 489 : cluster [DBG] pgmap v365: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 227 B/s rd, 0 op/s 2024-01-16T09:55:25.681 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:25 smithi133 bash[17559]: cluster 2024-01-16T09:55:24.404205+0000 mon.smithi038 (mon.0) 787 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-16T09:55:25.703 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:25 smithi038 bash[13941]: cephadm 2024-01-16T09:55:24.337944+0000 mgr.smithi038.dukxrr (mgr.14180) 483 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-pipywd 2024-01-16T09:55:25.703 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:25 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:55:25.703 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:25 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-pipywd 2024-01-16T09:55:25.703 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:25 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.pipywd 2024-01-16T09:55:25.703 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:25 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:55:25.703 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:25 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.pipywd 2024-01-16T09:55:25.703 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:25 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.pipywd ... 2024-01-16T09:55:25.703 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:25 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:55:25.704 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:25 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:55:25.704 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:25 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:55:25.704 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:25 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T09:55:25.704 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:25 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:55:25.704 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:25 smithi038 bash[13941]: Traceback (most recent call last): 2024-01-16T09:55:25.704 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:25 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T09:55:25.704 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:25 smithi038 bash[13941]: yield (conn, connr) 2024-01-16T09:55:25.704 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:25 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T09:55:25.704 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:25 smithi038 bash[13941]: code, '\n'.join(err))) 2024-01-16T09:55:25.704 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:25 smithi038 bash[13941]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-pipywd 2024-01-16T09:55:25.704 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:25 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:55:25.704 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:25 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-pipywd 2024-01-16T09:55:25.704 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:25 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.pipywd 2024-01-16T09:55:25.704 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:25 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:55:25.705 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:25 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.pipywd 2024-01-16T09:55:25.705 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:25 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.pipywd ... 2024-01-16T09:55:25.705 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:25 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:55:25.705 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:25 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:55:25.705 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:25 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:55:25.705 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:25 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T09:55:25.705 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:25 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:55:25.705 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:25 smithi038 bash[13941]: cephadm 2024-01-16T09:55:24.338457+0000 mgr.smithi038.dukxrr (mgr.14180) 484 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi038.pipywd 2024-01-16T09:55:25.705 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:25 smithi038 bash[13941]: cephadm 2024-01-16T09:55:24.340689+0000 mgr.smithi038.dukxrr (mgr.14180) 485 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi038.pipywd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-pipywd 2024-01-16T09:55:25.705 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:25 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:55:25.705 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:25 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-pipywd 2024-01-16T09:55:25.705 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:25 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.pipywd 2024-01-16T09:55:25.705 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:25 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:55:25.705 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:25 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.pipywd 2024-01-16T09:55:25.705 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:25 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.pipywd ... 2024-01-16T09:55:25.706 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:25 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:55:25.706 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:25 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:55:25.706 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:25 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:55:25.706 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:25 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T09:55:25.706 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:25 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:55:25.706 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:25 smithi038 bash[13941]: cephadm 2024-01-16T09:55:24.345047+0000 mgr.smithi038.dukxrr (mgr.14180) 486 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi133.rvfbao on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T09:55:25.706 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:25 smithi038 bash[13941]: cephadm 2024-01-16T09:55:24.347172+0000 mgr.smithi038.dukxrr (mgr.14180) 487 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi038.rvkgha on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T09:55:25.706 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:25 smithi038 bash[13941]: cluster 2024-01-16T09:55:24.347270+0000 mgr.smithi038.dukxrr (mgr.14180) 488 : cluster [DBG] pgmap v364: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 0 op/s 2024-01-16T09:55:25.706 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:25 smithi038 bash[13941]: cluster 2024-01-16T09:55:24.348146+0000 mgr.smithi038.dukxrr (mgr.14180) 489 : cluster [DBG] pgmap v365: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 227 B/s rd, 0 op/s 2024-01-16T09:55:25.706 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:25 smithi038 bash[13941]: cluster 2024-01-16T09:55:24.404205+0000 mon.smithi038 (mon.0) 787 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-16T09:55:27.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:27 smithi038 bash[13941]: cluster 2024-01-16T09:55:26.349213+0000 mgr.smithi038.dukxrr (mgr.14180) 490 : cluster [DBG] pgmap v366: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-01-16T09:55:27.654 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:55:27.654 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:09.315115Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.zsghxe on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:55:20.517501Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.qmuzrr on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qmuzrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qmuzrr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qmuzrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qmuzrr\nDeploy daemon haproxy.nfs.foo.smithi133.qmuzrr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:55:24.340434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pipywd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-pipywd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-pipywd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.pipywd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.pipywd\nDeploy daemon haproxy.nfs.foo.smithi038.pipywd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:55:24.344825Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.rvfbao on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:55:24.347040Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.rvkgha on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:55:27.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:27 smithi133 bash[17559]: cluster 2024-01-16T09:55:26.349213+0000 mgr.smithi038.dukxrr (mgr.14180) 490 : cluster [DBG] pgmap v366: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-01-16T09:55:28.389 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:55:28.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:28 smithi038 bash[13941]: audit 2024-01-16T09:55:27.646154+0000 mgr.smithi038.dukxrr (mgr.14180) 491 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:28.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:28 smithi038 bash[13941]: audit 2024-01-16T09:55:28.304664+0000 mon.smithi038 (mon.0) 788 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:55:28.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:28 smithi133 bash[17559]: audit 2024-01-16T09:55:27.646154+0000 mgr.smithi038.dukxrr (mgr.14180) 491 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:28.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:28 smithi133 bash[17559]: audit 2024-01-16T09:55:28.304664+0000 mon.smithi038 (mon.0) 788 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:55:29.391 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:55:29.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:29 smithi038 bash[13941]: cluster 2024-01-16T09:55:28.350514+0000 mgr.smithi038.dukxrr (mgr.14180) 492 : cluster [DBG] pgmap v367: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-01-16T09:55:29.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:29 smithi133 bash[17559]: cluster 2024-01-16T09:55:28.350514+0000 mgr.smithi038.dukxrr (mgr.14180) 492 : cluster [DBG] pgmap v367: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-01-16T09:55:31.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:30 smithi038 bash[13941]: cluster 2024-01-16T09:55:30.351679+0000 mgr.smithi038.dukxrr (mgr.14180) 493 : cluster [DBG] pgmap v368: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-01-16T09:55:31.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:30 smithi133 bash[17559]: cluster 2024-01-16T09:55:30.351679+0000 mgr.smithi038.dukxrr (mgr.14180) 493 : cluster [DBG] pgmap v368: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-01-16T09:55:32.542 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:55:32.542 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:09.315115Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.zsghxe on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:55:20.517501Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.qmuzrr on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qmuzrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qmuzrr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qmuzrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qmuzrr\nDeploy daemon haproxy.nfs.foo.smithi133.qmuzrr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:55:24.340434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pipywd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-pipywd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-pipywd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.pipywd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.pipywd\nDeploy daemon haproxy.nfs.foo.smithi038.pipywd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:55:24.344825Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.rvfbao on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:55:24.347040Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.rvkgha on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:55:33.263 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:55:34.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:33 smithi133 bash[17559]: cluster 2024-01-16T09:55:32.352610+0000 mgr.smithi038.dukxrr (mgr.14180) 494 : cluster [DBG] pgmap v369: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-01-16T09:55:34.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:33 smithi133 bash[17559]: audit 2024-01-16T09:55:32.534669+0000 mgr.smithi038.dukxrr (mgr.14180) 495 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:34.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:33 smithi133 bash[17559]: audit 2024-01-16T09:55:32.834246+0000 mon.smithi038 (mon.0) 789 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:55:34.264 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:55:34.277 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:33 smithi038 bash[13941]: cluster 2024-01-16T09:55:32.352610+0000 mgr.smithi038.dukxrr (mgr.14180) 494 : cluster [DBG] pgmap v369: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-01-16T09:55:34.278 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:33 smithi038 bash[13941]: audit 2024-01-16T09:55:32.534669+0000 mgr.smithi038.dukxrr (mgr.14180) 495 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:34.278 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:33 smithi038 bash[13941]: audit 2024-01-16T09:55:32.834246+0000 mon.smithi038 (mon.0) 789 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:55:36.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:35 smithi038 bash[13941]: cluster 2024-01-16T09:55:34.353993+0000 mgr.smithi038.dukxrr (mgr.14180) 496 : cluster [DBG] pgmap v370: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-01-16T09:55:36.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:35 smithi133 bash[17559]: cluster 2024-01-16T09:55:34.353993+0000 mgr.smithi038.dukxrr (mgr.14180) 496 : cluster [DBG] pgmap v370: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-01-16T09:55:37.341 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:55:37.342 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:09.315115Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.zsghxe on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:55:20.517501Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.qmuzrr on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qmuzrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qmuzrr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qmuzrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qmuzrr\nDeploy daemon haproxy.nfs.foo.smithi133.qmuzrr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:55:24.340434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pipywd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-pipywd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-pipywd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.pipywd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.pipywd\nDeploy daemon haproxy.nfs.foo.smithi038.pipywd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:55:24.344825Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.rvfbao on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:55:24.347040Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.rvkgha on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:55:38.112 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:37 smithi038 bash[13941]: cluster 2024-01-16T09:55:36.355055+0000 mgr.smithi038.dukxrr (mgr.14180) 497 : 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-01-16T09:55:38.113 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:55:38.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:37 smithi133 bash[17559]: cluster 2024-01-16T09:55:36.355055+0000 mgr.smithi038.dukxrr (mgr.14180) 497 : 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-01-16T09:55:39.114 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:55:39.126 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:38 smithi038 bash[13941]: audit 2024-01-16T09:55:37.334714+0000 mgr.smithi038.dukxrr (mgr.14180) 498 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:39.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:38 smithi133 bash[17559]: audit 2024-01-16T09:55:37.334714+0000 mgr.smithi038.dukxrr (mgr.14180) 498 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:40.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:39 smithi133 bash[17559]: cluster 2024-01-16T09:55:38.356468+0000 mgr.smithi038.dukxrr (mgr.14180) 499 : 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-01-16T09:55:40.207 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:39 smithi038 bash[13941]: cluster 2024-01-16T09:55:38.356468+0000 mgr.smithi038.dukxrr (mgr.14180) 499 : 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-01-16T09:55:41.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:40 smithi133 bash[17559]: cluster 2024-01-16T09:55:40.357553+0000 mgr.smithi038.dukxrr (mgr.14180) 500 : 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-01-16T09:55:41.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:40 smithi038 bash[13941]: cluster 2024-01-16T09:55:40.357553+0000 mgr.smithi038.dukxrr (mgr.14180) 500 : 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-01-16T09:55:42.379 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:55:42.379 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:09.315115Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.zsghxe on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:55:20.517501Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.qmuzrr on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qmuzrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qmuzrr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qmuzrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qmuzrr\nDeploy daemon haproxy.nfs.foo.smithi133.qmuzrr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:55:24.340434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pipywd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-pipywd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-pipywd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.pipywd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.pipywd\nDeploy daemon haproxy.nfs.foo.smithi038.pipywd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:55:24.344825Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.rvfbao on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:55:24.347040Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.rvkgha on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:55:43.098 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:55:43.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:43 smithi133 bash[17559]: cluster 2024-01-16T09:55:42.358518+0000 mgr.smithi038.dukxrr (mgr.14180) 501 : 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-01-16T09:55:43.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:43 smithi133 bash[17559]: audit 2024-01-16T09:55:42.372016+0000 mgr.smithi038.dukxrr (mgr.14180) 502 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:43.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:43 smithi038 bash[13941]: cluster 2024-01-16T09:55:42.358518+0000 mgr.smithi038.dukxrr (mgr.14180) 501 : 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-01-16T09:55:43.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:43 smithi038 bash[13941]: audit 2024-01-16T09:55:42.372016+0000 mgr.smithi038.dukxrr (mgr.14180) 502 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:44.099 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:55:45.523 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:45 smithi038 bash[13941]: cluster 2024-01-16T09:55:44.359346+0000 mgr.smithi038.dukxrr (mgr.14180) 503 : 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-01-16T09:55:45.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:45 smithi133 bash[17559]: cluster 2024-01-16T09:55:44.359346+0000 mgr.smithi038.dukxrr (mgr.14180) 503 : 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-01-16T09:55:47.286 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:55:47.286 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:09.315115Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.zsghxe on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:55:20.517501Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.qmuzrr on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qmuzrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qmuzrr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qmuzrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qmuzrr\nDeploy daemon haproxy.nfs.foo.smithi133.qmuzrr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:55:24.340434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pipywd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-pipywd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-pipywd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.pipywd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.pipywd\nDeploy daemon haproxy.nfs.foo.smithi038.pipywd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:55:24.344825Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.rvfbao on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:55:24.347040Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.rvkgha on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:55:47.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:47 smithi038 bash[13941]: cluster 2024-01-16T09:55:46.360311+0000 mgr.smithi038.dukxrr (mgr.14180) 504 : 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-01-16T09:55:47.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:47 smithi133 bash[17559]: cluster 2024-01-16T09:55:46.360311+0000 mgr.smithi038.dukxrr (mgr.14180) 504 : 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-01-16T09:55:48.040 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:55:48.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:48 smithi038 bash[13941]: audit 2024-01-16T09:55:47.279577+0000 mgr.smithi038.dukxrr (mgr.14180) 505 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:48.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:48 smithi133 bash[17559]: audit 2024-01-16T09:55:47.279577+0000 mgr.smithi038.dukxrr (mgr.14180) 505 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:49.041 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:55:49.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:49 smithi038 bash[13941]: cluster 2024-01-16T09:55:48.361657+0000 mgr.smithi038.dukxrr (mgr.14180) 506 : 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-01-16T09:55:49.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:49 smithi133 bash[17559]: cluster 2024-01-16T09:55:48.361657+0000 mgr.smithi038.dukxrr (mgr.14180) 506 : 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-01-16T09:55:51.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:50 smithi133 bash[17559]: cluster 2024-01-16T09:55:50.362803+0000 mgr.smithi038.dukxrr (mgr.14180) 507 : 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-01-16T09:55:51.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:50 smithi038 bash[13941]: cluster 2024-01-16T09:55:50.362803+0000 mgr.smithi038.dukxrr (mgr.14180) 507 : 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-01-16T09:55:52.302 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:55:52.302 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:09.315115Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.zsghxe on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:55:20.517501Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.qmuzrr on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qmuzrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qmuzrr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qmuzrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qmuzrr\nDeploy daemon haproxy.nfs.foo.smithi133.qmuzrr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:55:24.340434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pipywd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-pipywd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-pipywd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.pipywd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.pipywd\nDeploy daemon haproxy.nfs.foo.smithi038.pipywd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:55:24.344825Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.rvfbao on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:55:24.347040Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.rvkgha on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:55:53.097 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:55:53.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:53 smithi133 bash[17559]: audit 2024-01-16T09:55:52.295524+0000 mgr.smithi038.dukxrr (mgr.14180) 508 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:53.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:53 smithi133 bash[17559]: cluster 2024-01-16T09:55:52.363739+0000 mgr.smithi038.dukxrr (mgr.14180) 509 : 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-01-16T09:55:53.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:53 smithi038 bash[13941]: audit 2024-01-16T09:55:52.295524+0000 mgr.smithi038.dukxrr (mgr.14180) 508 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:53.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:53 smithi038 bash[13941]: cluster 2024-01-16T09:55:52.363739+0000 mgr.smithi038.dukxrr (mgr.14180) 509 : 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-01-16T09:55:54.098 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:55:55.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:55 smithi038 bash[13941]: cluster 2024-01-16T09:55:54.364490+0000 mgr.smithi038.dukxrr (mgr.14180) 510 : 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-01-16T09:55:55.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:55 smithi133 bash[17559]: cluster 2024-01-16T09:55:54.364490+0000 mgr.smithi038.dukxrr (mgr.14180) 510 : 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-01-16T09:55:57.229 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:55:57.229 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:09.315115Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.zsghxe on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:55:20.517501Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.qmuzrr on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qmuzrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qmuzrr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qmuzrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qmuzrr\nDeploy daemon haproxy.nfs.foo.smithi133.qmuzrr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:55:24.340434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pipywd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-pipywd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-pipywd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.pipywd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.pipywd\nDeploy daemon haproxy.nfs.foo.smithi038.pipywd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:55:24.344825Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.rvfbao on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:55:24.347040Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.rvkgha on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:55:57.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:57 smithi038 bash[13941]: cluster 2024-01-16T09:55:56.365525+0000 mgr.smithi038.dukxrr (mgr.14180) 511 : 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-01-16T09:55:57.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:57 smithi133 bash[17559]: cluster 2024-01-16T09:55:56.365525+0000 mgr.smithi038.dukxrr (mgr.14180) 511 : 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-01-16T09:55:58.050 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:55:58.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:58 smithi038 bash[13941]: audit 2024-01-16T09:55:57.225818+0000 mgr.smithi038.dukxrr (mgr.14180) 512 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:58.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:58 smithi133 bash[17559]: audit 2024-01-16T09:55:57.225818+0000 mgr.smithi038.dukxrr (mgr.14180) 512 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:59.051 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:55:59.535 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:55:59 smithi038 bash[13941]: cluster 2024-01-16T09:55:58.366868+0000 mgr.smithi038.dukxrr (mgr.14180) 513 : 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-01-16T09:55:59.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:55:59 smithi133 bash[17559]: cluster 2024-01-16T09:55:58.366868+0000 mgr.smithi038.dukxrr (mgr.14180) 513 : 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-01-16T09:56:01.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:00 smithi133 bash[17559]: cluster 2024-01-16T09:56:00.367823+0000 mgr.smithi038.dukxrr (mgr.14180) 514 : 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-01-16T09:56:01.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:00 smithi038 bash[13941]: cluster 2024-01-16T09:56:00.367823+0000 mgr.smithi038.dukxrr (mgr.14180) 514 : 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-01-16T09:56:02.341 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:56:02.341 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:09.315115Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.zsghxe on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:55:20.517501Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.qmuzrr on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qmuzrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qmuzrr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qmuzrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qmuzrr\nDeploy daemon haproxy.nfs.foo.smithi133.qmuzrr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:55:24.340434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pipywd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-pipywd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-pipywd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.pipywd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.pipywd\nDeploy daemon haproxy.nfs.foo.smithi038.pipywd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:55:24.344825Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.rvfbao on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:55:24.347040Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.rvkgha on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:56:03.081 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:56:03.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:03 smithi038 bash[13941]: audit 2024-01-16T09:56:02.339772+0000 mgr.smithi038.dukxrr (mgr.14180) 515 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:03.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:03 smithi038 bash[13941]: cluster 2024-01-16T09:56:02.369082+0000 mgr.smithi038.dukxrr (mgr.14180) 516 : 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-01-16T09:56:03.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:03 smithi133 bash[17559]: audit 2024-01-16T09:56:02.339772+0000 mgr.smithi038.dukxrr (mgr.14180) 515 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:03.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:03 smithi133 bash[17559]: cluster 2024-01-16T09:56:02.369082+0000 mgr.smithi038.dukxrr (mgr.14180) 516 : 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-01-16T09:56:04.082 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:56:05.813 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:05 smithi038 bash[13941]: cluster 2024-01-16T09:56:04.370030+0000 mgr.smithi038.dukxrr (mgr.14180) 517 : 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-01-16T09:56:05.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:05 smithi133 bash[17559]: cluster 2024-01-16T09:56:04.370030+0000 mgr.smithi038.dukxrr (mgr.14180) 517 : 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-01-16T09:56:07.161 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:56:07.162 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:09.315115Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.zsghxe on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:55:20.517501Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.qmuzrr on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qmuzrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qmuzrr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qmuzrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qmuzrr\nDeploy daemon haproxy.nfs.foo.smithi133.qmuzrr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:55:24.340434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pipywd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-pipywd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-pipywd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.pipywd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.pipywd\nDeploy daemon haproxy.nfs.foo.smithi038.pipywd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:55:24.344825Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.rvfbao on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:55:24.347040Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.rvkgha on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:56:07.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:07 smithi038 bash[13941]: cluster 2024-01-16T09:56:06.371037+0000 mgr.smithi038.dukxrr (mgr.14180) 518 : 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-01-16T09:56:07.876 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:56:07.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:07 smithi133 bash[17559]: cluster 2024-01-16T09:56:06.371037+0000 mgr.smithi038.dukxrr (mgr.14180) 518 : 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-01-16T09:56:08.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:08 smithi038 bash[13941]: audit 2024-01-16T09:56:07.155831+0000 mgr.smithi038.dukxrr (mgr.14180) 519 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:08.877 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:56:08.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:08 smithi133 bash[17559]: audit 2024-01-16T09:56:07.155831+0000 mgr.smithi038.dukxrr (mgr.14180) 519 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:09.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:09 smithi038 bash[13941]: cluster 2024-01-16T09:56:08.372470+0000 mgr.smithi038.dukxrr (mgr.14180) 520 : 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-01-16T09:56:09.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:09 smithi133 bash[17559]: cluster 2024-01-16T09:56:08.372470+0000 mgr.smithi038.dukxrr (mgr.14180) 520 : 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-01-16T09:56:11.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:10 smithi133 bash[17559]: cluster 2024-01-16T09:56:10.373626+0000 mgr.smithi038.dukxrr (mgr.14180) 521 : 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-01-16T09:56:11.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:10 smithi038 bash[13941]: cluster 2024-01-16T09:56:10.373626+0000 mgr.smithi038.dukxrr (mgr.14180) 521 : 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-01-16T09:56:12.052 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:56:12.053 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:09.315115Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.zsghxe on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:55:20.517501Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.qmuzrr on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qmuzrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qmuzrr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qmuzrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qmuzrr\nDeploy daemon haproxy.nfs.foo.smithi133.qmuzrr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:55:24.340434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pipywd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-pipywd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-pipywd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.pipywd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.pipywd\nDeploy daemon haproxy.nfs.foo.smithi038.pipywd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:55:24.344825Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.rvfbao on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:55:24.347040Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.rvkgha on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:56:12.785 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:56:13.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:13 smithi038 bash[13941]: audit 2024-01-16T09:56:12.046915+0000 mgr.smithi038.dukxrr (mgr.14180) 522 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:13.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:13 smithi038 bash[13941]: cluster 2024-01-16T09:56:12.374299+0000 mgr.smithi038.dukxrr (mgr.14180) 523 : 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-01-16T09:56:13.786 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:56:13.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:13 smithi133 bash[17559]: audit 2024-01-16T09:56:12.046915+0000 mgr.smithi038.dukxrr (mgr.14180) 522 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:13.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:13 smithi133 bash[17559]: cluster 2024-01-16T09:56:12.374299+0000 mgr.smithi038.dukxrr (mgr.14180) 523 : 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-01-16T09:56:15.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:15 smithi038 bash[13941]: cluster 2024-01-16T09:56:14.375570+0000 mgr.smithi038.dukxrr (mgr.14180) 524 : 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-01-16T09:56:15.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:15 smithi133 bash[17559]: cluster 2024-01-16T09:56:14.375570+0000 mgr.smithi038.dukxrr (mgr.14180) 524 : 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-01-16T09:56:16.893 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:56:16.893 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:09.315115Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.zsghxe on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:55:20.517501Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.qmuzrr on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qmuzrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qmuzrr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qmuzrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qmuzrr\nDeploy daemon haproxy.nfs.foo.smithi133.qmuzrr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:55:24.340434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pipywd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-pipywd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-pipywd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.pipywd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.pipywd\nDeploy daemon haproxy.nfs.foo.smithi038.pipywd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:55:24.344825Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.rvfbao on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:55:24.347040Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.rvkgha on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:56:17.599 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:56:17.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:17 smithi038 bash[13941]: cluster 2024-01-16T09:56:16.376682+0000 mgr.smithi038.dukxrr (mgr.14180) 525 : 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-01-16T09:56:17.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:17 smithi133 bash[17559]: cluster 2024-01-16T09:56:16.376682+0000 mgr.smithi038.dukxrr (mgr.14180) 525 : 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-01-16T09:56:18.601 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:56:18.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:18 smithi038 bash[13941]: audit 2024-01-16T09:56:16.887647+0000 mgr.smithi038.dukxrr (mgr.14180) 526 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:18.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:18 smithi133 bash[17559]: audit 2024-01-16T09:56:16.887647+0000 mgr.smithi038.dukxrr (mgr.14180) 526 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:19.730 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:19 smithi038 bash[13941]: cluster 2024-01-16T09:56:18.378033+0000 mgr.smithi038.dukxrr (mgr.14180) 527 : 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-01-16T09:56:19.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:19 smithi133 bash[17559]: cluster 2024-01-16T09:56:18.378033+0000 mgr.smithi038.dukxrr (mgr.14180) 527 : 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-01-16T09:56:21.149 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:20 smithi038 bash[13941]: cluster 2024-01-16T09:56:20.379127+0000 mgr.smithi038.dukxrr (mgr.14180) 528 : 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-01-16T09:56:21.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:20 smithi133 bash[17559]: cluster 2024-01-16T09:56:20.379127+0000 mgr.smithi038.dukxrr (mgr.14180) 528 : 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-01-16T09:56:21.576 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:56:21.577 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:09.315115Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.zsghxe on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:55:20.517501Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.qmuzrr on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qmuzrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qmuzrr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qmuzrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qmuzrr\nDeploy daemon haproxy.nfs.foo.smithi133.qmuzrr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:55:24.340434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pipywd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-pipywd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-pipywd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.pipywd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.pipywd\nDeploy daemon haproxy.nfs.foo.smithi038.pipywd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:55:24.344825Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.rvfbao on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:55:24.347040Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.rvkgha on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:56:22.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:21 smithi133 bash[17559]: audit 2024-01-16T09:56:21.571075+0000 mgr.smithi038.dukxrr (mgr.14180) 529 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:22.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:21 smithi038 bash[13941]: audit 2024-01-16T09:56:21.571075+0000 mgr.smithi038.dukxrr (mgr.14180) 529 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:22.401 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:56:23.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:22 smithi133 bash[17559]: cluster 2024-01-16T09:56:22.379764+0000 mgr.smithi038.dukxrr (mgr.14180) 530 : 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-01-16T09:56:23.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:22 smithi038 bash[13941]: cluster 2024-01-16T09:56:22.379764+0000 mgr.smithi038.dukxrr (mgr.14180) 530 : 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-01-16T09:56:23.402 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:56:24.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:24 smithi133 bash[17559]: audit 2024-01-16T09:56:24.351941+0000 mon.smithi038 (mon.0) 790 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:56:24.760 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:24 smithi038 bash[13941]: audit 2024-01-16T09:56:24.351941+0000 mon.smithi038 (mon.0) 790 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:56:25.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:25 smithi038 bash[13941]: cluster 2024-01-16T09:56:24.381034+0000 mgr.smithi038.dukxrr (mgr.14180) 531 : 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-01-16T09:56:25.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:25 smithi038 bash[13941]: audit 2024-01-16T09:56:24.652973+0000 mon.smithi038 (mon.0) 791 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:56:25.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:25 smithi038 bash[13941]: audit 2024-01-16T09:56:24.654273+0000 mon.smithi038 (mon.0) 792 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T09:56:25.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:25 smithi038 bash[13941]: audit 2024-01-16T09:56:24.662783+0000 mon.smithi038 (mon.0) 793 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:56:25.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:25 smithi038 bash[13941]: cluster 2024-01-16T09:56:24.663584+0000 mgr.smithi038.dukxrr (mgr.14180) 532 : cluster [DBG] pgmap v396: 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-01-16T09:56:25.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:25 smithi038 bash[13941]: audit 2024-01-16T09:56:24.669643+0000 mon.smithi038 (mon.0) 794 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T09:56:25.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:25 smithi038 bash[13941]: audit 2024-01-16T09:56:24.680625+0000 mon.smithi038 (mon.0) 795 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:56:25.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:25 smithi038 bash[13941]: cephadm 2024-01-16T09:56:24.686424+0000 mgr.smithi038.dukxrr (mgr.14180) 533 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi133.rtcenv on smithi133 2024-01-16T09:56:25.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:25 smithi133 bash[17559]: cluster 2024-01-16T09:56:24.381034+0000 mgr.smithi038.dukxrr (mgr.14180) 531 : 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-01-16T09:56:25.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:25 smithi133 bash[17559]: audit 2024-01-16T09:56:24.652973+0000 mon.smithi038 (mon.0) 791 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:56:25.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:25 smithi133 bash[17559]: audit 2024-01-16T09:56:24.654273+0000 mon.smithi038 (mon.0) 792 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T09:56:25.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:25 smithi133 bash[17559]: audit 2024-01-16T09:56:24.662783+0000 mon.smithi038 (mon.0) 793 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:56:25.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:25 smithi133 bash[17559]: cluster 2024-01-16T09:56:24.663584+0000 mgr.smithi038.dukxrr (mgr.14180) 532 : cluster [DBG] pgmap v396: 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-01-16T09:56:25.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:25 smithi133 bash[17559]: audit 2024-01-16T09:56:24.669643+0000 mon.smithi038 (mon.0) 794 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T09:56:25.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:25 smithi133 bash[17559]: audit 2024-01-16T09:56:24.680625+0000 mon.smithi038 (mon.0) 795 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:56:25.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:25 smithi133 bash[17559]: cephadm 2024-01-16T09:56:24.686424+0000 mgr.smithi038.dukxrr (mgr.14180) 533 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi133.rtcenv on smithi133 2024-01-16T09:56:26.525 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:56:26.525 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:09.315115Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.zsghxe on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:55:20.517501Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.qmuzrr on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qmuzrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qmuzrr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qmuzrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qmuzrr\nDeploy daemon haproxy.nfs.foo.smithi133.qmuzrr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:55:24.340434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pipywd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-pipywd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-pipywd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.pipywd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.pipywd\nDeploy daemon haproxy.nfs.foo.smithi038.pipywd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:55:24.344825Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.rvfbao on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:55:24.347040Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.rvkgha on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:56:26.727 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:26 smithi038 bash[13941]: cluster 2024-01-16T09:56:25.659682+0000 mon.smithi038 (mon.0) 796 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-16T09:56:26.727 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:26 smithi038 bash[13941]: cluster 2024-01-16T09:56:25.659742+0000 mon.smithi038 (mon.0) 797 : cluster [INF] Cluster is now healthy 2024-01-16T09:56:26.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:26 smithi133 bash[17559]: cluster 2024-01-16T09:56:25.659682+0000 mon.smithi038 (mon.0) 796 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-16T09:56:26.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:26 smithi133 bash[17559]: cluster 2024-01-16T09:56:25.659742+0000 mon.smithi038 (mon.0) 797 : cluster [INF] Cluster is now healthy 2024-01-16T09:56:27.283 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:56:27.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:27 smithi038 bash[13941]: audit 2024-01-16T09:56:26.518360+0000 mgr.smithi038.dukxrr (mgr.14180) 534 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:27.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:27 smithi038 bash[13941]: cluster 2024-01-16T09:56:26.664240+0000 mgr.smithi038.dukxrr (mgr.14180) 535 : cluster [DBG] pgmap v397: 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-01-16T09:56:27.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:27 smithi133 bash[17559]: audit 2024-01-16T09:56:26.518360+0000 mgr.smithi038.dukxrr (mgr.14180) 534 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:27.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:27 smithi133 bash[17559]: cluster 2024-01-16T09:56:26.664240+0000 mgr.smithi038.dukxrr (mgr.14180) 535 : cluster [DBG] pgmap v397: 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-01-16T09:56:28.283 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:56:28.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:28 smithi038 bash[13941]: audit 2024-01-16T09:56:28.534271+0000 mon.smithi038 (mon.0) 798 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi133.rtcenv"}]: dispatch 2024-01-16T09:56:28.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:28 smithi133 bash[17559]: audit 2024-01-16T09:56:28.534271+0000 mon.smithi038 (mon.0) 798 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi133.rtcenv"}]: dispatch 2024-01-16T09:56:29.852 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:29 smithi038 bash[13941]: cephadm 2024-01-16T09:56:28.533278+0000 mgr.smithi038.dukxrr (mgr.14180) 536 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-rtcenv 2024-01-16T09:56:29.852 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:29 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:56:29.852 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:29 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-rtcenv 2024-01-16T09:56:29.852 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:29 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.rtcenv 2024-01-16T09:56:29.852 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:29 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:56:29.852 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:29 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.rtcenv 2024-01-16T09:56:29.853 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:29 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.rtcenv ... 2024-01-16T09:56:29.853 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:29 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:56:29.853 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:29 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:56:29.853 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:29 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:56:29.853 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:29 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T09:56:29.853 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:29 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:56:29.853 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:29 smithi038 bash[13941]: Traceback (most recent call last): 2024-01-16T09:56:29.853 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:29 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T09:56:29.853 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:29 smithi038 bash[13941]: yield (conn, connr) 2024-01-16T09:56:29.853 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:29 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T09:56:29.853 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:29 smithi038 bash[13941]: code, '\n'.join(err))) 2024-01-16T09:56:29.853 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:29 smithi038 bash[13941]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-rtcenv 2024-01-16T09:56:29.853 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:29 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:56:29.853 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:29 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-rtcenv 2024-01-16T09:56:29.854 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:29 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.rtcenv 2024-01-16T09:56:29.854 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:29 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:56:29.854 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:29 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.rtcenv 2024-01-16T09:56:29.854 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:29 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.rtcenv ... 2024-01-16T09:56:29.854 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:29 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:56:29.854 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:29 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:56:29.854 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:29 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:56:29.854 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:29 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T09:56:29.854 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:29 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:56:29.854 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:29 smithi038 bash[13941]: cephadm 2024-01-16T09:56:28.533739+0000 mgr.smithi038.dukxrr (mgr.14180) 537 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi133.rtcenv 2024-01-16T09:56:29.854 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:29 smithi038 bash[13941]: cephadm 2024-01-16T09:56:28.535591+0000 mgr.smithi038.dukxrr (mgr.14180) 538 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi133.rtcenv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-rtcenv 2024-01-16T09:56:29.854 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:29 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:56:29.854 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:29 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-rtcenv 2024-01-16T09:56:29.854 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:29 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.rtcenv 2024-01-16T09:56:29.855 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:29 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:56:29.855 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:29 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.rtcenv 2024-01-16T09:56:29.855 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:29 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.rtcenv ... 2024-01-16T09:56:29.855 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:29 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:56:29.855 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:29 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:56:29.855 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:29 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:56:29.855 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:29 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T09:56:29.855 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:29 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:56:29.855 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:29 smithi038 bash[13941]: cephadm 2024-01-16T09:56:28.539615+0000 mgr.smithi038.dukxrr (mgr.14180) 539 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.nxzfya on smithi038 2024-01-16T09:56:29.855 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:29 smithi038 bash[13941]: cluster 2024-01-16T09:56:28.665194+0000 mgr.smithi038.dukxrr (mgr.14180) 540 : cluster [DBG] pgmap v398: 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-01-16T09:56:29.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:29 smithi133 bash[17559]: cephadm 2024-01-16T09:56:28.533278+0000 mgr.smithi038.dukxrr (mgr.14180) 536 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-rtcenv 2024-01-16T09:56:29.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:29 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:56:29.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:29 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-rtcenv 2024-01-16T09:56:29.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:29 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.rtcenv 2024-01-16T09:56:29.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:29 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:56:29.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:29 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.rtcenv 2024-01-16T09:56:29.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:29 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.rtcenv ... 2024-01-16T09:56:29.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:29 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:56:29.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:29 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:56:29.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:29 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:56:29.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:29 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T09:56:29.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:29 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:56:29.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:29 smithi133 bash[17559]: Traceback (most recent call last): 2024-01-16T09:56:29.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:29 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T09:56:29.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:29 smithi133 bash[17559]: yield (conn, connr) 2024-01-16T09:56:29.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:29 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T09:56:29.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:29 smithi133 bash[17559]: code, '\n'.join(err))) 2024-01-16T09:56:29.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:29 smithi133 bash[17559]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-rtcenv 2024-01-16T09:56:29.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:29 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:56:29.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:29 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-rtcenv 2024-01-16T09:56:29.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:29 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.rtcenv 2024-01-16T09:56:29.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:29 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:56:29.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:29 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.rtcenv 2024-01-16T09:56:29.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:29 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.rtcenv ... 2024-01-16T09:56:29.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:29 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:56:29.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:29 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:56:29.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:29 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:56:29.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:29 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T09:56:29.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:29 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:56:29.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:29 smithi133 bash[17559]: cephadm 2024-01-16T09:56:28.533739+0000 mgr.smithi038.dukxrr (mgr.14180) 537 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi133.rtcenv 2024-01-16T09:56:29.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:29 smithi133 bash[17559]: cephadm 2024-01-16T09:56:28.535591+0000 mgr.smithi038.dukxrr (mgr.14180) 538 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi133.rtcenv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-rtcenv 2024-01-16T09:56:29.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:29 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:56:29.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:29 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-rtcenv 2024-01-16T09:56:29.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:29 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.rtcenv 2024-01-16T09:56:29.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:29 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:56:29.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:29 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.rtcenv 2024-01-16T09:56:29.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:29 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.rtcenv ... 2024-01-16T09:56:29.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:29 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:56:29.930 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:29 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:56:29.930 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:29 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:56:29.930 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:29 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T09:56:29.930 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:29 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:56:29.930 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:29 smithi133 bash[17559]: cephadm 2024-01-16T09:56:28.539615+0000 mgr.smithi038.dukxrr (mgr.14180) 539 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.nxzfya on smithi038 2024-01-16T09:56:29.930 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:29 smithi133 bash[17559]: cluster 2024-01-16T09:56:28.665194+0000 mgr.smithi038.dukxrr (mgr.14180) 540 : cluster [DBG] pgmap v398: 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-01-16T09:56:31.152 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:30 smithi038 bash[13941]: cluster 2024-01-16T09:56:30.665715+0000 mgr.smithi038.dukxrr (mgr.14180) 541 : cluster [DBG] pgmap v399: 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-01-16T09:56:31.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:30 smithi133 bash[17559]: cluster 2024-01-16T09:56:30.665715+0000 mgr.smithi038.dukxrr (mgr.14180) 541 : cluster [DBG] pgmap v399: 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-01-16T09:56:31.542 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:56:31.542 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:55:20.517501Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.qmuzrr on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qmuzrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qmuzrr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qmuzrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qmuzrr\nDeploy daemon haproxy.nfs.foo.smithi133.qmuzrr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:55:24.340434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.pipywd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-pipywd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-pipywd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.pipywd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.pipywd\nDeploy daemon haproxy.nfs.foo.smithi038.pipywd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:55:24.344825Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.rvfbao on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:55:24.347040Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.rvkgha on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:56:28.535281Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.rtcenv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-rtcenv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-rtcenv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.rtcenv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.rtcenv\nDeploy daemon haproxy.nfs.foo.smithi133.rtcenv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -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.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:56:32.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:31 smithi133 bash[17559]: audit 2024-01-16T09:56:31.535474+0000 mgr.smithi038.dukxrr (mgr.14180) 542 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:32.302 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:31 smithi038 bash[13941]: audit 2024-01-16T09:56:31.535474+0000 mgr.smithi038.dukxrr (mgr.14180) 542 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:32.352 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:56:33.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:32 smithi133 bash[17559]: cephadm 2024-01-16T09:56:32.471828+0000 mgr.smithi038.dukxrr (mgr.14180) 543 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nxzfya 2024-01-16T09:56:33.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:32 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:56:33.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:32 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nxzfya 2024-01-16T09:56:33.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:32 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nxzfya 2024-01-16T09:56:33.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:32 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:56:33.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:32 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nxzfya 2024-01-16T09:56:33.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:32 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.nxzfya ... 2024-01-16T09:56:33.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:32 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:56:33.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:32 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:56:33.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:32 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:56:33.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:32 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T09:56:33.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:32 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:56:33.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:32 smithi133 bash[17559]: Traceback (most recent call last): 2024-01-16T09:56:33.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:32 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T09:56:33.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:32 smithi133 bash[17559]: yield (conn, connr) 2024-01-16T09:56:33.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:32 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T09:56:33.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:32 smithi133 bash[17559]: code, '\n'.join(err))) 2024-01-16T09:56:33.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:32 smithi133 bash[17559]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nxzfya 2024-01-16T09:56:33.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:32 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:56:33.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:32 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nxzfya 2024-01-16T09:56:33.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:32 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nxzfya 2024-01-16T09:56:33.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:32 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:56:33.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:32 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nxzfya 2024-01-16T09:56:33.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:32 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.nxzfya ... 2024-01-16T09:56:33.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:32 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:56:33.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:32 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:56:33.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:32 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:56:33.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:32 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T09:56:33.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:32 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:56:33.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:32 smithi133 bash[17559]: cephadm 2024-01-16T09:56:32.472264+0000 mgr.smithi038.dukxrr (mgr.14180) 544 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi038.nxzfya 2024-01-16T09:56:33.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:32 smithi133 bash[17559]: audit 2024-01-16T09:56:32.472790+0000 mon.smithi038 (mon.0) 799 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi038.nxzfya"}]: dispatch 2024-01-16T09:56:33.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:32 smithi133 bash[17559]: cephadm 2024-01-16T09:56:32.474107+0000 mgr.smithi038.dukxrr (mgr.14180) 545 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi038.nxzfya on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nxzfya 2024-01-16T09:56:33.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:32 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:56:33.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:32 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nxzfya 2024-01-16T09:56:33.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:32 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nxzfya 2024-01-16T09:56:33.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:32 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:56:33.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:32 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nxzfya 2024-01-16T09:56:33.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:32 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.nxzfya ... 2024-01-16T09:56:33.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:32 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:56:33.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:32 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:56:33.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:32 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:56:33.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:32 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T09:56:33.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:32 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:56:33.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:32 smithi133 bash[17559]: cephadm 2024-01-16T09:56:32.478487+0000 mgr.smithi038.dukxrr (mgr.14180) 546 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi133.jgauly on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T09:56:33.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:32 smithi133 bash[17559]: cephadm 2024-01-16T09:56:32.480359+0000 mgr.smithi038.dukxrr (mgr.14180) 547 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi038.qjerwt on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T09:56:33.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:32 smithi133 bash[17559]: cluster 2024-01-16T09:56:32.481496+0000 mgr.smithi038.dukxrr (mgr.14180) 548 : cluster [DBG] pgmap v400: 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-01-16T09:56:33.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:32 smithi133 bash[17559]: audit 2024-01-16T09:56:32.834260+0000 mon.smithi038 (mon.0) 800 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:56:33.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:32 smithi038 bash[13941]: cephadm 2024-01-16T09:56:32.471828+0000 mgr.smithi038.dukxrr (mgr.14180) 543 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nxzfya 2024-01-16T09:56:33.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:32 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:56:33.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:32 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nxzfya 2024-01-16T09:56:33.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:32 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nxzfya 2024-01-16T09:56:33.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:32 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:56:33.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:32 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nxzfya 2024-01-16T09:56:33.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:32 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.nxzfya ... 2024-01-16T09:56:33.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:32 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:56:33.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:32 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:56:33.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:32 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:56:33.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:32 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T09:56:33.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:32 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:56:33.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:32 smithi038 bash[13941]: Traceback (most recent call last): 2024-01-16T09:56:33.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:32 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T09:56:33.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:32 smithi038 bash[13941]: yield (conn, connr) 2024-01-16T09:56:33.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:32 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T09:56:33.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:32 smithi038 bash[13941]: code, '\n'.join(err))) 2024-01-16T09:56:33.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:32 smithi038 bash[13941]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nxzfya 2024-01-16T09:56:33.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:32 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:56:33.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:32 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nxzfya 2024-01-16T09:56:33.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:32 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nxzfya 2024-01-16T09:56:33.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:32 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:56:33.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:32 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nxzfya 2024-01-16T09:56:33.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:32 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.nxzfya ... 2024-01-16T09:56:33.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:32 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:56:33.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:32 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:56:33.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:32 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:56:33.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:32 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T09:56:33.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:32 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:56:33.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:32 smithi038 bash[13941]: cephadm 2024-01-16T09:56:32.472264+0000 mgr.smithi038.dukxrr (mgr.14180) 544 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi038.nxzfya 2024-01-16T09:56:33.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:32 smithi038 bash[13941]: audit 2024-01-16T09:56:32.472790+0000 mon.smithi038 (mon.0) 799 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi038.nxzfya"}]: dispatch 2024-01-16T09:56:33.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:32 smithi038 bash[13941]: cephadm 2024-01-16T09:56:32.474107+0000 mgr.smithi038.dukxrr (mgr.14180) 545 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi038.nxzfya on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nxzfya 2024-01-16T09:56:33.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:32 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:56:33.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:32 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nxzfya 2024-01-16T09:56:33.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:32 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nxzfya 2024-01-16T09:56:33.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:32 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:56:33.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:32 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nxzfya 2024-01-16T09:56:33.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:32 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.nxzfya ... 2024-01-16T09:56:33.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:32 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:56:33.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:32 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:56:33.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:32 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:56:33.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:32 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T09:56:33.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:32 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:56:33.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:32 smithi038 bash[13941]: cephadm 2024-01-16T09:56:32.478487+0000 mgr.smithi038.dukxrr (mgr.14180) 546 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi133.jgauly on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T09:56:33.285 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:32 smithi038 bash[13941]: cephadm 2024-01-16T09:56:32.480359+0000 mgr.smithi038.dukxrr (mgr.14180) 547 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi038.qjerwt on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T09:56:33.285 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:32 smithi038 bash[13941]: cluster 2024-01-16T09:56:32.481496+0000 mgr.smithi038.dukxrr (mgr.14180) 548 : cluster [DBG] pgmap v400: 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-01-16T09:56:33.285 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:32 smithi038 bash[13941]: audit 2024-01-16T09:56:32.834260+0000 mon.smithi038 (mon.0) 800 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:56:33.353 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:56:34.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:33 smithi133 bash[17559]: cluster 2024-01-16T09:56:32.908116+0000 mon.smithi038 (mon.0) 801 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-16T09:56:34.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:33 smithi133 bash[17559]: audit 2024-01-16T09:56:33.355253+0000 mon.smithi038 (mon.0) 802 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:56:34.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:33 smithi038 bash[13941]: cluster 2024-01-16T09:56:32.908116+0000 mon.smithi038 (mon.0) 801 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-16T09:56:34.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:33 smithi038 bash[13941]: audit 2024-01-16T09:56:33.355253+0000 mon.smithi038 (mon.0) 802 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:56:35.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:34 smithi133 bash[17559]: cluster 2024-01-16T09:56:34.482792+0000 mgr.smithi038.dukxrr (mgr.14180) 549 : cluster [DBG] pgmap v401: 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-01-16T09:56:35.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:34 smithi038 bash[13941]: cluster 2024-01-16T09:56:34.482792+0000 mgr.smithi038.dukxrr (mgr.14180) 549 : cluster [DBG] pgmap v401: 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-01-16T09:56:36.641 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:56:36.641 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:55:24.347040Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.rvkgha on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:56:28.535281Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.rtcenv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-rtcenv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-rtcenv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.rtcenv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.rtcenv\nDeploy daemon haproxy.nfs.foo.smithi133.rtcenv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:56:32.473893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.nxzfya on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nxzfya\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nxzfya\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nxzfya\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nxzfya\nDeploy daemon haproxy.nfs.foo.smithi038.nxzfya ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:56:32.478333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.jgauly on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:56:32.480229Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.qjerwt on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:56:37.436 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:56:37.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:37 smithi038 bash[13941]: cluster 2024-01-16T09:56:36.483830+0000 mgr.smithi038.dukxrr (mgr.14180) 550 : cluster [DBG] pgmap v402: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-01-16T09:56:37.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:37 smithi038 bash[13941]: audit 2024-01-16T09:56:36.632638+0000 mgr.smithi038.dukxrr (mgr.14180) 551 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:37.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:37 smithi133 bash[17559]: cluster 2024-01-16T09:56:36.483830+0000 mgr.smithi038.dukxrr (mgr.14180) 550 : cluster [DBG] pgmap v402: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-01-16T09:56:37.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:37 smithi133 bash[17559]: audit 2024-01-16T09:56:36.632638+0000 mgr.smithi038.dukxrr (mgr.14180) 551 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:38.437 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:56:39.925 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:39 smithi038 bash[13941]: cluster 2024-01-16T09:56:38.485211+0000 mgr.smithi038.dukxrr (mgr.14180) 552 : cluster [DBG] pgmap v403: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-01-16T09:56:39.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:39 smithi133 bash[17559]: cluster 2024-01-16T09:56:38.485211+0000 mgr.smithi038.dukxrr (mgr.14180) 552 : cluster [DBG] pgmap v403: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-01-16T09:56:41.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:40 smithi133 bash[17559]: cluster 2024-01-16T09:56:40.486078+0000 mgr.smithi038.dukxrr (mgr.14180) 553 : cluster [DBG] pgmap v404: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-01-16T09:56:41.234 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:40 smithi038 bash[13941]: cluster 2024-01-16T09:56:40.486078+0000 mgr.smithi038.dukxrr (mgr.14180) 553 : cluster [DBG] pgmap v404: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-01-16T09:56:41.621 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:56:41.621 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:55:24.347040Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.rvkgha on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:56:28.535281Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.rtcenv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-rtcenv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-rtcenv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.rtcenv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.rtcenv\nDeploy daemon haproxy.nfs.foo.smithi133.rtcenv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:56:32.473893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.nxzfya on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nxzfya\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nxzfya\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nxzfya\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nxzfya\nDeploy daemon haproxy.nfs.foo.smithi038.nxzfya ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:56:32.478333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.jgauly on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:56:32.480229Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.qjerwt on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:56:42.092 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:41 smithi038 bash[13941]: audit 2024-01-16T09:56:41.612540+0000 mgr.smithi038.dukxrr (mgr.14180) 554 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:42.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:41 smithi133 bash[17559]: audit 2024-01-16T09:56:41.612540+0000 mgr.smithi038.dukxrr (mgr.14180) 554 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:42.417 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:56:43.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:42 smithi133 bash[17559]: cluster 2024-01-16T09:56:42.487292+0000 mgr.smithi038.dukxrr (mgr.14180) 555 : cluster [DBG] pgmap v405: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-01-16T09:56:43.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:42 smithi038 bash[13941]: cluster 2024-01-16T09:56:42.487292+0000 mgr.smithi038.dukxrr (mgr.14180) 555 : cluster [DBG] pgmap v405: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-01-16T09:56:43.418 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:56:45.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:45 smithi038 bash[13941]: cluster 2024-01-16T09:56:44.488489+0000 mgr.smithi038.dukxrr (mgr.14180) 556 : cluster [DBG] pgmap v406: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T09:56:45.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:45 smithi133 bash[17559]: cluster 2024-01-16T09:56:44.488489+0000 mgr.smithi038.dukxrr (mgr.14180) 556 : cluster [DBG] pgmap v406: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T09:56:46.465 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:56:46.465 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:55:24.347040Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.rvkgha on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:56:28.535281Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.rtcenv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-rtcenv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-rtcenv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.rtcenv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.rtcenv\nDeploy daemon haproxy.nfs.foo.smithi133.rtcenv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:56:32.473893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.nxzfya on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nxzfya\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nxzfya\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nxzfya\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nxzfya\nDeploy daemon haproxy.nfs.foo.smithi038.nxzfya ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:56:32.478333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.jgauly on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:56:32.480229Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.qjerwt on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:56:47.315 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:56:47.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:47 smithi038 bash[13941]: audit 2024-01-16T09:56:46.459983+0000 mgr.smithi038.dukxrr (mgr.14180) 557 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:47.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:47 smithi038 bash[13941]: cluster 2024-01-16T09:56:46.489747+0000 mgr.smithi038.dukxrr (mgr.14180) 558 : 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-01-16T09:56:47.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:47 smithi133 bash[17559]: audit 2024-01-16T09:56:46.459983+0000 mgr.smithi038.dukxrr (mgr.14180) 557 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:47.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:47 smithi133 bash[17559]: cluster 2024-01-16T09:56:46.489747+0000 mgr.smithi038.dukxrr (mgr.14180) 558 : 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-01-16T09:56:48.316 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:56:49.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:48 smithi133 bash[17559]: audit 2024-01-16T09:56:47.834553+0000 mon.smithi038 (mon.0) 803 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:56:49.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:48 smithi038 bash[13941]: audit 2024-01-16T09:56:47.834553+0000 mon.smithi038 (mon.0) 803 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:56:50.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:49 smithi133 bash[17559]: cluster 2024-01-16T09:56:48.491065+0000 mgr.smithi038.dukxrr (mgr.14180) 559 : 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-01-16T09:56:50.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:49 smithi038 bash[13941]: cluster 2024-01-16T09:56:48.491065+0000 mgr.smithi038.dukxrr (mgr.14180) 559 : 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-01-16T09:56:51.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:50 smithi133 bash[17559]: cluster 2024-01-16T09:56:50.492220+0000 mgr.smithi038.dukxrr (mgr.14180) 560 : 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-01-16T09:56:51.224 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:50 smithi038 bash[13941]: cluster 2024-01-16T09:56:50.492220+0000 mgr.smithi038.dukxrr (mgr.14180) 560 : 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-01-16T09:56:51.638 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:56:51.638 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:55:24.347040Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.rvkgha on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:56:28.535281Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.rtcenv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-rtcenv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-rtcenv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.rtcenv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.rtcenv\nDeploy daemon haproxy.nfs.foo.smithi133.rtcenv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:56:32.473893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.nxzfya on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nxzfya\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nxzfya\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nxzfya\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nxzfya\nDeploy daemon haproxy.nfs.foo.smithi038.nxzfya ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:56:32.478333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.jgauly on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:56:32.480229Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.qjerwt on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:56:52.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:51 smithi038 bash[13941]: audit 2024-01-16T09:56:51.632414+0000 mgr.smithi038.dukxrr (mgr.14180) 561 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:52.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:51 smithi133 bash[17559]: audit 2024-01-16T09:56:51.632414+0000 mgr.smithi038.dukxrr (mgr.14180) 561 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:52.417 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:56:53.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:52 smithi133 bash[17559]: cluster 2024-01-16T09:56:52.493515+0000 mgr.smithi038.dukxrr (mgr.14180) 562 : cluster [DBG] pgmap v410: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:56:53.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:52 smithi038 bash[13941]: cluster 2024-01-16T09:56:52.493515+0000 mgr.smithi038.dukxrr (mgr.14180) 562 : cluster [DBG] pgmap v410: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:56:53.418 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:56:55.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:55 smithi038 bash[13941]: cluster 2024-01-16T09:56:54.494494+0000 mgr.smithi038.dukxrr (mgr.14180) 563 : cluster [DBG] pgmap v411: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T09:56:55.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:55 smithi133 bash[17559]: cluster 2024-01-16T09:56:54.494494+0000 mgr.smithi038.dukxrr (mgr.14180) 563 : cluster [DBG] pgmap v411: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T09:56:56.539 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:56:56.539 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:55:24.347040Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.rvkgha on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:56:28.535281Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.rtcenv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-rtcenv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-rtcenv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.rtcenv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.rtcenv\nDeploy daemon haproxy.nfs.foo.smithi133.rtcenv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:56:32.473893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.nxzfya on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nxzfya\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nxzfya\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nxzfya\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nxzfya\nDeploy daemon haproxy.nfs.foo.smithi038.nxzfya ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:56:32.478333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.jgauly on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:56:32.480229Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.qjerwt on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:56:57.303 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:56:57.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:57 smithi133 bash[17559]: cluster 2024-01-16T09:56:56.495197+0000 mgr.smithi038.dukxrr (mgr.14180) 564 : 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-01-16T09:56:57.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:57 smithi133 bash[17559]: audit 2024-01-16T09:56:56.537464+0000 mgr.smithi038.dukxrr (mgr.14180) 565 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:58.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:57 smithi038 bash[13941]: cluster 2024-01-16T09:56:56.495197+0000 mgr.smithi038.dukxrr (mgr.14180) 564 : 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-01-16T09:56:58.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:57 smithi038 bash[13941]: audit 2024-01-16T09:56:56.537464+0000 mgr.smithi038.dukxrr (mgr.14180) 565 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:58.304 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:56:59.748 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:56:59 smithi038 bash[13941]: cluster 2024-01-16T09:56:58.496492+0000 mgr.smithi038.dukxrr (mgr.14180) 566 : 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-01-16T09:56:59.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:56:59 smithi133 bash[17559]: cluster 2024-01-16T09:56:58.496492+0000 mgr.smithi038.dukxrr (mgr.14180) 566 : 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-01-16T09:57:01.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:00 smithi133 bash[17559]: cluster 2024-01-16T09:57:00.497743+0000 mgr.smithi038.dukxrr (mgr.14180) 567 : 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-01-16T09:57:01.196 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:00 smithi038 bash[13941]: cluster 2024-01-16T09:57:00.497743+0000 mgr.smithi038.dukxrr (mgr.14180) 567 : 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-01-16T09:57:01.577 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:57:01.577 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:55:24.347040Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.rvkgha on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:56:28.535281Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.rtcenv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-rtcenv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-rtcenv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.rtcenv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.rtcenv\nDeploy daemon haproxy.nfs.foo.smithi133.rtcenv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:56:32.473893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.nxzfya on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nxzfya\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nxzfya\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nxzfya\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nxzfya\nDeploy daemon haproxy.nfs.foo.smithi038.nxzfya ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:56:32.478333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.jgauly on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:56:32.480229Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.qjerwt on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:57:02.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:01 smithi133 bash[17559]: audit 2024-01-16T09:57:01.571356+0000 mgr.smithi038.dukxrr (mgr.14180) 568 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:02.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:01 smithi038 bash[13941]: audit 2024-01-16T09:57:01.571356+0000 mgr.smithi038.dukxrr (mgr.14180) 568 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:02.293 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:57:03.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:02 smithi038 bash[13941]: cluster 2024-01-16T09:57:02.499081+0000 mgr.smithi038.dukxrr (mgr.14180) 569 : cluster [DBG] pgmap v415: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:57:03.295 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:57:03.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:02 smithi133 bash[17559]: cluster 2024-01-16T09:57:02.499081+0000 mgr.smithi038.dukxrr (mgr.14180) 569 : cluster [DBG] pgmap v415: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:57:05.908 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:05 smithi038 bash[13941]: cluster 2024-01-16T09:57:04.500412+0000 mgr.smithi038.dukxrr (mgr.14180) 570 : cluster [DBG] pgmap v416: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T09:57:05.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:05 smithi133 bash[17559]: cluster 2024-01-16T09:57:04.500412+0000 mgr.smithi038.dukxrr (mgr.14180) 570 : cluster [DBG] pgmap v416: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T09:57:06.327 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:57:06.327 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:55:24.347040Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.rvkgha on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:56:28.535281Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.rtcenv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-rtcenv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-rtcenv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.rtcenv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.rtcenv\nDeploy daemon haproxy.nfs.foo.smithi133.rtcenv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:56:32.473893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.nxzfya on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nxzfya\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nxzfya\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nxzfya\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nxzfya\nDeploy daemon haproxy.nfs.foo.smithi038.nxzfya ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:56:32.478333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.jgauly on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:56:32.480229Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.qjerwt on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:57:07.073 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:57:07.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:07 smithi133 bash[17559]: audit 2024-01-16T09:57:06.320213+0000 mgr.smithi038.dukxrr (mgr.14180) 571 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:07.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:07 smithi133 bash[17559]: cluster 2024-01-16T09:57:06.501489+0000 mgr.smithi038.dukxrr (mgr.14180) 572 : 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-01-16T09:57:08.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:07 smithi038 bash[13941]: audit 2024-01-16T09:57:06.320213+0000 mgr.smithi038.dukxrr (mgr.14180) 571 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:08.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:07 smithi038 bash[13941]: cluster 2024-01-16T09:57:06.501489+0000 mgr.smithi038.dukxrr (mgr.14180) 572 : 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-01-16T09:57:08.074 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:57:09.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:09 smithi038 bash[13941]: cluster 2024-01-16T09:57:08.502312+0000 mgr.smithi038.dukxrr (mgr.14180) 573 : 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-01-16T09:57:09.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:09 smithi133 bash[17559]: cluster 2024-01-16T09:57:08.502312+0000 mgr.smithi038.dukxrr (mgr.14180) 573 : 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-01-16T09:57:11.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:10 smithi038 bash[13941]: cluster 2024-01-16T09:57:10.503166+0000 mgr.smithi038.dukxrr (mgr.14180) 574 : 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-01-16T09:57:11.174 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:57:11.175 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:55:24.347040Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.rvkgha on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:56:28.535281Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.rtcenv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-rtcenv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-rtcenv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.rtcenv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.rtcenv\nDeploy daemon haproxy.nfs.foo.smithi133.rtcenv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:56:32.473893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.nxzfya on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nxzfya\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nxzfya\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nxzfya\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nxzfya\nDeploy daemon haproxy.nfs.foo.smithi038.nxzfya ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:56:32.478333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.jgauly on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:56:32.480229Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.qjerwt on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:57:11.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:10 smithi133 bash[17559]: cluster 2024-01-16T09:57:10.503166+0000 mgr.smithi038.dukxrr (mgr.14180) 574 : 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-01-16T09:57:11.935 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:57:12.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:11 smithi133 bash[17559]: audit 2024-01-16T09:57:11.168292+0000 mgr.smithi038.dukxrr (mgr.14180) 575 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:12.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:11 smithi038 bash[13941]: audit 2024-01-16T09:57:11.168292+0000 mgr.smithi038.dukxrr (mgr.14180) 575 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:12.936 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:57:13.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:12 smithi038 bash[13941]: cluster 2024-01-16T09:57:12.504269+0000 mgr.smithi038.dukxrr (mgr.14180) 576 : cluster [DBG] pgmap v420: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:57:13.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:12 smithi133 bash[17559]: cluster 2024-01-16T09:57:12.504269+0000 mgr.smithi038.dukxrr (mgr.14180) 576 : cluster [DBG] pgmap v420: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:57:15.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:15 smithi133 bash[17559]: cluster 2024-01-16T09:57:14.504975+0000 mgr.smithi038.dukxrr (mgr.14180) 577 : cluster [DBG] pgmap v421: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T09:57:15.989 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:57:15.989 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:55:24.347040Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.rvkgha on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:56:28.535281Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.rtcenv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-rtcenv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-rtcenv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.rtcenv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.rtcenv\nDeploy daemon haproxy.nfs.foo.smithi133.rtcenv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:56:32.473893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.nxzfya on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nxzfya\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nxzfya\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nxzfya\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nxzfya\nDeploy daemon haproxy.nfs.foo.smithi038.nxzfya ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:56:32.478333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.jgauly on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:56:32.480229Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.qjerwt on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:57:16.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:15 smithi038 bash[13941]: cluster 2024-01-16T09:57:14.504975+0000 mgr.smithi038.dukxrr (mgr.14180) 577 : cluster [DBG] pgmap v421: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T09:57:16.736 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:57:17.737 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:57:17.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:17 smithi133 bash[17559]: audit 2024-01-16T09:57:15.981031+0000 mgr.smithi038.dukxrr (mgr.14180) 578 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:17.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:17 smithi133 bash[17559]: cluster 2024-01-16T09:57:16.505641+0000 mgr.smithi038.dukxrr (mgr.14180) 579 : 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-01-16T09:57:17.965 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:17 smithi038 bash[13941]: audit 2024-01-16T09:57:15.981031+0000 mgr.smithi038.dukxrr (mgr.14180) 578 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:17.965 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:17 smithi038 bash[13941]: cluster 2024-01-16T09:57:16.505641+0000 mgr.smithi038.dukxrr (mgr.14180) 579 : 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-01-16T09:57:19.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:19 smithi133 bash[17559]: cluster 2024-01-16T09:57:18.506947+0000 mgr.smithi038.dukxrr (mgr.14180) 580 : 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-01-16T09:57:20.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:19 smithi038 bash[13941]: cluster 2024-01-16T09:57:18.506947+0000 mgr.smithi038.dukxrr (mgr.14180) 580 : 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-01-16T09:57:20.927 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:57:20.927 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:55:24.347040Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.rvkgha on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:56:28.535281Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.rtcenv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-rtcenv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-rtcenv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.rtcenv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.rtcenv\nDeploy daemon haproxy.nfs.foo.smithi133.rtcenv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:56:32.473893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.nxzfya on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nxzfya\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nxzfya\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nxzfya\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nxzfya\nDeploy daemon haproxy.nfs.foo.smithi038.nxzfya ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:56:32.478333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.jgauly on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:56:32.480229Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.qjerwt on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:57:21.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:20 smithi133 bash[17559]: cluster 2024-01-16T09:57:20.507850+0000 mgr.smithi038.dukxrr (mgr.14180) 581 : 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-01-16T09:57:21.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:20 smithi038 bash[13941]: cluster 2024-01-16T09:57:20.507850+0000 mgr.smithi038.dukxrr (mgr.14180) 581 : 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-01-16T09:57:21.601 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:57:22.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:21 smithi133 bash[17559]: audit 2024-01-16T09:57:20.923441+0000 mgr.smithi038.dukxrr (mgr.14180) 582 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:22.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:21 smithi038 bash[13941]: audit 2024-01-16T09:57:20.923441+0000 mgr.smithi038.dukxrr (mgr.14180) 582 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:22.602 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:57:23.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:22 smithi133 bash[17559]: cluster 2024-01-16T09:57:22.509004+0000 mgr.smithi038.dukxrr (mgr.14180) 583 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:57:23.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:22 smithi038 bash[13941]: cluster 2024-01-16T09:57:22.509004+0000 mgr.smithi038.dukxrr (mgr.14180) 583 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:57:25.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:25 smithi038 bash[13941]: cluster 2024-01-16T09:57:24.509734+0000 mgr.smithi038.dukxrr (mgr.14180) 584 : cluster [DBG] pgmap v426: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T09:57:25.866 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:57:25.867 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:55:24.347040Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.rvkgha on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:56:28.535281Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.rtcenv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-rtcenv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-rtcenv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.rtcenv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.rtcenv\nDeploy daemon haproxy.nfs.foo.smithi133.rtcenv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:56:32.473893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.nxzfya on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nxzfya\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nxzfya\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nxzfya\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nxzfya\nDeploy daemon haproxy.nfs.foo.smithi038.nxzfya ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:56:32.478333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.jgauly on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:56:32.480229Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.qjerwt on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:57:25.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:25 smithi133 bash[17559]: cluster 2024-01-16T09:57:24.509734+0000 mgr.smithi038.dukxrr (mgr.14180) 584 : cluster [DBG] pgmap v426: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T09:57:26.680 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:57:26.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:26 smithi133 bash[17559]: audit 2024-01-16T09:57:25.860275+0000 mgr.smithi038.dukxrr (mgr.14180) 585 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:27.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:26 smithi038 bash[13941]: audit 2024-01-16T09:57:25.860275+0000 mgr.smithi038.dukxrr (mgr.14180) 585 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:27.681 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:57:27.887 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:27 smithi038 bash[13941]: cluster 2024-01-16T09:57:26.510909+0000 mgr.smithi038.dukxrr (mgr.14180) 586 : 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-01-16T09:57:27.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:27 smithi133 bash[17559]: cluster 2024-01-16T09:57:26.510909+0000 mgr.smithi038.dukxrr (mgr.14180) 586 : 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-01-16T09:57:29.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:29 smithi133 bash[17559]: cluster 2024-01-16T09:57:28.512478+0000 mgr.smithi038.dukxrr (mgr.14180) 587 : 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-01-16T09:57:30.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:29 smithi038 bash[13941]: cluster 2024-01-16T09:57:28.512478+0000 mgr.smithi038.dukxrr (mgr.14180) 587 : 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-01-16T09:57:30.717 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:57:30.717 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:55:24.347040Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.rvkgha on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:56:28.535281Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.rtcenv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-rtcenv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-rtcenv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.rtcenv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.rtcenv\nDeploy daemon haproxy.nfs.foo.smithi133.rtcenv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:56:32.473893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.nxzfya on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nxzfya\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nxzfya\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nxzfya\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nxzfya\nDeploy daemon haproxy.nfs.foo.smithi038.nxzfya ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:56:32.478333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.jgauly on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:56:32.480229Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.qjerwt on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:57:31.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:30 smithi038 bash[13941]: cluster 2024-01-16T09:57:30.513620+0000 mgr.smithi038.dukxrr (mgr.14180) 588 : 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-01-16T09:57:31.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:30 smithi038 bash[13941]: audit 2024-01-16T09:57:30.708025+0000 mgr.smithi038.dukxrr (mgr.14180) 589 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:31.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:30 smithi133 bash[17559]: cluster 2024-01-16T09:57:30.513620+0000 mgr.smithi038.dukxrr (mgr.14180) 588 : 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-01-16T09:57:31.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:30 smithi133 bash[17559]: audit 2024-01-16T09:57:30.708025+0000 mgr.smithi038.dukxrr (mgr.14180) 589 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:31.459 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:57:32.460 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:57:32.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:32 smithi038 bash[13941]: audit 2024-01-16T09:57:32.484391+0000 mon.smithi038 (mon.0) 804 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:57:32.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:32 smithi133 bash[17559]: audit 2024-01-16T09:57:32.484391+0000 mon.smithi038 (mon.0) 804 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:57:33.726 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:33 smithi038 bash[13941]: cluster 2024-01-16T09:57:32.514483+0000 mgr.smithi038.dukxrr (mgr.14180) 590 : cluster [DBG] pgmap v430: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:57:33.726 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:33 smithi038 bash[13941]: audit 2024-01-16T09:57:32.790317+0000 mon.smithi038 (mon.0) 805 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:57:33.727 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:33 smithi038 bash[13941]: audit 2024-01-16T09:57:32.791825+0000 mon.smithi038 (mon.0) 806 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T09:57:33.727 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:33 smithi038 bash[13941]: audit 2024-01-16T09:57:32.799253+0000 mon.smithi038 (mon.0) 807 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:57:33.727 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:33 smithi038 bash[13941]: cluster 2024-01-16T09:57:32.800066+0000 mgr.smithi038.dukxrr (mgr.14180) 591 : cluster [DBG] pgmap v431: 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-01-16T09:57:33.727 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:33 smithi038 bash[13941]: audit 2024-01-16T09:57:32.804900+0000 mon.smithi038 (mon.0) 808 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T09:57:33.727 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:33 smithi038 bash[13941]: audit 2024-01-16T09:57:32.819409+0000 mon.smithi038 (mon.0) 809 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:57:33.727 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:33 smithi038 bash[13941]: cephadm 2024-01-16T09:57:32.824081+0000 mgr.smithi038.dukxrr (mgr.14180) 592 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi133.wybmom on smithi133 2024-01-16T09:57:33.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:33 smithi133 bash[17559]: cluster 2024-01-16T09:57:32.514483+0000 mgr.smithi038.dukxrr (mgr.14180) 590 : cluster [DBG] pgmap v430: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:57:33.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:33 smithi133 bash[17559]: audit 2024-01-16T09:57:32.790317+0000 mon.smithi038 (mon.0) 805 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:57:33.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:33 smithi133 bash[17559]: audit 2024-01-16T09:57:32.791825+0000 mon.smithi038 (mon.0) 806 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T09:57:33.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:33 smithi133 bash[17559]: audit 2024-01-16T09:57:32.799253+0000 mon.smithi038 (mon.0) 807 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:57:33.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:33 smithi133 bash[17559]: cluster 2024-01-16T09:57:32.800066+0000 mgr.smithi038.dukxrr (mgr.14180) 591 : cluster [DBG] pgmap v431: 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-01-16T09:57:33.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:33 smithi133 bash[17559]: audit 2024-01-16T09:57:32.804900+0000 mon.smithi038 (mon.0) 808 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T09:57:33.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:33 smithi133 bash[17559]: audit 2024-01-16T09:57:32.819409+0000 mon.smithi038 (mon.0) 809 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:57:33.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:33 smithi133 bash[17559]: cephadm 2024-01-16T09:57:32.824081+0000 mgr.smithi038.dukxrr (mgr.14180) 592 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi133.wybmom on smithi133 2024-01-16T09:57:34.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:34 smithi133 bash[17559]: cluster 2024-01-16T09:57:33.797542+0000 mon.smithi038 (mon.0) 810 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-16T09:57:34.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:34 smithi133 bash[17559]: cluster 2024-01-16T09:57:33.797606+0000 mon.smithi038 (mon.0) 811 : cluster [INF] Cluster is now healthy 2024-01-16T09:57:34.972 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:34 smithi038 bash[13941]: cluster 2024-01-16T09:57:33.797542+0000 mon.smithi038 (mon.0) 810 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-16T09:57:34.972 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:34 smithi038 bash[13941]: cluster 2024-01-16T09:57:33.797606+0000 mon.smithi038 (mon.0) 811 : cluster [INF] Cluster is now healthy 2024-01-16T09:57:35.378 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:57:35.378 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:55:24.347040Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.rvkgha on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:56:28.535281Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.rtcenv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-rtcenv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-rtcenv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.rtcenv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.rtcenv\nDeploy daemon haproxy.nfs.foo.smithi133.rtcenv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:56:32.473893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.nxzfya on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nxzfya\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nxzfya\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nxzfya\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nxzfya\nDeploy daemon haproxy.nfs.foo.smithi038.nxzfya ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:56:32.478333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.jgauly on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:56:32.480229Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.qjerwt on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:57:35.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:35 smithi038 bash[13941]: cluster 2024-01-16T09:57:34.800926+0000 mgr.smithi038.dukxrr (mgr.14180) 593 : 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-01-16T09:57:35.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:35 smithi133 bash[17559]: cluster 2024-01-16T09:57:34.800926+0000 mgr.smithi038.dukxrr (mgr.14180) 593 : 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-01-16T09:57:36.118 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:57:36.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:36 smithi133 bash[17559]: audit 2024-01-16T09:57:35.371046+0000 mgr.smithi038.dukxrr (mgr.14180) 594 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:37.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:36 smithi038 bash[13941]: audit 2024-01-16T09:57:35.371046+0000 mgr.smithi038.dukxrr (mgr.14180) 594 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:37.119 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:57:37.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:37 smithi133 bash[17559]: cephadm 2024-01-16T09:57:36.742161+0000 mgr.smithi038.dukxrr (mgr.14180) 595 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-wybmom 2024-01-16T09:57:37.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:37 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:57:37.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:37 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-wybmom 2024-01-16T09:57:37.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:37 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.wybmom 2024-01-16T09:57:37.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:37 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:57:37.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:37 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.wybmom 2024-01-16T09:57:37.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:37 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.wybmom ... 2024-01-16T09:57:37.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:37 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:57:37.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:37 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:57:37.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:37 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:57:37.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:37 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T09:57:37.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:37 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:57:37.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:37 smithi133 bash[17559]: Traceback (most recent call last): 2024-01-16T09:57:37.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:37 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T09:57:37.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:37 smithi133 bash[17559]: yield (conn, connr) 2024-01-16T09:57:37.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:37 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T09:57:37.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:37 smithi133 bash[17559]: code, '\n'.join(err))) 2024-01-16T09:57:37.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:37 smithi133 bash[17559]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-wybmom 2024-01-16T09:57:37.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:37 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:57:37.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:37 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-wybmom 2024-01-16T09:57:37.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:37 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.wybmom 2024-01-16T09:57:37.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:37 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:57:37.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:37 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.wybmom 2024-01-16T09:57:37.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:37 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.wybmom ... 2024-01-16T09:57:37.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:37 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:57:37.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:37 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:57:37.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:37 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:57:37.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:37 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T09:57:37.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:37 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:57:37.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:37 smithi133 bash[17559]: cephadm 2024-01-16T09:57:36.742754+0000 mgr.smithi038.dukxrr (mgr.14180) 596 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi133.wybmom 2024-01-16T09:57:37.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:37 smithi133 bash[17559]: audit 2024-01-16T09:57:36.743472+0000 mon.smithi038 (mon.0) 812 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi133.wybmom"}]: dispatch 2024-01-16T09:57:37.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:37 smithi133 bash[17559]: cephadm 2024-01-16T09:57:36.745302+0000 mgr.smithi038.dukxrr (mgr.14180) 597 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi133.wybmom on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-wybmom 2024-01-16T09:57:37.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:37 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:57:37.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:37 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-wybmom 2024-01-16T09:57:37.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:37 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.wybmom 2024-01-16T09:57:37.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:37 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:57:37.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:37 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.wybmom 2024-01-16T09:57:37.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:37 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.wybmom ... 2024-01-16T09:57:37.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:37 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:57:37.930 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:37 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:57:37.930 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:37 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:57:37.930 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:37 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T09:57:37.930 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:37 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:57:37.930 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:37 smithi133 bash[17559]: cephadm 2024-01-16T09:57:36.750233+0000 mgr.smithi038.dukxrr (mgr.14180) 598 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.ccdeyd on smithi038 2024-01-16T09:57:37.930 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:37 smithi133 bash[17559]: cluster 2024-01-16T09:57:36.801667+0000 mgr.smithi038.dukxrr (mgr.14180) 599 : 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-01-16T09:57:38.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:37 smithi038 bash[13941]: cephadm 2024-01-16T09:57:36.742161+0000 mgr.smithi038.dukxrr (mgr.14180) 595 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-wybmom 2024-01-16T09:57:38.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:37 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:57:38.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:37 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-wybmom 2024-01-16T09:57:38.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:37 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.wybmom 2024-01-16T09:57:38.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:37 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:57:38.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:37 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.wybmom 2024-01-16T09:57:38.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:37 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.wybmom ... 2024-01-16T09:57:38.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:37 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:57:38.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:37 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:57:38.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:37 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:57:38.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:37 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T09:57:38.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:37 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:57:38.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:37 smithi038 bash[13941]: Traceback (most recent call last): 2024-01-16T09:57:38.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:37 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T09:57:38.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:37 smithi038 bash[13941]: yield (conn, connr) 2024-01-16T09:57:38.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:37 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T09:57:38.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:37 smithi038 bash[13941]: code, '\n'.join(err))) 2024-01-16T09:57:38.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:37 smithi038 bash[13941]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-wybmom 2024-01-16T09:57:38.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:37 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:57:38.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:37 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-wybmom 2024-01-16T09:57:38.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:37 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.wybmom 2024-01-16T09:57:38.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:37 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:57:38.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:37 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.wybmom 2024-01-16T09:57:38.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:37 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.wybmom ... 2024-01-16T09:57:38.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:37 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:57:38.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:37 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:57:38.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:37 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:57:38.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:37 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T09:57:38.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:37 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:57:38.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:37 smithi038 bash[13941]: cephadm 2024-01-16T09:57:36.742754+0000 mgr.smithi038.dukxrr (mgr.14180) 596 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi133.wybmom 2024-01-16T09:57:38.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:37 smithi038 bash[13941]: audit 2024-01-16T09:57:36.743472+0000 mon.smithi038 (mon.0) 812 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi133.wybmom"}]: dispatch 2024-01-16T09:57:38.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:37 smithi038 bash[13941]: cephadm 2024-01-16T09:57:36.745302+0000 mgr.smithi038.dukxrr (mgr.14180) 597 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi133.wybmom on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-wybmom 2024-01-16T09:57:38.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:37 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:57:38.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:37 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-wybmom 2024-01-16T09:57:38.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:37 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.wybmom 2024-01-16T09:57:38.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:37 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:57:38.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:37 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.wybmom 2024-01-16T09:57:38.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:37 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.wybmom ... 2024-01-16T09:57:38.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:37 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:57:38.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:37 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:57:38.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:37 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:57:38.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:37 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T09:57:38.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:37 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:57:38.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:37 smithi038 bash[13941]: cephadm 2024-01-16T09:57:36.750233+0000 mgr.smithi038.dukxrr (mgr.14180) 598 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.ccdeyd on smithi038 2024-01-16T09:57:38.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:37 smithi038 bash[13941]: cluster 2024-01-16T09:57:36.801667+0000 mgr.smithi038.dukxrr (mgr.14180) 599 : 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-01-16T09:57:40.113 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:39 smithi038 bash[13941]: cluster 2024-01-16T09:57:38.802805+0000 mgr.smithi038.dukxrr (mgr.14180) 600 : 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-01-16T09:57:40.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:39 smithi133 bash[17559]: cluster 2024-01-16T09:57:38.802805+0000 mgr.smithi038.dukxrr (mgr.14180) 600 : 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-01-16T09:57:40.517 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:57:40.517 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:56:32.480229Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.qjerwt on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:36.745050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.wybmom on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-wybmom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-wybmom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.wybmom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.wybmom\nDeploy daemon haproxy.nfs.foo.smithi133.wybmom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:57:40.500436Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ccdeyd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ccdeyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ccdeyd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ccdeyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ccdeyd\nDeploy daemon haproxy.nfs.foo.smithi038.ccdeyd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:57:40.503280Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.osssfm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:40.505671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hhqnsz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:57:41.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:40 smithi038 bash[13941]: cephadm 2024-01-16T09:57:40.498037+0000 mgr.smithi038.dukxrr (mgr.14180) 601 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ccdeyd 2024-01-16T09:57:41.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:40 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:57:41.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:40 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ccdeyd 2024-01-16T09:57:41.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:40 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ccdeyd 2024-01-16T09:57:41.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:40 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:57:41.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:40 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ccdeyd 2024-01-16T09:57:41.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:40 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.ccdeyd ... 2024-01-16T09:57:41.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:40 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:57:41.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:40 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:57:41.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:40 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:57:41.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:40 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T09:57:41.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:40 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:57:41.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:40 smithi038 bash[13941]: Traceback (most recent call last): 2024-01-16T09:57:41.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:40 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T09:57:41.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:40 smithi038 bash[13941]: yield (conn, connr) 2024-01-16T09:57:41.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:40 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T09:57:41.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:40 smithi038 bash[13941]: code, '\n'.join(err))) 2024-01-16T09:57:41.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:40 smithi038 bash[13941]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ccdeyd 2024-01-16T09:57:41.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:40 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:57:41.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:40 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ccdeyd 2024-01-16T09:57:41.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:40 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ccdeyd 2024-01-16T09:57:41.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:40 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:57:41.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:40 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ccdeyd 2024-01-16T09:57:41.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:40 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.ccdeyd ... 2024-01-16T09:57:41.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:40 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:57:41.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:40 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:57:41.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:40 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:57:41.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:40 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T09:57:41.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:40 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:57:41.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:40 smithi038 bash[13941]: cephadm 2024-01-16T09:57:40.498773+0000 mgr.smithi038.dukxrr (mgr.14180) 602 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi038.ccdeyd 2024-01-16T09:57:41.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:40 smithi038 bash[13941]: audit 2024-01-16T09:57:40.499416+0000 mon.smithi038 (mon.0) 813 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi038.ccdeyd"}]: dispatch 2024-01-16T09:57:41.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:40 smithi038 bash[13941]: cephadm 2024-01-16T09:57:40.500654+0000 mgr.smithi038.dukxrr (mgr.14180) 603 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi038.ccdeyd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ccdeyd 2024-01-16T09:57:41.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:40 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:57:41.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:40 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ccdeyd 2024-01-16T09:57:41.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:40 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ccdeyd 2024-01-16T09:57:41.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:40 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:57:41.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:40 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ccdeyd 2024-01-16T09:57:41.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:40 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.ccdeyd ... 2024-01-16T09:57:41.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:40 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:57:41.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:40 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:57:41.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:40 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:57:41.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:40 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T09:57:41.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:40 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:57:41.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:40 smithi038 bash[13941]: cephadm 2024-01-16T09:57:40.503410+0000 mgr.smithi038.dukxrr (mgr.14180) 604 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi133.osssfm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T09:57:41.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:40 smithi038 bash[13941]: cephadm 2024-01-16T09:57:40.505797+0000 mgr.smithi038.dukxrr (mgr.14180) 605 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi038.hhqnsz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T09:57:41.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:40 smithi038 bash[13941]: cluster 2024-01-16T09:57:40.507052+0000 mgr.smithi038.dukxrr (mgr.14180) 606 : cluster [DBG] pgmap v435: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-01-16T09:57:41.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:40 smithi038 bash[13941]: audit 2024-01-16T09:57:40.515327+0000 mgr.smithi038.dukxrr (mgr.14180) 607 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:41.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:40 smithi133 bash[17559]: cephadm 2024-01-16T09:57:40.498037+0000 mgr.smithi038.dukxrr (mgr.14180) 601 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ccdeyd 2024-01-16T09:57:41.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:40 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:57:41.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:40 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ccdeyd 2024-01-16T09:57:41.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:40 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ccdeyd 2024-01-16T09:57:41.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:40 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:57:41.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:40 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ccdeyd 2024-01-16T09:57:41.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:40 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.ccdeyd ... 2024-01-16T09:57:41.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:40 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:57:41.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:40 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:57:41.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:40 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:57:41.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:40 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T09:57:41.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:40 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:57:41.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:40 smithi133 bash[17559]: Traceback (most recent call last): 2024-01-16T09:57:41.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:40 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T09:57:41.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:40 smithi133 bash[17559]: yield (conn, connr) 2024-01-16T09:57:41.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:40 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T09:57:41.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:40 smithi133 bash[17559]: code, '\n'.join(err))) 2024-01-16T09:57:41.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:40 smithi133 bash[17559]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ccdeyd 2024-01-16T09:57:41.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:40 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:57:41.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:40 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ccdeyd 2024-01-16T09:57:41.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:40 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ccdeyd 2024-01-16T09:57:41.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:40 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:57:41.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:40 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ccdeyd 2024-01-16T09:57:41.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:40 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.ccdeyd ... 2024-01-16T09:57:41.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:40 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:57:41.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:40 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:57:41.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:40 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:57:41.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:40 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T09:57:41.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:40 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:57:41.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:40 smithi133 bash[17559]: cephadm 2024-01-16T09:57:40.498773+0000 mgr.smithi038.dukxrr (mgr.14180) 602 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi038.ccdeyd 2024-01-16T09:57:41.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:40 smithi133 bash[17559]: audit 2024-01-16T09:57:40.499416+0000 mon.smithi038 (mon.0) 813 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi038.ccdeyd"}]: dispatch 2024-01-16T09:57:41.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:40 smithi133 bash[17559]: cephadm 2024-01-16T09:57:40.500654+0000 mgr.smithi038.dukxrr (mgr.14180) 603 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi038.ccdeyd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ccdeyd 2024-01-16T09:57:41.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:40 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:57:41.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:40 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ccdeyd 2024-01-16T09:57:41.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:40 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ccdeyd 2024-01-16T09:57:41.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:40 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:57:41.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:40 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ccdeyd 2024-01-16T09:57:41.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:40 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.ccdeyd ... 2024-01-16T09:57:41.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:40 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:57:41.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:40 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:57:41.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:40 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:57:41.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:40 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T09:57:41.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:40 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:57:41.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:40 smithi133 bash[17559]: cephadm 2024-01-16T09:57:40.503410+0000 mgr.smithi038.dukxrr (mgr.14180) 604 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi133.osssfm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T09:57:41.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:40 smithi133 bash[17559]: cephadm 2024-01-16T09:57:40.505797+0000 mgr.smithi038.dukxrr (mgr.14180) 605 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi038.hhqnsz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T09:57:41.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:40 smithi133 bash[17559]: cluster 2024-01-16T09:57:40.507052+0000 mgr.smithi038.dukxrr (mgr.14180) 606 : cluster [DBG] pgmap v435: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-01-16T09:57:41.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:40 smithi133 bash[17559]: audit 2024-01-16T09:57:40.515327+0000 mgr.smithi038.dukxrr (mgr.14180) 607 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:41.316 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:57:42.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:41 smithi038 bash[13941]: cluster 2024-01-16T09:57:40.916445+0000 mon.smithi038 (mon.0) 814 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-16T09:57:42.317 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:57:42.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:41 smithi133 bash[17559]: cluster 2024-01-16T09:57:40.916445+0000 mon.smithi038 (mon.0) 814 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-16T09:57:43.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:42 smithi038 bash[13941]: cluster 2024-01-16T09:57:42.508088+0000 mgr.smithi038.dukxrr (mgr.14180) 608 : cluster [DBG] pgmap v436: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-01-16T09:57:43.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:42 smithi133 bash[17559]: cluster 2024-01-16T09:57:42.508088+0000 mgr.smithi038.dukxrr (mgr.14180) 608 : cluster [DBG] pgmap v436: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-01-16T09:57:44.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:44 smithi038 bash[13941]: audit 2024-01-16T09:57:43.407125+0000 mon.smithi038 (mon.0) 815 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:57:44.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:44 smithi133 bash[17559]: audit 2024-01-16T09:57:43.407125+0000 mon.smithi038 (mon.0) 815 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:57:45.374 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:57:45.374 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:56:32.480229Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.qjerwt on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:36.745050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.wybmom on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-wybmom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-wybmom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.wybmom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.wybmom\nDeploy daemon haproxy.nfs.foo.smithi133.wybmom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:57:40.500436Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ccdeyd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ccdeyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ccdeyd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ccdeyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ccdeyd\nDeploy daemon haproxy.nfs.foo.smithi038.ccdeyd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:57:40.503280Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.osssfm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:40.505671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hhqnsz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:57:45.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:45 smithi133 bash[17559]: cluster 2024-01-16T09:57:44.509332+0000 mgr.smithi038.dukxrr (mgr.14180) 609 : cluster [DBG] pgmap v437: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-01-16T09:57:45.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:45 smithi038 bash[13941]: cluster 2024-01-16T09:57:44.509332+0000 mgr.smithi038.dukxrr (mgr.14180) 609 : cluster [DBG] pgmap v437: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-01-16T09:57:46.118 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:57:46.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:46 smithi133 bash[17559]: audit 2024-01-16T09:57:45.367624+0000 mgr.smithi038.dukxrr (mgr.14180) 610 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:46.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:46 smithi038 bash[13941]: audit 2024-01-16T09:57:45.367624+0000 mgr.smithi038.dukxrr (mgr.14180) 610 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:47.119 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:57:47.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:47 smithi133 bash[17559]: cluster 2024-01-16T09:57:46.510552+0000 mgr.smithi038.dukxrr (mgr.14180) 611 : cluster [DBG] pgmap v438: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-01-16T09:57:47.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:47 smithi038 bash[13941]: cluster 2024-01-16T09:57:46.510552+0000 mgr.smithi038.dukxrr (mgr.14180) 611 : cluster [DBG] pgmap v438: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-01-16T09:57:49.910 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:49 smithi038 bash[13941]: cluster 2024-01-16T09:57:48.511515+0000 mgr.smithi038.dukxrr (mgr.14180) 612 : cluster [DBG] pgmap v439: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-01-16T09:57:49.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:49 smithi133 bash[17559]: cluster 2024-01-16T09:57:48.511515+0000 mgr.smithi038.dukxrr (mgr.14180) 612 : cluster [DBG] pgmap v439: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-01-16T09:57:50.325 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:57:50.325 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:56:32.480229Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.qjerwt on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:36.745050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.wybmom on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-wybmom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-wybmom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.wybmom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.wybmom\nDeploy daemon haproxy.nfs.foo.smithi133.wybmom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:57:40.500436Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ccdeyd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ccdeyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ccdeyd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ccdeyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ccdeyd\nDeploy daemon haproxy.nfs.foo.smithi038.ccdeyd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:57:40.503280Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.osssfm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:40.505671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hhqnsz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:57:51.102 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:57:51.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:50 smithi133 bash[17559]: audit 2024-01-16T09:57:50.317388+0000 mgr.smithi038.dukxrr (mgr.14180) 613 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:51.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:50 smithi133 bash[17559]: cluster 2024-01-16T09:57:50.512193+0000 mgr.smithi038.dukxrr (mgr.14180) 614 : cluster [DBG] pgmap v440: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-01-16T09:57:51.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:50 smithi038 bash[13941]: audit 2024-01-16T09:57:50.317388+0000 mgr.smithi038.dukxrr (mgr.14180) 613 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:51.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:50 smithi038 bash[13941]: cluster 2024-01-16T09:57:50.512193+0000 mgr.smithi038.dukxrr (mgr.14180) 614 : cluster [DBG] pgmap v440: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-01-16T09:57:52.103 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:57:53.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:53 smithi038 bash[13941]: cluster 2024-01-16T09:57:52.513297+0000 mgr.smithi038.dukxrr (mgr.14180) 615 : cluster [DBG] pgmap v441: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:57:53.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:53 smithi133 bash[17559]: cluster 2024-01-16T09:57:52.513297+0000 mgr.smithi038.dukxrr (mgr.14180) 615 : cluster [DBG] pgmap v441: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:57:55.221 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:57:55.221 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:56:32.480229Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.qjerwt on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:36.745050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.wybmom on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-wybmom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-wybmom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.wybmom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.wybmom\nDeploy daemon haproxy.nfs.foo.smithi133.wybmom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:57:40.500436Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ccdeyd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ccdeyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ccdeyd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ccdeyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ccdeyd\nDeploy daemon haproxy.nfs.foo.smithi038.ccdeyd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:57:40.503280Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.osssfm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:40.505671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hhqnsz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:57:55.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:55 smithi038 bash[13941]: cluster 2024-01-16T09:57:54.514011+0000 mgr.smithi038.dukxrr (mgr.14180) 616 : cluster [DBG] pgmap v442: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T09:57:55.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:55 smithi133 bash[17559]: cluster 2024-01-16T09:57:54.514011+0000 mgr.smithi038.dukxrr (mgr.14180) 616 : cluster [DBG] pgmap v442: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T09:57:55.942 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:57:56.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:56 smithi133 bash[17559]: audit 2024-01-16T09:57:55.215719+0000 mgr.smithi038.dukxrr (mgr.14180) 617 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:56.943 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:57:56.956 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:56 smithi038 bash[13941]: audit 2024-01-16T09:57:55.215719+0000 mgr.smithi038.dukxrr (mgr.14180) 617 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:57.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:57 smithi133 bash[17559]: cluster 2024-01-16T09:57:56.515052+0000 mgr.smithi038.dukxrr (mgr.14180) 618 : 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-01-16T09:57:58.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:57 smithi038 bash[13941]: cluster 2024-01-16T09:57:56.515052+0000 mgr.smithi038.dukxrr (mgr.14180) 618 : 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-01-16T09:57:59.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:57:59 smithi133 bash[17559]: cluster 2024-01-16T09:57:58.515931+0000 mgr.smithi038.dukxrr (mgr.14180) 619 : 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-01-16T09:58:00.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:57:59 smithi038 bash[13941]: cluster 2024-01-16T09:57:58.515931+0000 mgr.smithi038.dukxrr (mgr.14180) 619 : 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-01-16T09:58:00.211 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:58:00.211 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:56:32.480229Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.qjerwt on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:36.745050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.wybmom on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-wybmom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-wybmom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.wybmom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.wybmom\nDeploy daemon haproxy.nfs.foo.smithi133.wybmom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:57:40.500436Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ccdeyd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ccdeyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ccdeyd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ccdeyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ccdeyd\nDeploy daemon haproxy.nfs.foo.smithi038.ccdeyd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:57:40.503280Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.osssfm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:40.505671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hhqnsz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:58:00.960 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:58:01.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:00 smithi038 bash[13941]: audit 2024-01-16T09:58:00.205023+0000 mgr.smithi038.dukxrr (mgr.14180) 620 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:01.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:00 smithi038 bash[13941]: cluster 2024-01-16T09:58:00.516588+0000 mgr.smithi038.dukxrr (mgr.14180) 621 : 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-01-16T09:58:01.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:00 smithi133 bash[17559]: audit 2024-01-16T09:58:00.205023+0000 mgr.smithi038.dukxrr (mgr.14180) 620 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:01.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:00 smithi133 bash[17559]: cluster 2024-01-16T09:58:00.516588+0000 mgr.smithi038.dukxrr (mgr.14180) 621 : 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-01-16T09:58:01.962 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:58:03.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:03 smithi038 bash[13941]: cluster 2024-01-16T09:58:02.517694+0000 mgr.smithi038.dukxrr (mgr.14180) 622 : cluster [DBG] pgmap v446: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:58:03.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:03 smithi133 bash[17559]: cluster 2024-01-16T09:58:02.517694+0000 mgr.smithi038.dukxrr (mgr.14180) 622 : cluster [DBG] pgmap v446: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:58:05.130 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:58:05.130 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:56:32.480229Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.qjerwt on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:36.745050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.wybmom on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-wybmom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-wybmom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.wybmom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.wybmom\nDeploy daemon haproxy.nfs.foo.smithi133.wybmom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:57:40.500436Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ccdeyd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ccdeyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ccdeyd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ccdeyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ccdeyd\nDeploy daemon haproxy.nfs.foo.smithi038.ccdeyd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:57:40.503280Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.osssfm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:40.505671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hhqnsz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:58:05.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:05 smithi038 bash[13941]: cluster 2024-01-16T09:58:04.518415+0000 mgr.smithi038.dukxrr (mgr.14180) 623 : cluster [DBG] pgmap v447: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T09:58:05.842 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:58:05.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:05 smithi133 bash[17559]: cluster 2024-01-16T09:58:04.518415+0000 mgr.smithi038.dukxrr (mgr.14180) 623 : cluster [DBG] pgmap v447: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T09:58:06.844 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:58:06.856 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:06 smithi038 bash[13941]: audit 2024-01-16T09:58:05.124376+0000 mgr.smithi038.dukxrr (mgr.14180) 624 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:06.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:06 smithi133 bash[17559]: audit 2024-01-16T09:58:05.124376+0000 mgr.smithi038.dukxrr (mgr.14180) 624 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:07.867 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:07 smithi038 bash[13941]: cluster 2024-01-16T09:58:06.519477+0000 mgr.smithi038.dukxrr (mgr.14180) 625 : 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-01-16T09:58:07.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:07 smithi133 bash[17559]: cluster 2024-01-16T09:58:06.519477+0000 mgr.smithi038.dukxrr (mgr.14180) 625 : 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-01-16T09:58:09.756 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:58:09.756 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:56:32.480229Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.qjerwt on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:36.745050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.wybmom on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-wybmom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-wybmom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.wybmom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.wybmom\nDeploy daemon haproxy.nfs.foo.smithi133.wybmom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:57:40.500436Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ccdeyd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ccdeyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ccdeyd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ccdeyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ccdeyd\nDeploy daemon haproxy.nfs.foo.smithi038.ccdeyd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:57:40.503280Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.osssfm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:40.505671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hhqnsz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:58:09.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:09 smithi133 bash[17559]: cluster 2024-01-16T09:58:08.520876+0000 mgr.smithi038.dukxrr (mgr.14180) 626 : 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-01-16T09:58:09.963 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:09 smithi038 bash[13941]: cluster 2024-01-16T09:58:08.520876+0000 mgr.smithi038.dukxrr (mgr.14180) 626 : 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-01-16T09:58:10.520 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:58:10.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:10 smithi038 bash[13941]: audit 2024-01-16T09:58:09.754871+0000 mgr.smithi038.dukxrr (mgr.14180) 627 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:10.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:10 smithi133 bash[17559]: audit 2024-01-16T09:58:09.754871+0000 mgr.smithi038.dukxrr (mgr.14180) 627 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:11.521 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:58:11.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:11 smithi133 bash[17559]: cluster 2024-01-16T09:58:10.521990+0000 mgr.smithi038.dukxrr (mgr.14180) 628 : 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-01-16T09:58:12.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:11 smithi038 bash[13941]: cluster 2024-01-16T09:58:10.521990+0000 mgr.smithi038.dukxrr (mgr.14180) 628 : 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-01-16T09:58:13.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:13 smithi038 bash[13941]: cluster 2024-01-16T09:58:12.523561+0000 mgr.smithi038.dukxrr (mgr.14180) 629 : cluster [DBG] pgmap v451: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:58:13.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:13 smithi133 bash[17559]: cluster 2024-01-16T09:58:12.523561+0000 mgr.smithi038.dukxrr (mgr.14180) 629 : cluster [DBG] pgmap v451: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:58:14.510 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:58:14.510 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:56:32.480229Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.qjerwt on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:36.745050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.wybmom on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-wybmom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-wybmom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.wybmom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.wybmom\nDeploy daemon haproxy.nfs.foo.smithi133.wybmom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:57:40.500436Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ccdeyd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ccdeyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ccdeyd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ccdeyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ccdeyd\nDeploy daemon haproxy.nfs.foo.smithi038.ccdeyd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:57:40.503280Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.osssfm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:40.505671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hhqnsz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:58:15.240 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:58:15.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:15 smithi133 bash[17559]: audit 2024-01-16T09:58:14.508537+0000 mgr.smithi038.dukxrr (mgr.14180) 630 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:15.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:15 smithi133 bash[17559]: cluster 2024-01-16T09:58:14.524640+0000 mgr.smithi038.dukxrr (mgr.14180) 631 : cluster [DBG] pgmap v452: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T09:58:16.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:15 smithi038 bash[13941]: audit 2024-01-16T09:58:14.508537+0000 mgr.smithi038.dukxrr (mgr.14180) 630 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:16.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:15 smithi038 bash[13941]: cluster 2024-01-16T09:58:14.524640+0000 mgr.smithi038.dukxrr (mgr.14180) 631 : cluster [DBG] pgmap v452: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T09:58:16.242 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:58:17.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:17 smithi133 bash[17559]: cluster 2024-01-16T09:58:16.525812+0000 mgr.smithi038.dukxrr (mgr.14180) 632 : 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-01-16T09:58:18.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:17 smithi038 bash[13941]: cluster 2024-01-16T09:58:16.525812+0000 mgr.smithi038.dukxrr (mgr.14180) 632 : 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-01-16T09:58:19.273 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:58:19.273 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:56:32.480229Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.qjerwt on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:36.745050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.wybmom on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-wybmom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-wybmom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.wybmom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.wybmom\nDeploy daemon haproxy.nfs.foo.smithi133.wybmom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:57:40.500436Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ccdeyd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ccdeyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ccdeyd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ccdeyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ccdeyd\nDeploy daemon haproxy.nfs.foo.smithi038.ccdeyd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:57:40.503280Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.osssfm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:40.505671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hhqnsz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:58:19.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:19 smithi038 bash[13941]: cluster 2024-01-16T09:58:18.527274+0000 mgr.smithi038.dukxrr (mgr.14180) 633 : 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-01-16T09:58:19.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:19 smithi133 bash[17559]: cluster 2024-01-16T09:58:18.527274+0000 mgr.smithi038.dukxrr (mgr.14180) 633 : 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-01-16T09:58:20.003 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:58:20.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:20 smithi133 bash[17559]: audit 2024-01-16T09:58:19.266947+0000 mgr.smithi038.dukxrr (mgr.14180) 634 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:21.003 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:58:21.015 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:20 smithi038 bash[13941]: audit 2024-01-16T09:58:19.266947+0000 mgr.smithi038.dukxrr (mgr.14180) 634 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:21.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:21 smithi133 bash[17559]: cluster 2024-01-16T09:58:20.528413+0000 mgr.smithi038.dukxrr (mgr.14180) 635 : 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-01-16T09:58:21.981 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:21 smithi038 bash[13941]: cluster 2024-01-16T09:58:20.528413+0000 mgr.smithi038.dukxrr (mgr.14180) 635 : 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-01-16T09:58:23.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:23 smithi133 bash[17559]: cluster 2024-01-16T09:58:22.529053+0000 mgr.smithi038.dukxrr (mgr.14180) 636 : cluster [DBG] pgmap v456: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:58:24.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:23 smithi038 bash[13941]: cluster 2024-01-16T09:58:22.529053+0000 mgr.smithi038.dukxrr (mgr.14180) 636 : cluster [DBG] pgmap v456: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:58:24.075 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:58:24.075 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:56:32.480229Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.qjerwt on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:36.745050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.wybmom on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-wybmom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-wybmom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.wybmom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.wybmom\nDeploy daemon haproxy.nfs.foo.smithi133.wybmom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:57:40.500436Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ccdeyd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ccdeyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ccdeyd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ccdeyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ccdeyd\nDeploy daemon haproxy.nfs.foo.smithi038.ccdeyd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:57:40.503280Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.osssfm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:40.505671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hhqnsz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:58:24.766 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:58:25.766 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:58:25.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:25 smithi133 bash[17559]: audit 2024-01-16T09:58:24.067685+0000 mgr.smithi038.dukxrr (mgr.14180) 637 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:25.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:25 smithi133 bash[17559]: cluster 2024-01-16T09:58:24.530388+0000 mgr.smithi038.dukxrr (mgr.14180) 638 : cluster [DBG] pgmap v457: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T09:58:25.967 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:25 smithi038 bash[13941]: audit 2024-01-16T09:58:24.067685+0000 mgr.smithi038.dukxrr (mgr.14180) 637 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:25.967 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:25 smithi038 bash[13941]: cluster 2024-01-16T09:58:24.530388+0000 mgr.smithi038.dukxrr (mgr.14180) 638 : cluster [DBG] pgmap v457: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T09:58:28.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:27 smithi038 bash[13941]: cluster 2024-01-16T09:58:26.531525+0000 mgr.smithi038.dukxrr (mgr.14180) 639 : 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-01-16T09:58:28.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:27 smithi133 bash[17559]: cluster 2024-01-16T09:58:26.531525+0000 mgr.smithi038.dukxrr (mgr.14180) 639 : 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-01-16T09:58:28.944 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:58:28.945 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:56:32.480229Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.qjerwt on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:36.745050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.wybmom on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-wybmom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-wybmom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.wybmom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.wybmom\nDeploy daemon haproxy.nfs.foo.smithi133.wybmom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:57:40.500436Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ccdeyd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ccdeyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ccdeyd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ccdeyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ccdeyd\nDeploy daemon haproxy.nfs.foo.smithi038.ccdeyd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:57:40.503280Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.osssfm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:40.505671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hhqnsz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:58:29.703 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:58:30.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:29 smithi038 bash[13941]: cluster 2024-01-16T09:58:28.532539+0000 mgr.smithi038.dukxrr (mgr.14180) 640 : 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-01-16T09:58:30.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:29 smithi133 bash[17559]: cluster 2024-01-16T09:58:28.532539+0000 mgr.smithi038.dukxrr (mgr.14180) 640 : 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-01-16T09:58:30.704 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:58:31.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:30 smithi038 bash[13941]: audit 2024-01-16T09:58:28.938676+0000 mgr.smithi038.dukxrr (mgr.14180) 641 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:31.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:30 smithi133 bash[17559]: audit 2024-01-16T09:58:28.938676+0000 mgr.smithi038.dukxrr (mgr.14180) 641 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:31.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:31 smithi133 bash[17559]: cluster 2024-01-16T09:58:30.533658+0000 mgr.smithi038.dukxrr (mgr.14180) 642 : 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-01-16T09:58:31.943 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:31 smithi038 bash[13941]: cluster 2024-01-16T09:58:30.533658+0000 mgr.smithi038.dukxrr (mgr.14180) 642 : 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-01-16T09:58:33.816 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:58:33.816 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:56:32.480229Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.qjerwt on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:36.745050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.wybmom on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-wybmom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-wybmom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.wybmom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.wybmom\nDeploy daemon haproxy.nfs.foo.smithi133.wybmom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:57:40.500436Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ccdeyd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ccdeyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ccdeyd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ccdeyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ccdeyd\nDeploy daemon haproxy.nfs.foo.smithi038.ccdeyd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:57:40.503280Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.osssfm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:40.505671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hhqnsz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:58:34.026 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:33 smithi038 bash[13941]: cluster 2024-01-16T09:58:32.534801+0000 mgr.smithi038.dukxrr (mgr.14180) 643 : cluster [DBG] pgmap v461: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:58:34.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:33 smithi133 bash[17559]: cluster 2024-01-16T09:58:32.534801+0000 mgr.smithi038.dukxrr (mgr.14180) 643 : cluster [DBG] pgmap v461: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:58:34.562 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:58:35.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:34 smithi038 bash[13941]: audit 2024-01-16T09:58:33.809918+0000 mgr.smithi038.dukxrr (mgr.14180) 644 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:35.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:34 smithi133 bash[17559]: audit 2024-01-16T09:58:33.809918+0000 mgr.smithi038.dukxrr (mgr.14180) 644 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:35.563 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:58:36.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:35 smithi038 bash[13941]: cluster 2024-01-16T09:58:34.535582+0000 mgr.smithi038.dukxrr (mgr.14180) 645 : cluster [DBG] pgmap v462: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T09:58:36.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:35 smithi133 bash[17559]: cluster 2024-01-16T09:58:34.535582+0000 mgr.smithi038.dukxrr (mgr.14180) 645 : cluster [DBG] pgmap v462: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T09:58:38.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:37 smithi038 bash[13941]: cluster 2024-01-16T09:58:36.536374+0000 mgr.smithi038.dukxrr (mgr.14180) 646 : 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-01-16T09:58:38.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:37 smithi133 bash[17559]: cluster 2024-01-16T09:58:36.536374+0000 mgr.smithi038.dukxrr (mgr.14180) 646 : 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-01-16T09:58:38.710 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:58:38.710 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:56:32.480229Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.qjerwt on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:36.745050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.wybmom on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-wybmom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-wybmom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.wybmom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.wybmom\nDeploy daemon haproxy.nfs.foo.smithi133.wybmom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:57:40.500436Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ccdeyd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ccdeyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ccdeyd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ccdeyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ccdeyd\nDeploy daemon haproxy.nfs.foo.smithi038.ccdeyd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:57:40.503280Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.osssfm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:40.505671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hhqnsz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:58:39.528 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:58:39.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:39 smithi038 bash[13941]: cluster 2024-01-16T09:58:38.537674+0000 mgr.smithi038.dukxrr (mgr.14180) 647 : 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-01-16T09:58:39.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:39 smithi038 bash[13941]: audit 2024-01-16T09:58:38.708610+0000 mgr.smithi038.dukxrr (mgr.14180) 648 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:40.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:39 smithi133 bash[17559]: cluster 2024-01-16T09:58:38.537674+0000 mgr.smithi038.dukxrr (mgr.14180) 647 : 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-01-16T09:58:40.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:39 smithi133 bash[17559]: audit 2024-01-16T09:58:38.708610+0000 mgr.smithi038.dukxrr (mgr.14180) 648 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:40.530 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:58:41.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:40 smithi038 bash[13941]: audit 2024-01-16T09:58:40.510809+0000 mon.smithi038 (mon.0) 816 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:58:41.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:40 smithi038 bash[13941]: cluster 2024-01-16T09:58:40.538508+0000 mgr.smithi038.dukxrr (mgr.14180) 649 : 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-01-16T09:58:41.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:40 smithi038 bash[13941]: audit 2024-01-16T09:58:40.811721+0000 mon.smithi038 (mon.0) 817 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:58:41.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:40 smithi038 bash[13941]: audit 2024-01-16T09:58:40.812963+0000 mon.smithi038 (mon.0) 818 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:58:41.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:40 smithi038 bash[13941]: audit 2024-01-16T09:58:40.813962+0000 mon.smithi038 (mon.0) 819 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:58:41.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:40 smithi038 bash[13941]: audit 2024-01-16T09:58:40.814841+0000 mon.smithi038 (mon.0) 820 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:58:41.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:40 smithi038 bash[13941]: cephadm 2024-01-16T09:58:40.815547+0000 mgr.smithi038.dukxrr (mgr.14180) 650 : cephadm [INF] Adjusting osd_memory_target on smithi133 to 2748M 2024-01-16T09:58:41.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:40 smithi038 bash[13941]: audit 2024-01-16T09:58:40.822844+0000 mon.smithi038 (mon.0) 821 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:58:41.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:40 smithi038 bash[13941]: audit 2024-01-16T09:58:40.825289+0000 mon.smithi038 (mon.0) 822 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:58:41.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:40 smithi038 bash[13941]: audit 2024-01-16T09:58:40.826185+0000 mon.smithi038 (mon.0) 823 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:58:41.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:40 smithi038 bash[13941]: audit 2024-01-16T09:58:40.826992+0000 mon.smithi038 (mon.0) 824 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:58:41.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:40 smithi038 bash[13941]: audit 2024-01-16T09:58:40.827691+0000 mon.smithi038 (mon.0) 825 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:58:41.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:40 smithi038 bash[13941]: cephadm 2024-01-16T09:58:40.828244+0000 mgr.smithi038.dukxrr (mgr.14180) 651 : cephadm [INF] Adjusting osd_memory_target on smithi038 to 1981M 2024-01-16T09:58:41.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:40 smithi038 bash[13941]: audit 2024-01-16T09:58:40.836953+0000 mon.smithi038 (mon.0) 826 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:58:41.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:40 smithi038 bash[13941]: audit 2024-01-16T09:58:40.838190+0000 mon.smithi038 (mon.0) 827 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:58:41.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:40 smithi038 bash[13941]: audit 2024-01-16T09:58:40.839103+0000 mon.smithi038 (mon.0) 828 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T09:58:41.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:40 smithi038 bash[13941]: audit 2024-01-16T09:58:40.844955+0000 mon.smithi038 (mon.0) 829 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:58:41.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:40 smithi038 bash[13941]: cluster 2024-01-16T09:58:40.845534+0000 mgr.smithi038.dukxrr (mgr.14180) 652 : 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-01-16T09:58:41.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:40 smithi038 bash[13941]: audit 2024-01-16T09:58:40.850358+0000 mon.smithi038 (mon.0) 830 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T09:58:41.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:40 smithi038 bash[13941]: audit 2024-01-16T09:58:40.862200+0000 mon.smithi038 (mon.0) 831 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:58:41.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:40 smithi038 bash[13941]: cephadm 2024-01-16T09:58:40.864900+0000 mgr.smithi038.dukxrr (mgr.14180) 653 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi133.akmmgm on smithi133 2024-01-16T09:58:41.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:40 smithi133 bash[17559]: audit 2024-01-16T09:58:40.510809+0000 mon.smithi038 (mon.0) 816 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:58:41.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:40 smithi133 bash[17559]: cluster 2024-01-16T09:58:40.538508+0000 mgr.smithi038.dukxrr (mgr.14180) 649 : 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-01-16T09:58:41.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:40 smithi133 bash[17559]: audit 2024-01-16T09:58:40.811721+0000 mon.smithi038 (mon.0) 817 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:58:41.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:40 smithi133 bash[17559]: audit 2024-01-16T09:58:40.812963+0000 mon.smithi038 (mon.0) 818 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:58:41.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:40 smithi133 bash[17559]: audit 2024-01-16T09:58:40.813962+0000 mon.smithi038 (mon.0) 819 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:58:41.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:40 smithi133 bash[17559]: audit 2024-01-16T09:58:40.814841+0000 mon.smithi038 (mon.0) 820 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:58:41.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:40 smithi133 bash[17559]: cephadm 2024-01-16T09:58:40.815547+0000 mgr.smithi038.dukxrr (mgr.14180) 650 : cephadm [INF] Adjusting osd_memory_target on smithi133 to 2748M 2024-01-16T09:58:41.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:40 smithi133 bash[17559]: audit 2024-01-16T09:58:40.822844+0000 mon.smithi038 (mon.0) 821 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:58:41.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:40 smithi133 bash[17559]: audit 2024-01-16T09:58:40.825289+0000 mon.smithi038 (mon.0) 822 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:58:41.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:40 smithi133 bash[17559]: audit 2024-01-16T09:58:40.826185+0000 mon.smithi038 (mon.0) 823 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:58:41.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:40 smithi133 bash[17559]: audit 2024-01-16T09:58:40.826992+0000 mon.smithi038 (mon.0) 824 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:58:41.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:40 smithi133 bash[17559]: audit 2024-01-16T09:58:40.827691+0000 mon.smithi038 (mon.0) 825 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:58:41.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:40 smithi133 bash[17559]: cephadm 2024-01-16T09:58:40.828244+0000 mgr.smithi038.dukxrr (mgr.14180) 651 : cephadm [INF] Adjusting osd_memory_target on smithi038 to 1981M 2024-01-16T09:58:41.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:40 smithi133 bash[17559]: audit 2024-01-16T09:58:40.836953+0000 mon.smithi038 (mon.0) 826 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:58:41.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:40 smithi133 bash[17559]: audit 2024-01-16T09:58:40.838190+0000 mon.smithi038 (mon.0) 827 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:58:41.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:40 smithi133 bash[17559]: audit 2024-01-16T09:58:40.839103+0000 mon.smithi038 (mon.0) 828 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T09:58:41.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:40 smithi133 bash[17559]: audit 2024-01-16T09:58:40.844955+0000 mon.smithi038 (mon.0) 829 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:58:41.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:40 smithi133 bash[17559]: cluster 2024-01-16T09:58:40.845534+0000 mgr.smithi038.dukxrr (mgr.14180) 652 : 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-01-16T09:58:41.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:40 smithi133 bash[17559]: audit 2024-01-16T09:58:40.850358+0000 mon.smithi038 (mon.0) 830 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T09:58:41.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:40 smithi133 bash[17559]: audit 2024-01-16T09:58:40.862200+0000 mon.smithi038 (mon.0) 831 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:58:41.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:40 smithi133 bash[17559]: cephadm 2024-01-16T09:58:40.864900+0000 mgr.smithi038.dukxrr (mgr.14180) 653 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi133.akmmgm on smithi133 2024-01-16T09:58:42.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:41 smithi038 bash[13941]: cluster 2024-01-16T09:58:40.937922+0000 mon.smithi038 (mon.0) 832 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-16T09:58:42.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:41 smithi038 bash[13941]: cluster 2024-01-16T09:58:40.937966+0000 mon.smithi038 (mon.0) 833 : cluster [INF] Cluster is now healthy 2024-01-16T09:58:42.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:41 smithi133 bash[17559]: cluster 2024-01-16T09:58:40.937922+0000 mon.smithi038 (mon.0) 832 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-16T09:58:42.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:41 smithi133 bash[17559]: cluster 2024-01-16T09:58:40.937966+0000 mon.smithi038 (mon.0) 833 : cluster [INF] Cluster is now healthy 2024-01-16T09:58:43.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:42 smithi038 bash[13941]: cluster 2024-01-16T09:58:42.846482+0000 mgr.smithi038.dukxrr (mgr.14180) 654 : cluster [DBG] pgmap v467: 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-01-16T09:58:43.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:42 smithi133 bash[17559]: cluster 2024-01-16T09:58:42.846482+0000 mgr.smithi038.dukxrr (mgr.14180) 654 : cluster [DBG] pgmap v467: 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-01-16T09:58:43.770 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:58:43.770 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:56:32.480229Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.qjerwt on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:36.745050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.wybmom on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-wybmom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-wybmom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.wybmom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.wybmom\nDeploy daemon haproxy.nfs.foo.smithi133.wybmom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:57:40.500436Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ccdeyd on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ccdeyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ccdeyd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ccdeyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ccdeyd\nDeploy daemon haproxy.nfs.foo.smithi038.ccdeyd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:57:40.503280Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.osssfm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:40.505671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hhqnsz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:58:44.272 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:43 smithi133 bash[17559]: audit 2024-01-16T09:58:43.767869+0000 mgr.smithi038.dukxrr (mgr.14180) 655 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:44.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:43 smithi038 bash[13941]: audit 2024-01-16T09:58:43.767869+0000 mgr.smithi038.dukxrr (mgr.14180) 655 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:44.479 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:58:45.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:44 smithi038 bash[13941]: cephadm 2024-01-16T09:58:44.713779+0000 mgr.smithi038.dukxrr (mgr.14180) 656 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-akmmgm 2024-01-16T09:58:45.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:44 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:58:45.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:44 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-akmmgm 2024-01-16T09:58:45.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:44 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.akmmgm 2024-01-16T09:58:45.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:44 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:58:45.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:44 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.akmmgm 2024-01-16T09:58:45.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:44 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.akmmgm ... 2024-01-16T09:58:45.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:44 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:58:45.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:44 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:58:45.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:44 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:58:45.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:44 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T09:58:45.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:44 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:58:45.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:44 smithi038 bash[13941]: Traceback (most recent call last): 2024-01-16T09:58:45.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:44 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T09:58:45.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:44 smithi038 bash[13941]: yield (conn, connr) 2024-01-16T09:58:45.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:44 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T09:58:45.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:44 smithi038 bash[13941]: code, '\n'.join(err))) 2024-01-16T09:58:45.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:44 smithi038 bash[13941]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-akmmgm 2024-01-16T09:58:45.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:44 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:58:45.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:44 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-akmmgm 2024-01-16T09:58:45.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:44 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.akmmgm 2024-01-16T09:58:45.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:44 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:58:45.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:44 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.akmmgm 2024-01-16T09:58:45.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:44 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.akmmgm ... 2024-01-16T09:58:45.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:44 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:58:45.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:44 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:58:45.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:44 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:58:45.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:44 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T09:58:45.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:44 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:58:45.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:44 smithi038 bash[13941]: cephadm 2024-01-16T09:58:44.714359+0000 mgr.smithi038.dukxrr (mgr.14180) 657 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi133.akmmgm 2024-01-16T09:58:45.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:44 smithi038 bash[13941]: audit 2024-01-16T09:58:44.715050+0000 mon.smithi038 (mon.0) 834 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi133.akmmgm"}]: dispatch 2024-01-16T09:58:45.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:44 smithi038 bash[13941]: cephadm 2024-01-16T09:58:44.716819+0000 mgr.smithi038.dukxrr (mgr.14180) 658 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi133.akmmgm on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-akmmgm 2024-01-16T09:58:45.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:44 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:58:45.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:44 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-akmmgm 2024-01-16T09:58:45.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:44 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.akmmgm 2024-01-16T09:58:45.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:44 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:58:45.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:44 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.akmmgm 2024-01-16T09:58:45.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:44 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.akmmgm ... 2024-01-16T09:58:45.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:44 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:58:45.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:44 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:58:45.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:44 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:58:45.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:44 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T09:58:45.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:44 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:58:45.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:44 smithi038 bash[13941]: cephadm 2024-01-16T09:58:44.721086+0000 mgr.smithi038.dukxrr (mgr.14180) 659 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.jeepci on smithi038 2024-01-16T09:58:45.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:44 smithi038 bash[13941]: cluster 2024-01-16T09:58:44.847392+0000 mgr.smithi038.dukxrr (mgr.14180) 660 : 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-01-16T09:58:45.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:44 smithi133 bash[17559]: cephadm 2024-01-16T09:58:44.713779+0000 mgr.smithi038.dukxrr (mgr.14180) 656 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-akmmgm 2024-01-16T09:58:45.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:44 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:58:45.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:44 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-akmmgm 2024-01-16T09:58:45.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:44 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.akmmgm 2024-01-16T09:58:45.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:44 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:58:45.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:44 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.akmmgm 2024-01-16T09:58:45.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:44 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.akmmgm ... 2024-01-16T09:58:45.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:44 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:58:45.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:44 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:58:45.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:44 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:58:45.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:44 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T09:58:45.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:44 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:58:45.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:44 smithi133 bash[17559]: Traceback (most recent call last): 2024-01-16T09:58:45.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:44 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T09:58:45.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:44 smithi133 bash[17559]: yield (conn, connr) 2024-01-16T09:58:45.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:44 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T09:58:45.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:44 smithi133 bash[17559]: code, '\n'.join(err))) 2024-01-16T09:58:45.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:44 smithi133 bash[17559]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-akmmgm 2024-01-16T09:58:45.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:44 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:58:45.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:44 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-akmmgm 2024-01-16T09:58:45.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:44 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.akmmgm 2024-01-16T09:58:45.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:44 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:58:45.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:44 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.akmmgm 2024-01-16T09:58:45.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:44 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.akmmgm ... 2024-01-16T09:58:45.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:44 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:58:45.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:44 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:58:45.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:44 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:58:45.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:44 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T09:58:45.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:44 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:58:45.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:44 smithi133 bash[17559]: cephadm 2024-01-16T09:58:44.714359+0000 mgr.smithi038.dukxrr (mgr.14180) 657 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi133.akmmgm 2024-01-16T09:58:45.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:44 smithi133 bash[17559]: audit 2024-01-16T09:58:44.715050+0000 mon.smithi038 (mon.0) 834 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi133.akmmgm"}]: dispatch 2024-01-16T09:58:45.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:44 smithi133 bash[17559]: cephadm 2024-01-16T09:58:44.716819+0000 mgr.smithi038.dukxrr (mgr.14180) 658 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi133.akmmgm on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-akmmgm 2024-01-16T09:58:45.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:44 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:58:45.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:44 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-akmmgm 2024-01-16T09:58:45.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:44 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.akmmgm 2024-01-16T09:58:45.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:44 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:58:45.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:44 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.akmmgm 2024-01-16T09:58:45.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:44 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.akmmgm ... 2024-01-16T09:58:45.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:44 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:58:45.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:44 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:58:45.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:44 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:58:45.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:44 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T09:58:45.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:44 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:58:45.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:44 smithi133 bash[17559]: cephadm 2024-01-16T09:58:44.721086+0000 mgr.smithi038.dukxrr (mgr.14180) 659 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.jeepci on smithi038 2024-01-16T09:58:45.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:44 smithi133 bash[17559]: cluster 2024-01-16T09:58:44.847392+0000 mgr.smithi038.dukxrr (mgr.14180) 660 : 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-01-16T09:58:45.479 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:58:48.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:47 smithi133 bash[17559]: cluster 2024-01-16T09:58:46.848130+0000 mgr.smithi038.dukxrr (mgr.14180) 661 : 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-01-16T09:58:48.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:47 smithi133 bash[17559]: audit 2024-01-16T09:58:47.837568+0000 mon.smithi038 (mon.0) 835 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:58:48.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:47 smithi038 bash[13941]: cluster 2024-01-16T09:58:46.848130+0000 mgr.smithi038.dukxrr (mgr.14180) 661 : 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-01-16T09:58:48.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:47 smithi038 bash[13941]: audit 2024-01-16T09:58:47.837568+0000 mon.smithi038 (mon.0) 835 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:58:48.743 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:58:48.743 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:40.505671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hhqnsz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:58:44.716571Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.akmmgm on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-akmmgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-akmmgm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.akmmgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.akmmgm\nDeploy daemon haproxy.nfs.foo.smithi133.akmmgm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:58:48.577111Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.jeepci on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jeepci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jeepci\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jeepci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jeepci\nDeploy daemon haproxy.nfs.foo.smithi038.jeepci ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:58:48.581264Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.uzdwbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:58:48.584167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.syvuoc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:58:49.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:48 smithi133 bash[17559]: cephadm 2024-01-16T09:58:48.574802+0000 mgr.smithi038.dukxrr (mgr.14180) 662 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jeepci 2024-01-16T09:58:49.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:48 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:58:49.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:48 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jeepci 2024-01-16T09:58:49.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:48 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jeepci 2024-01-16T09:58:49.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:48 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:58:49.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:48 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jeepci 2024-01-16T09:58:49.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:48 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.jeepci ... 2024-01-16T09:58:49.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:48 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:58:49.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:48 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:58:49.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:48 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:58:49.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:48 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T09:58:49.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:48 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:58:49.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:48 smithi133 bash[17559]: Traceback (most recent call last): 2024-01-16T09:58:49.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:48 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T09:58:49.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:48 smithi133 bash[17559]: yield (conn, connr) 2024-01-16T09:58:49.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:48 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T09:58:49.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:48 smithi133 bash[17559]: code, '\n'.join(err))) 2024-01-16T09:58:49.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:48 smithi133 bash[17559]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jeepci 2024-01-16T09:58:49.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:48 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:58:49.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:48 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jeepci 2024-01-16T09:58:49.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:48 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jeepci 2024-01-16T09:58:49.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:48 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:58:49.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:48 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jeepci 2024-01-16T09:58:49.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:48 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.jeepci ... 2024-01-16T09:58:49.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:48 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:58:49.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:48 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:58:49.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:48 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:58:49.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:48 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T09:58:49.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:48 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:58:49.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:48 smithi133 bash[17559]: cephadm 2024-01-16T09:58:48.575308+0000 mgr.smithi038.dukxrr (mgr.14180) 663 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi038.jeepci 2024-01-16T09:58:49.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:48 smithi133 bash[17559]: audit 2024-01-16T09:58:48.575906+0000 mon.smithi038 (mon.0) 836 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi038.jeepci"}]: dispatch 2024-01-16T09:58:49.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:48 smithi133 bash[17559]: cephadm 2024-01-16T09:58:48.577330+0000 mgr.smithi038.dukxrr (mgr.14180) 664 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi038.jeepci on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jeepci 2024-01-16T09:58:49.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:48 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:58:49.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:48 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jeepci 2024-01-16T09:58:49.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:48 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jeepci 2024-01-16T09:58:49.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:48 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:58:49.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:48 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jeepci 2024-01-16T09:58:49.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:48 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.jeepci ... 2024-01-16T09:58:49.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:48 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:58:49.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:48 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:58:49.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:48 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:58:49.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:48 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T09:58:49.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:48 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:58:49.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:48 smithi133 bash[17559]: cephadm 2024-01-16T09:58:48.581452+0000 mgr.smithi038.dukxrr (mgr.14180) 665 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi133.uzdwbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T09:58:49.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:48 smithi133 bash[17559]: cephadm 2024-01-16T09:58:48.584365+0000 mgr.smithi038.dukxrr (mgr.14180) 666 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi038.syvuoc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T09:58:49.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:48 smithi133 bash[17559]: cluster 2024-01-16T09:58:48.585528+0000 mgr.smithi038.dukxrr (mgr.14180) 667 : cluster [DBG] pgmap v470: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-01-16T09:58:49.180 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:48 smithi133 bash[17559]: audit 2024-01-16T09:58:48.741863+0000 mgr.smithi038.dukxrr (mgr.14180) 668 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:49.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:48 smithi038 bash[13941]: cephadm 2024-01-16T09:58:48.574802+0000 mgr.smithi038.dukxrr (mgr.14180) 662 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jeepci 2024-01-16T09:58:49.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:48 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:58:49.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:48 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jeepci 2024-01-16T09:58:49.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:48 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jeepci 2024-01-16T09:58:49.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:48 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:58:49.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:48 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jeepci 2024-01-16T09:58:49.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:48 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.jeepci ... 2024-01-16T09:58:49.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:48 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:58:49.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:48 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:58:49.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:48 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:58:49.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:48 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T09:58:49.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:48 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:58:49.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:48 smithi038 bash[13941]: Traceback (most recent call last): 2024-01-16T09:58:49.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:48 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T09:58:49.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:48 smithi038 bash[13941]: yield (conn, connr) 2024-01-16T09:58:49.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:48 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T09:58:49.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:48 smithi038 bash[13941]: code, '\n'.join(err))) 2024-01-16T09:58:49.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:48 smithi038 bash[13941]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jeepci 2024-01-16T09:58:49.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:48 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:58:49.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:48 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jeepci 2024-01-16T09:58:49.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:48 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jeepci 2024-01-16T09:58:49.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:48 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:58:49.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:48 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jeepci 2024-01-16T09:58:49.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:48 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.jeepci ... 2024-01-16T09:58:49.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:48 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:58:49.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:48 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:58:49.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:48 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:58:49.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:48 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T09:58:49.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:48 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:58:49.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:48 smithi038 bash[13941]: cephadm 2024-01-16T09:58:48.575308+0000 mgr.smithi038.dukxrr (mgr.14180) 663 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi038.jeepci 2024-01-16T09:58:49.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:48 smithi038 bash[13941]: audit 2024-01-16T09:58:48.575906+0000 mon.smithi038 (mon.0) 836 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi038.jeepci"}]: dispatch 2024-01-16T09:58:49.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:48 smithi038 bash[13941]: cephadm 2024-01-16T09:58:48.577330+0000 mgr.smithi038.dukxrr (mgr.14180) 664 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi038.jeepci on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jeepci 2024-01-16T09:58:49.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:48 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:58:49.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:48 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jeepci 2024-01-16T09:58:49.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:48 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jeepci 2024-01-16T09:58:49.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:48 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:58:49.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:48 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jeepci 2024-01-16T09:58:49.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:48 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.jeepci ... 2024-01-16T09:58:49.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:48 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:58:49.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:48 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:58:49.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:48 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:58:49.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:48 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T09:58:49.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:48 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:58:49.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:48 smithi038 bash[13941]: cephadm 2024-01-16T09:58:48.581452+0000 mgr.smithi038.dukxrr (mgr.14180) 665 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi133.uzdwbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T09:58:49.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:48 smithi038 bash[13941]: cephadm 2024-01-16T09:58:48.584365+0000 mgr.smithi038.dukxrr (mgr.14180) 666 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi038.syvuoc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T09:58:49.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:48 smithi038 bash[13941]: cluster 2024-01-16T09:58:48.585528+0000 mgr.smithi038.dukxrr (mgr.14180) 667 : cluster [DBG] pgmap v470: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-01-16T09:58:49.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:48 smithi038 bash[13941]: audit 2024-01-16T09:58:48.741863+0000 mgr.smithi038.dukxrr (mgr.14180) 668 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:49.568 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:58:50.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:49 smithi133 bash[17559]: cluster 2024-01-16T09:58:48.904841+0000 mon.smithi038 (mon.0) 837 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-16T09:58:50.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:49 smithi038 bash[13941]: cluster 2024-01-16T09:58:48.904841+0000 mon.smithi038 (mon.0) 837 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-16T09:58:50.569 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:58:51.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:50 smithi038 bash[13941]: cluster 2024-01-16T09:58:50.586371+0000 mgr.smithi038.dukxrr (mgr.14180) 669 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-01-16T09:58:51.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:50 smithi133 bash[17559]: cluster 2024-01-16T09:58:50.586371+0000 mgr.smithi038.dukxrr (mgr.14180) 669 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-01-16T09:58:53.583 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:58:53.583 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:40.505671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hhqnsz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:58:44.716571Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.akmmgm on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-akmmgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-akmmgm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.akmmgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.akmmgm\nDeploy daemon haproxy.nfs.foo.smithi133.akmmgm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:58:48.577111Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.jeepci on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jeepci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jeepci\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jeepci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jeepci\nDeploy daemon haproxy.nfs.foo.smithi038.jeepci ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:58:48.581264Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.uzdwbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:58:48.584167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.syvuoc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:58:53.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:53 smithi133 bash[17559]: cluster 2024-01-16T09:58:52.587180+0000 mgr.smithi038.dukxrr (mgr.14180) 670 : cluster [DBG] pgmap v472: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 348 B/s rd, 0 op/s 2024-01-16T09:58:53.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:53 smithi133 bash[17559]: audit 2024-01-16T09:58:53.452077+0000 mon.smithi038 (mon.0) 838 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:58:54.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:53 smithi038 bash[13941]: cluster 2024-01-16T09:58:52.587180+0000 mgr.smithi038.dukxrr (mgr.14180) 670 : cluster [DBG] pgmap v472: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 348 B/s rd, 0 op/s 2024-01-16T09:58:54.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:53 smithi038 bash[13941]: audit 2024-01-16T09:58:53.452077+0000 mon.smithi038 (mon.0) 838 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:58:54.317 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:58:54.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:54 smithi133 bash[17559]: audit 2024-01-16T09:58:53.577018+0000 mgr.smithi038.dukxrr (mgr.14180) 671 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:55.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:54 smithi038 bash[13941]: audit 2024-01-16T09:58:53.577018+0000 mgr.smithi038.dukxrr (mgr.14180) 671 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:55.318 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:58:55.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:55 smithi038 bash[13941]: cluster 2024-01-16T09:58:54.588362+0000 mgr.smithi038.dukxrr (mgr.14180) 672 : cluster [DBG] pgmap v473: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-01-16T09:58:55.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:55 smithi133 bash[17559]: cluster 2024-01-16T09:58:54.588362+0000 mgr.smithi038.dukxrr (mgr.14180) 672 : cluster [DBG] pgmap v473: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-01-16T09:58:57.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:57 smithi133 bash[17559]: cluster 2024-01-16T09:58:56.589065+0000 mgr.smithi038.dukxrr (mgr.14180) 673 : cluster [DBG] pgmap v474: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-01-16T09:58:58.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:57 smithi038 bash[13941]: cluster 2024-01-16T09:58:56.589065+0000 mgr.smithi038.dukxrr (mgr.14180) 673 : cluster [DBG] pgmap v474: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-01-16T09:58:58.476 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:58:58.476 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:40.505671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hhqnsz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:58:44.716571Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.akmmgm on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-akmmgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-akmmgm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.akmmgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.akmmgm\nDeploy daemon haproxy.nfs.foo.smithi133.akmmgm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:58:48.577111Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.jeepci on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jeepci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jeepci\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jeepci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jeepci\nDeploy daemon haproxy.nfs.foo.smithi038.jeepci ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:58:48.581264Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.uzdwbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:58:48.584167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.syvuoc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:58:59.271 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:58:59.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:59 smithi133 bash[17559]: audit 2024-01-16T09:58:58.470208+0000 mgr.smithi038.dukxrr (mgr.14180) 674 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:59.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:58:59 smithi133 bash[17559]: cluster 2024-01-16T09:58:58.589879+0000 mgr.smithi038.dukxrr (mgr.14180) 675 : cluster [DBG] pgmap v475: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-01-16T09:59:00.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:59 smithi038 bash[13941]: audit 2024-01-16T09:58:58.470208+0000 mgr.smithi038.dukxrr (mgr.14180) 674 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:00.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:58:59 smithi038 bash[13941]: cluster 2024-01-16T09:58:58.589879+0000 mgr.smithi038.dukxrr (mgr.14180) 675 : cluster [DBG] pgmap v475: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-01-16T09:59:00.271 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:59:01.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:00 smithi038 bash[13941]: cluster 2024-01-16T09:59:00.590907+0000 mgr.smithi038.dukxrr (mgr.14180) 676 : cluster [DBG] pgmap v476: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:59:01.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:00 smithi133 bash[17559]: cluster 2024-01-16T09:59:00.590907+0000 mgr.smithi038.dukxrr (mgr.14180) 676 : cluster [DBG] pgmap v476: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:59:03.491 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:59:03.491 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:40.505671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hhqnsz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:58:44.716571Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.akmmgm on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-akmmgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-akmmgm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.akmmgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.akmmgm\nDeploy daemon haproxy.nfs.foo.smithi133.akmmgm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:58:48.577111Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.jeepci on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jeepci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jeepci\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jeepci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jeepci\nDeploy daemon haproxy.nfs.foo.smithi038.jeepci ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:58:48.581264Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.uzdwbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:58:48.584167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.syvuoc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:59:04.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:03 smithi038 bash[13941]: cluster 2024-01-16T09:59:02.592075+0000 mgr.smithi038.dukxrr (mgr.14180) 677 : cluster [DBG] pgmap v477: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T09:59:04.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:03 smithi038 bash[13941]: audit 2024-01-16T09:59:02.836474+0000 mon.smithi038 (mon.0) 839 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:59:04.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:03 smithi133 bash[17559]: cluster 2024-01-16T09:59:02.592075+0000 mgr.smithi038.dukxrr (mgr.14180) 677 : cluster [DBG] pgmap v477: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T09:59:04.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:03 smithi133 bash[17559]: audit 2024-01-16T09:59:02.836474+0000 mon.smithi038 (mon.0) 839 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:59:04.270 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:59:05.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:04 smithi133 bash[17559]: audit 2024-01-16T09:59:03.485994+0000 mgr.smithi038.dukxrr (mgr.14180) 678 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:05.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:04 smithi038 bash[13941]: audit 2024-01-16T09:59:03.485994+0000 mgr.smithi038.dukxrr (mgr.14180) 678 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:05.309 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:59:06.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:05 smithi133 bash[17559]: cluster 2024-01-16T09:59:04.593331+0000 mgr.smithi038.dukxrr (mgr.14180) 679 : cluster [DBG] pgmap v478: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:59:06.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:05 smithi038 bash[13941]: cluster 2024-01-16T09:59:04.593331+0000 mgr.smithi038.dukxrr (mgr.14180) 679 : cluster [DBG] pgmap v478: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:59:08.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:07 smithi133 bash[17559]: cluster 2024-01-16T09:59:06.594382+0000 mgr.smithi038.dukxrr (mgr.14180) 680 : 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-01-16T09:59:08.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:07 smithi038 bash[13941]: cluster 2024-01-16T09:59:06.594382+0000 mgr.smithi038.dukxrr (mgr.14180) 680 : 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-01-16T09:59:08.469 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:59:08.469 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:40.505671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hhqnsz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:58:44.716571Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.akmmgm on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-akmmgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-akmmgm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.akmmgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.akmmgm\nDeploy daemon haproxy.nfs.foo.smithi133.akmmgm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:58:48.577111Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.jeepci on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jeepci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jeepci\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jeepci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jeepci\nDeploy daemon haproxy.nfs.foo.smithi038.jeepci ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:58:48.581264Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.uzdwbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:58:48.584167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.syvuoc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:59:09.172 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:59:10.174 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:59:10.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:09 smithi133 bash[17559]: audit 2024-01-16T09:59:08.457802+0000 mgr.smithi038.dukxrr (mgr.14180) 681 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:10.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:09 smithi133 bash[17559]: cluster 2024-01-16T09:59:08.595758+0000 mgr.smithi038.dukxrr (mgr.14180) 682 : 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-01-16T09:59:10.188 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:09 smithi038 bash[13941]: audit 2024-01-16T09:59:08.457802+0000 mgr.smithi038.dukxrr (mgr.14180) 681 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:10.188 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:09 smithi038 bash[13941]: cluster 2024-01-16T09:59:08.595758+0000 mgr.smithi038.dukxrr (mgr.14180) 682 : 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-01-16T09:59:11.230 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:10 smithi038 bash[13941]: cluster 2024-01-16T09:59:10.596590+0000 mgr.smithi038.dukxrr (mgr.14180) 683 : 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-01-16T09:59:11.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:10 smithi133 bash[17559]: cluster 2024-01-16T09:59:10.596590+0000 mgr.smithi038.dukxrr (mgr.14180) 683 : 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-01-16T09:59:13.221 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:59:13.221 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:40.505671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hhqnsz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:58:44.716571Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.akmmgm on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-akmmgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-akmmgm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.akmmgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.akmmgm\nDeploy daemon haproxy.nfs.foo.smithi133.akmmgm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:58:48.577111Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.jeepci on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jeepci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jeepci\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jeepci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jeepci\nDeploy daemon haproxy.nfs.foo.smithi038.jeepci ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:58:48.581264Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.uzdwbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:58:48.584167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.syvuoc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:59:13.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:13 smithi038 bash[13941]: cluster 2024-01-16T09:59:12.597870+0000 mgr.smithi038.dukxrr (mgr.14180) 684 : cluster [DBG] pgmap v482: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T09:59:13.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:13 smithi133 bash[17559]: cluster 2024-01-16T09:59:12.597870+0000 mgr.smithi038.dukxrr (mgr.14180) 684 : cluster [DBG] pgmap v482: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T09:59:14.062 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:59:14.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:14 smithi133 bash[17559]: audit 2024-01-16T09:59:13.212886+0000 mgr.smithi038.dukxrr (mgr.14180) 685 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:15.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:14 smithi038 bash[13941]: audit 2024-01-16T09:59:13.212886+0000 mgr.smithi038.dukxrr (mgr.14180) 685 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:15.063 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:59:15.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:15 smithi133 bash[17559]: cluster 2024-01-16T09:59:14.599286+0000 mgr.smithi038.dukxrr (mgr.14180) 686 : cluster [DBG] pgmap v483: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:59:16.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:15 smithi038 bash[13941]: cluster 2024-01-16T09:59:14.599286+0000 mgr.smithi038.dukxrr (mgr.14180) 686 : cluster [DBG] pgmap v483: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:59:17.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:17 smithi133 bash[17559]: cluster 2024-01-16T09:59:16.600155+0000 mgr.smithi038.dukxrr (mgr.14180) 687 : 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-01-16T09:59:18.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:17 smithi038 bash[13941]: cluster 2024-01-16T09:59:16.600155+0000 mgr.smithi038.dukxrr (mgr.14180) 687 : 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-01-16T09:59:18.163 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:59:18.163 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:40.505671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hhqnsz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:58:44.716571Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.akmmgm on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-akmmgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-akmmgm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.akmmgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.akmmgm\nDeploy daemon haproxy.nfs.foo.smithi133.akmmgm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:58:48.577111Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.jeepci on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jeepci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jeepci\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jeepci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jeepci\nDeploy daemon haproxy.nfs.foo.smithi038.jeepci ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:58:48.581264Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.uzdwbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:58:48.584167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.syvuoc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:59:18.952 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:59:19.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:19 smithi133 bash[17559]: audit 2024-01-16T09:59:18.161931+0000 mgr.smithi038.dukxrr (mgr.14180) 688 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:19.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:19 smithi133 bash[17559]: cluster 2024-01-16T09:59:18.600925+0000 mgr.smithi038.dukxrr (mgr.14180) 689 : 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-01-16T09:59:19.953 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:59:19.967 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:19 smithi038 bash[13941]: audit 2024-01-16T09:59:18.161931+0000 mgr.smithi038.dukxrr (mgr.14180) 688 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:19.967 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:19 smithi038 bash[13941]: cluster 2024-01-16T09:59:18.600925+0000 mgr.smithi038.dukxrr (mgr.14180) 689 : 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-01-16T09:59:21.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:20 smithi038 bash[13941]: cluster 2024-01-16T09:59:20.601579+0000 mgr.smithi038.dukxrr (mgr.14180) 690 : 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-01-16T09:59:21.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:20 smithi133 bash[17559]: cluster 2024-01-16T09:59:20.601579+0000 mgr.smithi038.dukxrr (mgr.14180) 690 : 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-01-16T09:59:23.106 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:59:23.106 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:40.505671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hhqnsz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:58:44.716571Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.akmmgm on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-akmmgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-akmmgm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.akmmgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.akmmgm\nDeploy daemon haproxy.nfs.foo.smithi133.akmmgm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:58:48.577111Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.jeepci on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jeepci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jeepci\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jeepci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jeepci\nDeploy daemon haproxy.nfs.foo.smithi038.jeepci ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:58:48.581264Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.uzdwbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:58:48.584167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.syvuoc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:59:23.858 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:59:23.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:23 smithi133 bash[17559]: cluster 2024-01-16T09:59:22.602759+0000 mgr.smithi038.dukxrr (mgr.14180) 691 : cluster [DBG] pgmap v487: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T09:59:24.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:23 smithi038 bash[13941]: cluster 2024-01-16T09:59:22.602759+0000 mgr.smithi038.dukxrr (mgr.14180) 691 : cluster [DBG] pgmap v487: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T09:59:24.860 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:59:24.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:24 smithi133 bash[17559]: audit 2024-01-16T09:59:23.098819+0000 mgr.smithi038.dukxrr (mgr.14180) 692 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:25.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:24 smithi038 bash[13941]: audit 2024-01-16T09:59:23.098819+0000 mgr.smithi038.dukxrr (mgr.14180) 692 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:25.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:25 smithi133 bash[17559]: cluster 2024-01-16T09:59:24.604002+0000 mgr.smithi038.dukxrr (mgr.14180) 693 : cluster [DBG] pgmap v488: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:59:26.015 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:25 smithi038 bash[13941]: cluster 2024-01-16T09:59:24.604002+0000 mgr.smithi038.dukxrr (mgr.14180) 693 : cluster [DBG] pgmap v488: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:59:27.682 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:59:27.682 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:40.505671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hhqnsz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:58:44.716571Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.akmmgm on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-akmmgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-akmmgm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.akmmgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.akmmgm\nDeploy daemon haproxy.nfs.foo.smithi133.akmmgm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:58:48.577111Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.jeepci on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jeepci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jeepci\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jeepci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jeepci\nDeploy daemon haproxy.nfs.foo.smithi038.jeepci ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:58:48.581264Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.uzdwbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:58:48.584167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.syvuoc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:59:28.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:27 smithi038 bash[13941]: cluster 2024-01-16T09:59:26.605004+0000 mgr.smithi038.dukxrr (mgr.14180) 694 : 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-01-16T09:59:28.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:27 smithi133 bash[17559]: cluster 2024-01-16T09:59:26.605004+0000 mgr.smithi038.dukxrr (mgr.14180) 694 : 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-01-16T09:59:28.365 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:59:28.941 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:28 smithi038 bash[13941]: audit 2024-01-16T09:59:27.676203+0000 mgr.smithi038.dukxrr (mgr.14180) 695 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:29.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:28 smithi133 bash[17559]: audit 2024-01-16T09:59:27.676203+0000 mgr.smithi038.dukxrr (mgr.14180) 695 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:29.366 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:59:30.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:29 smithi038 bash[13941]: cluster 2024-01-16T09:59:28.606349+0000 mgr.smithi038.dukxrr (mgr.14180) 696 : 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-01-16T09:59:30.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:29 smithi133 bash[17559]: cluster 2024-01-16T09:59:28.606349+0000 mgr.smithi038.dukxrr (mgr.14180) 696 : 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-01-16T09:59:31.208 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:30 smithi038 bash[13941]: cluster 2024-01-16T09:59:30.607487+0000 mgr.smithi038.dukxrr (mgr.14180) 697 : 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-01-16T09:59:31.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:30 smithi133 bash[17559]: cluster 2024-01-16T09:59:30.607487+0000 mgr.smithi038.dukxrr (mgr.14180) 697 : 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-01-16T09:59:32.360 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:59:32.360 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:40.505671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hhqnsz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:58:44.716571Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.akmmgm on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-akmmgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-akmmgm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.akmmgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.akmmgm\nDeploy daemon haproxy.nfs.foo.smithi133.akmmgm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:58:48.577111Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.jeepci on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jeepci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jeepci\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jeepci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jeepci\nDeploy daemon haproxy.nfs.foo.smithi038.jeepci ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:58:48.581264Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.uzdwbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:58:48.584167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.syvuoc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:59:33.094 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:59:33.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:33 smithi133 bash[17559]: audit 2024-01-16T09:59:32.354335+0000 mgr.smithi038.dukxrr (mgr.14180) 698 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:33.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:33 smithi133 bash[17559]: cluster 2024-01-16T09:59:32.608734+0000 mgr.smithi038.dukxrr (mgr.14180) 699 : cluster [DBG] pgmap v492: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T09:59:34.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:33 smithi038 bash[13941]: audit 2024-01-16T09:59:32.354335+0000 mgr.smithi038.dukxrr (mgr.14180) 698 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:34.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:33 smithi038 bash[13941]: cluster 2024-01-16T09:59:32.608734+0000 mgr.smithi038.dukxrr (mgr.14180) 699 : cluster [DBG] pgmap v492: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T09:59:34.095 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:59:35.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:35 smithi038 bash[13941]: cluster 2024-01-16T09:59:34.609998+0000 mgr.smithi038.dukxrr (mgr.14180) 700 : cluster [DBG] pgmap v493: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:59:35.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:35 smithi133 bash[17559]: cluster 2024-01-16T09:59:34.609998+0000 mgr.smithi038.dukxrr (mgr.14180) 700 : cluster [DBG] pgmap v493: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:59:37.240 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:59:37.241 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:40.505671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hhqnsz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:58:44.716571Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.akmmgm on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-akmmgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-akmmgm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.akmmgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.akmmgm\nDeploy daemon haproxy.nfs.foo.smithi133.akmmgm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:58:48.577111Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.jeepci on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jeepci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jeepci\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jeepci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jeepci\nDeploy daemon haproxy.nfs.foo.smithi038.jeepci ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:58:48.581264Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.uzdwbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:58:48.584167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.syvuoc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:59:37.905 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:59:38.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:37 smithi038 bash[13941]: cluster 2024-01-16T09:59:36.611017+0000 mgr.smithi038.dukxrr (mgr.14180) 701 : 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-01-16T09:59:38.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:37 smithi133 bash[17559]: cluster 2024-01-16T09:59:36.611017+0000 mgr.smithi038.dukxrr (mgr.14180) 701 : 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-01-16T09:59:38.906 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:59:38.941 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:38 smithi038 bash[13941]: audit 2024-01-16T09:59:37.234453+0000 mgr.smithi038.dukxrr (mgr.14180) 702 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:39.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:38 smithi133 bash[17559]: audit 2024-01-16T09:59:37.234453+0000 mgr.smithi038.dukxrr (mgr.14180) 702 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:39.953 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:39 smithi038 bash[13941]: cluster 2024-01-16T09:59:38.612412+0000 mgr.smithi038.dukxrr (mgr.14180) 703 : 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-01-16T09:59:40.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:39 smithi133 bash[17559]: cluster 2024-01-16T09:59:38.612412+0000 mgr.smithi038.dukxrr (mgr.14180) 703 : 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-01-16T09:59:41.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:40 smithi038 bash[13941]: cluster 2024-01-16T09:59:40.613514+0000 mgr.smithi038.dukxrr (mgr.14180) 704 : 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-01-16T09:59:41.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:40 smithi133 bash[17559]: cluster 2024-01-16T09:59:40.613514+0000 mgr.smithi038.dukxrr (mgr.14180) 704 : 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-01-16T09:59:42.023 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:59:42.023 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:40.505671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hhqnsz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:58:44.716571Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.akmmgm on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-akmmgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-akmmgm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.akmmgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.akmmgm\nDeploy daemon haproxy.nfs.foo.smithi133.akmmgm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:58:48.577111Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.jeepci on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jeepci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jeepci\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jeepci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jeepci\nDeploy daemon haproxy.nfs.foo.smithi038.jeepci ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:58:48.581264Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.uzdwbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:58:48.584167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.syvuoc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:59:42.732 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:59:43.733 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:59:43.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:43 smithi133 bash[17559]: audit 2024-01-16T09:59:42.022056+0000 mgr.smithi038.dukxrr (mgr.14180) 705 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:43.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:43 smithi133 bash[17559]: cluster 2024-01-16T09:59:42.614721+0000 mgr.smithi038.dukxrr (mgr.14180) 706 : cluster [DBG] pgmap v497: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T09:59:43.937 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:43 smithi038 bash[13941]: audit 2024-01-16T09:59:42.022056+0000 mgr.smithi038.dukxrr (mgr.14180) 705 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:43.937 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:43 smithi038 bash[13941]: cluster 2024-01-16T09:59:42.614721+0000 mgr.smithi038.dukxrr (mgr.14180) 706 : cluster [DBG] pgmap v497: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T09:59:46.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:45 smithi038 bash[13941]: cluster 2024-01-16T09:59:44.615968+0000 mgr.smithi038.dukxrr (mgr.14180) 707 : cluster [DBG] pgmap v498: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:59:46.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:45 smithi133 bash[17559]: cluster 2024-01-16T09:59:44.615968+0000 mgr.smithi038.dukxrr (mgr.14180) 707 : cluster [DBG] pgmap v498: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:59:46.733 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:59:46.733 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:40.505671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hhqnsz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:58:44.716571Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.akmmgm on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-akmmgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-akmmgm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.akmmgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.akmmgm\nDeploy daemon haproxy.nfs.foo.smithi133.akmmgm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:58:48.577111Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.jeepci on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jeepci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jeepci\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jeepci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jeepci\nDeploy daemon haproxy.nfs.foo.smithi038.jeepci ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:58:48.581264Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.uzdwbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:58:48.584167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.syvuoc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:59:47.470 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:59:47.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:47 smithi038 bash[13941]: cluster 2024-01-16T09:59:46.616956+0000 mgr.smithi038.dukxrr (mgr.14180) 708 : 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-01-16T09:59:47.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:47 smithi038 bash[13941]: audit 2024-01-16T09:59:46.727669+0000 mgr.smithi038.dukxrr (mgr.14180) 709 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:48.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:47 smithi133 bash[17559]: cluster 2024-01-16T09:59:46.616956+0000 mgr.smithi038.dukxrr (mgr.14180) 708 : 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-01-16T09:59:48.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:47 smithi133 bash[17559]: audit 2024-01-16T09:59:46.727669+0000 mgr.smithi038.dukxrr (mgr.14180) 709 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:48.471 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:59:48.779 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:48 smithi038 bash[13941]: audit 2024-01-16T09:59:48.588893+0000 mon.smithi038 (mon.0) 840 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:59:49.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:48 smithi133 bash[17559]: audit 2024-01-16T09:59:48.588893+0000 mon.smithi038 (mon.0) 840 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:59:49.932 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:49 smithi038 bash[13941]: cluster 2024-01-16T09:59:48.618176+0000 mgr.smithi038.dukxrr (mgr.14180) 710 : 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-01-16T09:59:49.932 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:49 smithi038 bash[13941]: audit 2024-01-16T09:59:48.894682+0000 mon.smithi038 (mon.0) 841 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:59:49.933 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:49 smithi038 bash[13941]: audit 2024-01-16T09:59:48.895552+0000 mon.smithi038 (mon.0) 842 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T09:59:49.933 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:49 smithi038 bash[13941]: audit 2024-01-16T09:59:48.905146+0000 mon.smithi038 (mon.0) 843 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:59:49.933 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:49 smithi038 bash[13941]: cluster 2024-01-16T09:59:48.905652+0000 mgr.smithi038.dukxrr (mgr.14180) 711 : cluster [DBG] pgmap v501: 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-01-16T09:59:49.933 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:49 smithi038 bash[13941]: audit 2024-01-16T09:59:48.910078+0000 mon.smithi038 (mon.0) 844 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T09:59:49.933 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:49 smithi038 bash[13941]: audit 2024-01-16T09:59:48.919346+0000 mon.smithi038 (mon.0) 845 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:59:50.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:49 smithi133 bash[17559]: cluster 2024-01-16T09:59:48.618176+0000 mgr.smithi038.dukxrr (mgr.14180) 710 : 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-01-16T09:59:50.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:49 smithi133 bash[17559]: audit 2024-01-16T09:59:48.894682+0000 mon.smithi038 (mon.0) 841 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:59:50.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:49 smithi133 bash[17559]: audit 2024-01-16T09:59:48.895552+0000 mon.smithi038 (mon.0) 842 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T09:59:50.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:49 smithi133 bash[17559]: audit 2024-01-16T09:59:48.905146+0000 mon.smithi038 (mon.0) 843 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:59:50.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:49 smithi133 bash[17559]: cluster 2024-01-16T09:59:48.905652+0000 mgr.smithi038.dukxrr (mgr.14180) 711 : cluster [DBG] pgmap v501: 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-01-16T09:59:50.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:49 smithi133 bash[17559]: audit 2024-01-16T09:59:48.910078+0000 mon.smithi038 (mon.0) 844 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T09:59:50.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:49 smithi133 bash[17559]: audit 2024-01-16T09:59:48.919346+0000 mon.smithi038 (mon.0) 845 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:59:50.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:50 smithi038 bash[13941]: cephadm 2024-01-16T09:59:48.922217+0000 mgr.smithi038.dukxrr (mgr.14180) 712 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi133.xbefys on smithi133 2024-01-16T09:59:50.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:50 smithi038 bash[13941]: cluster 2024-01-16T09:59:49.903174+0000 mon.smithi038 (mon.0) 846 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-16T09:59:50.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:50 smithi038 bash[13941]: cluster 2024-01-16T09:59:49.903239+0000 mon.smithi038 (mon.0) 847 : cluster [INF] Cluster is now healthy 2024-01-16T09:59:51.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:50 smithi133 bash[17559]: cephadm 2024-01-16T09:59:48.922217+0000 mgr.smithi038.dukxrr (mgr.14180) 712 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi133.xbefys on smithi133 2024-01-16T09:59:51.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:50 smithi133 bash[17559]: cluster 2024-01-16T09:59:49.903174+0000 mon.smithi038 (mon.0) 846 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-16T09:59:51.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:50 smithi133 bash[17559]: cluster 2024-01-16T09:59:49.903239+0000 mon.smithi038 (mon.0) 847 : cluster [INF] Cluster is now healthy 2024-01-16T09:59:51.681 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:59:51.681 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:40.505671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hhqnsz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:58:44.716571Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.akmmgm on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-akmmgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-akmmgm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.akmmgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.akmmgm\nDeploy daemon haproxy.nfs.foo.smithi133.akmmgm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:58:48.577111Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.jeepci on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jeepci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jeepci\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jeepci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jeepci\nDeploy daemon haproxy.nfs.foo.smithi038.jeepci ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:58:48.581264Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.uzdwbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:58:48.584167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.syvuoc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:59:51.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:51 smithi133 bash[17559]: cluster 2024-01-16T09:59:50.906386+0000 mgr.smithi038.dukxrr (mgr.14180) 713 : 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-01-16T09:59:52.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:51 smithi038 bash[13941]: cluster 2024-01-16T09:59:50.906386+0000 mgr.smithi038.dukxrr (mgr.14180) 713 : 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-01-16T09:59:52.461 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:59:53.009 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:52 smithi133 bash[17559]: audit 2024-01-16T09:59:51.673626+0000 mgr.smithi038.dukxrr (mgr.14180) 714 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:53.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:52 smithi038 bash[13941]: audit 2024-01-16T09:59:51.673626+0000 mgr.smithi038.dukxrr (mgr.14180) 714 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:53.462 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:59:54.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:53 smithi038 bash[13941]: cluster 2024-01-16T09:59:52.907488+0000 mgr.smithi038.dukxrr (mgr.14180) 715 : 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-01-16T09:59:54.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:53 smithi038 bash[13941]: audit 2024-01-16T09:59:53.042139+0000 mon.smithi038 (mon.0) 848 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi133.xbefys"}]: dispatch 2024-01-16T09:59:54.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:53 smithi133 bash[17559]: cluster 2024-01-16T09:59:52.907488+0000 mgr.smithi038.dukxrr (mgr.14180) 715 : 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-01-16T09:59:54.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:53 smithi133 bash[17559]: audit 2024-01-16T09:59:53.042139+0000 mon.smithi038 (mon.0) 848 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi133.xbefys"}]: dispatch 2024-01-16T09:59:54.948 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:54 smithi038 bash[13941]: cephadm 2024-01-16T09:59:53.040890+0000 mgr.smithi038.dukxrr (mgr.14180) 716 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xbefys 2024-01-16T09:59:54.948 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:54 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:59:54.949 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:54 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xbefys 2024-01-16T09:59:54.949 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:54 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xbefys 2024-01-16T09:59:54.949 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:54 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:59:54.949 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:54 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xbefys 2024-01-16T09:59:54.949 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:54 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.xbefys ... 2024-01-16T09:59:54.949 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:54 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:59:54.949 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:54 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:59:54.949 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:54 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:59:54.949 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:54 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T09:59:54.949 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:54 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:59:54.949 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:54 smithi038 bash[13941]: Traceback (most recent call last): 2024-01-16T09:59:54.949 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:54 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T09:59:54.949 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:54 smithi038 bash[13941]: yield (conn, connr) 2024-01-16T09:59:54.949 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:54 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T09:59:54.950 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:54 smithi038 bash[13941]: code, '\n'.join(err))) 2024-01-16T09:59:54.950 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:54 smithi038 bash[13941]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xbefys 2024-01-16T09:59:54.950 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:54 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:59:54.950 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:54 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xbefys 2024-01-16T09:59:54.950 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:54 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xbefys 2024-01-16T09:59:54.950 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:54 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:59:54.950 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:54 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xbefys 2024-01-16T09:59:54.950 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:54 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.xbefys ... 2024-01-16T09:59:54.950 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:54 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:59:54.950 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:54 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:59:54.950 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:54 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:59:54.950 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:54 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T09:59:54.950 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:54 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:59:54.950 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:54 smithi038 bash[13941]: cephadm 2024-01-16T09:59:53.041464+0000 mgr.smithi038.dukxrr (mgr.14180) 717 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi133.xbefys 2024-01-16T09:59:54.951 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:54 smithi038 bash[13941]: cephadm 2024-01-16T09:59:53.043787+0000 mgr.smithi038.dukxrr (mgr.14180) 718 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi133.xbefys on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xbefys 2024-01-16T09:59:54.951 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:54 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:59:54.951 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:54 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xbefys 2024-01-16T09:59:54.951 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:54 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xbefys 2024-01-16T09:59:54.951 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:54 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:59:54.951 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:54 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xbefys 2024-01-16T09:59:54.951 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:54 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.xbefys ... 2024-01-16T09:59:54.951 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:54 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:59:54.951 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:54 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:59:54.951 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:54 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:59:54.951 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:54 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T09:59:54.951 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:54 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:59:54.951 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:54 smithi038 bash[13941]: cephadm 2024-01-16T09:59:53.049212+0000 mgr.smithi038.dukxrr (mgr.14180) 719 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.ubrrwh on smithi038 2024-01-16T09:59:55.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:54 smithi133 bash[17559]: cephadm 2024-01-16T09:59:53.040890+0000 mgr.smithi038.dukxrr (mgr.14180) 716 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xbefys 2024-01-16T09:59:55.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:54 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:59:55.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:54 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xbefys 2024-01-16T09:59:55.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:54 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xbefys 2024-01-16T09:59:55.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:54 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:59:55.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:54 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xbefys 2024-01-16T09:59:55.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:54 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.xbefys ... 2024-01-16T09:59:55.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:54 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:59:55.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:54 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:59:55.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:54 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:59:55.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:54 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T09:59:55.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:54 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:59:55.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:54 smithi133 bash[17559]: Traceback (most recent call last): 2024-01-16T09:59:55.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:54 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T09:59:55.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:54 smithi133 bash[17559]: yield (conn, connr) 2024-01-16T09:59:55.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:54 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T09:59:55.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:54 smithi133 bash[17559]: code, '\n'.join(err))) 2024-01-16T09:59:55.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:54 smithi133 bash[17559]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xbefys 2024-01-16T09:59:55.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:54 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:59:55.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:54 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xbefys 2024-01-16T09:59:55.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:54 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xbefys 2024-01-16T09:59:55.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:54 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:59:55.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:54 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xbefys 2024-01-16T09:59:55.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:54 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.xbefys ... 2024-01-16T09:59:55.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:54 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:59:55.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:54 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:59:55.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:54 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:59:55.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:54 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T09:59:55.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:54 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:59:55.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:54 smithi133 bash[17559]: cephadm 2024-01-16T09:59:53.041464+0000 mgr.smithi038.dukxrr (mgr.14180) 717 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi133.xbefys 2024-01-16T09:59:55.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:54 smithi133 bash[17559]: cephadm 2024-01-16T09:59:53.043787+0000 mgr.smithi038.dukxrr (mgr.14180) 718 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi133.xbefys on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xbefys 2024-01-16T09:59:55.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:54 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:59:55.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:54 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xbefys 2024-01-16T09:59:55.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:54 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xbefys 2024-01-16T09:59:55.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:54 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:59:55.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:54 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xbefys 2024-01-16T09:59:55.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:54 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.xbefys ... 2024-01-16T09:59:55.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:54 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:59:55.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:54 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:59:55.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:54 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:59:55.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:54 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T09:59:55.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:54 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:59:55.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:54 smithi133 bash[17559]: cephadm 2024-01-16T09:59:53.049212+0000 mgr.smithi038.dukxrr (mgr.14180) 719 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.ubrrwh on smithi038 2024-01-16T09:59:55.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:55 smithi038 bash[13941]: cluster 2024-01-16T09:59:54.908247+0000 mgr.smithi038.dukxrr (mgr.14180) 720 : 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-01-16T09:59:56.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:55 smithi133 bash[17559]: cluster 2024-01-16T09:59:54.908247+0000 mgr.smithi038.dukxrr (mgr.14180) 720 : 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-01-16T09:59:56.691 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T09:59:56.691 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:58:44.716571Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.akmmgm on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-akmmgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-akmmgm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.akmmgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.akmmgm\nDeploy daemon haproxy.nfs.foo.smithi133.akmmgm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:58:48.577111Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.jeepci on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jeepci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jeepci\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jeepci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jeepci\nDeploy daemon haproxy.nfs.foo.smithi038.jeepci ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:58:48.581264Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.uzdwbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:58:48.584167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.syvuoc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:53.043564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xbefys on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xbefys\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xbefys\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xbefys\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xbefys\nDeploy daemon haproxy.nfs.foo.smithi133.xbefys ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -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.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:59:57.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:56 smithi038 bash[13941]: audit 2024-01-16T09:59:56.684791+0000 mgr.smithi038.dukxrr (mgr.14180) 721 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:57.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:56 smithi038 bash[13941]: cephadm 2024-01-16T09:59:56.906984+0000 mgr.smithi038.dukxrr (mgr.14180) 722 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ubrrwh 2024-01-16T09:59:57.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:56 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:59:57.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:56 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ubrrwh 2024-01-16T09:59:57.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:56 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ubrrwh 2024-01-16T09:59:57.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:56 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:59:57.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:56 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ubrrwh 2024-01-16T09:59:57.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:56 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.ubrrwh ... 2024-01-16T09:59:57.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:56 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:59:57.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:56 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:59:57.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:56 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:59:57.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:56 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T09:59:57.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:56 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:59:57.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:56 smithi038 bash[13941]: Traceback (most recent call last): 2024-01-16T09:59:57.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:56 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T09:59:57.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:56 smithi038 bash[13941]: yield (conn, connr) 2024-01-16T09:59:57.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:56 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T09:59:57.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:56 smithi038 bash[13941]: code, '\n'.join(err))) 2024-01-16T09:59:57.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:56 smithi038 bash[13941]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ubrrwh 2024-01-16T09:59:57.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:56 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:59:57.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:56 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ubrrwh 2024-01-16T09:59:57.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:56 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ubrrwh 2024-01-16T09:59:57.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:56 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:59:57.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:56 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ubrrwh 2024-01-16T09:59:57.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:56 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.ubrrwh ... 2024-01-16T09:59:57.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:56 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:59:57.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:56 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:59:57.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:56 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:59:57.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:56 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T09:59:57.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:56 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:59:57.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:56 smithi038 bash[13941]: cephadm 2024-01-16T09:59:56.907483+0000 mgr.smithi038.dukxrr (mgr.14180) 723 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi038.ubrrwh 2024-01-16T09:59:57.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:56 smithi038 bash[13941]: audit 2024-01-16T09:59:56.908146+0000 mon.smithi038 (mon.0) 849 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi038.ubrrwh"}]: dispatch 2024-01-16T09:59:57.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:56 smithi038 bash[13941]: cluster 2024-01-16T09:59:56.908679+0000 mgr.smithi038.dukxrr (mgr.14180) 724 : 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-01-16T09:59:57.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:56 smithi038 bash[13941]: cephadm 2024-01-16T09:59:56.909618+0000 mgr.smithi038.dukxrr (mgr.14180) 725 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi038.ubrrwh on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ubrrwh 2024-01-16T09:59:57.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:56 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:59:57.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:56 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ubrrwh 2024-01-16T09:59:57.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:56 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ubrrwh 2024-01-16T09:59:57.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:56 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T09:59:57.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:56 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ubrrwh 2024-01-16T09:59:57.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:56 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.ubrrwh ... 2024-01-16T09:59:57.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:56 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:59:57.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:56 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:59:57.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:56 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:59:57.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:56 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T09:59:57.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:56 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:59:57.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:56 smithi038 bash[13941]: cephadm 2024-01-16T09:59:56.913365+0000 mgr.smithi038.dukxrr (mgr.14180) 726 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi133.xubkrc on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T09:59:57.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:56 smithi038 bash[13941]: cephadm 2024-01-16T09:59:56.915210+0000 mgr.smithi038.dukxrr (mgr.14180) 727 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi038.qsfpdc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T09:59:57.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:56 smithi038 bash[13941]: cluster 2024-01-16T09:59:56.915852+0000 mgr.smithi038.dukxrr (mgr.14180) 728 : cluster [DBG] pgmap v506: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 246 B/s rd, 0 op/s 2024-01-16T09:59:57.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:56 smithi133 bash[17559]: audit 2024-01-16T09:59:56.684791+0000 mgr.smithi038.dukxrr (mgr.14180) 721 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:57.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:56 smithi133 bash[17559]: cephadm 2024-01-16T09:59:56.906984+0000 mgr.smithi038.dukxrr (mgr.14180) 722 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ubrrwh 2024-01-16T09:59:57.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:56 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:59:57.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:56 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ubrrwh 2024-01-16T09:59:57.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:56 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ubrrwh 2024-01-16T09:59:57.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:56 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:59:57.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:56 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ubrrwh 2024-01-16T09:59:57.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:56 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.ubrrwh ... 2024-01-16T09:59:57.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:56 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:59:57.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:56 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:59:57.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:56 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:59:57.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:56 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T09:59:57.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:56 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:59:57.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:56 smithi133 bash[17559]: Traceback (most recent call last): 2024-01-16T09:59:57.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:56 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T09:59:57.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:56 smithi133 bash[17559]: yield (conn, connr) 2024-01-16T09:59:57.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:56 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T09:59:57.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:56 smithi133 bash[17559]: code, '\n'.join(err))) 2024-01-16T09:59:57.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:56 smithi133 bash[17559]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ubrrwh 2024-01-16T09:59:57.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:56 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:59:57.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:56 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ubrrwh 2024-01-16T09:59:57.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:56 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ubrrwh 2024-01-16T09:59:57.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:56 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:59:57.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:56 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ubrrwh 2024-01-16T09:59:57.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:56 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.ubrrwh ... 2024-01-16T09:59:57.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:56 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:59:57.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:56 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:59:57.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:56 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:59:57.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:56 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T09:59:57.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:56 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:59:57.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:56 smithi133 bash[17559]: cephadm 2024-01-16T09:59:56.907483+0000 mgr.smithi038.dukxrr (mgr.14180) 723 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi038.ubrrwh 2024-01-16T09:59:57.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:56 smithi133 bash[17559]: audit 2024-01-16T09:59:56.908146+0000 mon.smithi038 (mon.0) 849 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi038.ubrrwh"}]: dispatch 2024-01-16T09:59:57.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:56 smithi133 bash[17559]: cluster 2024-01-16T09:59:56.908679+0000 mgr.smithi038.dukxrr (mgr.14180) 724 : 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-01-16T09:59:57.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:56 smithi133 bash[17559]: cephadm 2024-01-16T09:59:56.909618+0000 mgr.smithi038.dukxrr (mgr.14180) 725 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi038.ubrrwh on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ubrrwh 2024-01-16T09:59:57.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:56 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:59:57.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:56 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ubrrwh 2024-01-16T09:59:57.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:56 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ubrrwh 2024-01-16T09:59:57.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:56 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T09:59:57.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:56 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ubrrwh 2024-01-16T09:59:57.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:56 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.ubrrwh ... 2024-01-16T09:59:57.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:56 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:59:57.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:56 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T09:59:57.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:56 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T09:59:57.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:56 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T09:59:57.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:56 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:59:57.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:56 smithi133 bash[17559]: cephadm 2024-01-16T09:59:56.913365+0000 mgr.smithi038.dukxrr (mgr.14180) 726 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi133.xubkrc on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T09:59:57.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:56 smithi133 bash[17559]: cephadm 2024-01-16T09:59:56.915210+0000 mgr.smithi038.dukxrr (mgr.14180) 727 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi038.qsfpdc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T09:59:57.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:56 smithi133 bash[17559]: cluster 2024-01-16T09:59:56.915852+0000 mgr.smithi038.dukxrr (mgr.14180) 728 : cluster [DBG] pgmap v506: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 246 B/s rd, 0 op/s 2024-01-16T09:59:57.612 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:59:58.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:57 smithi038 bash[13941]: cluster 2024-01-16T09:59:56.959944+0000 mon.smithi038 (mon.0) 850 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-16T09:59:58.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:57 smithi133 bash[17559]: cluster 2024-01-16T09:59:56.959944+0000 mon.smithi038 (mon.0) 850 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-16T09:59:58.613 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:59:59.765 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:59 smithi038 bash[13941]: audit 2024-01-16T09:59:58.506016+0000 mon.smithi038 (mon.0) 851 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:59:59.765 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 09:59:59 smithi038 bash[13941]: cluster 2024-01-16T09:59:58.916751+0000 mgr.smithi038.dukxrr (mgr.14180) 729 : cluster [DBG] pgmap v507: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-01-16T09:59:59.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:59 smithi133 bash[17559]: audit 2024-01-16T09:59:58.506016+0000 mon.smithi038 (mon.0) 851 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T09:59:59.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 09:59:59 smithi133 bash[17559]: cluster 2024-01-16T09:59:58.916751+0000 mgr.smithi038.dukxrr (mgr.14180) 729 : cluster [DBG] pgmap v507: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-01-16T10:00:01.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:00 smithi038 bash[13941]: cluster 2024-01-16T10:00:00.000178+0000 mon.smithi038 (mon.0) 852 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2024-01-16T10:00:01.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:00 smithi038 bash[13941]: cluster 2024-01-16T10:00:00.000223+0000 mon.smithi038 (mon.0) 853 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2024-01-16T10:00:01.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:00 smithi038 bash[13941]: cluster 2024-01-16T10:00:00.000252+0000 mon.smithi038 (mon.0) 854 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi133.xbefys on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xbefys 2024-01-16T10:00:01.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:00 smithi038 bash[13941]: cluster 2024-01-16T10:00:00.000273+0000 mon.smithi038 (mon.0) 855 : cluster [WRN] /usr/bin/docker: stdout 2024-01-16T10:00:01.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:00 smithi038 bash[13941]: cluster 2024-01-16T10:00:00.000293+0000 mon.smithi038 (mon.0) 856 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xbefys 2024-01-16T10:00:01.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:00 smithi038 bash[13941]: cluster 2024-01-16T10:00:00.000315+0000 mon.smithi038 (mon.0) 857 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xbefys 2024-01-16T10:00:01.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:00 smithi038 bash[13941]: cluster 2024-01-16T10:00:00.000401+0000 mon.smithi038 (mon.0) 858 : cluster [WRN] /usr/bin/docker: stdout 2024-01-16T10:00:01.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:00 smithi038 bash[13941]: cluster 2024-01-16T10:00:00.000431+0000 mon.smithi038 (mon.0) 859 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xbefys 2024-01-16T10:00:01.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:00 smithi038 bash[13941]: cluster 2024-01-16T10:00:00.000457+0000 mon.smithi038 (mon.0) 860 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi133.xbefys ... 2024-01-16T10:00:01.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:00 smithi038 bash[13941]: cluster 2024-01-16T10:00:00.000482+0000 mon.smithi038 (mon.0) 861 : 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=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:00:01.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:00 smithi038 bash[13941]: cluster 2024-01-16T10:00:00.000502+0000 mon.smithi038 (mon.0) 862 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:00:01.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:00 smithi038 bash[13941]: cluster 2024-01-16T10:00:00.000525+0000 mon.smithi038 (mon.0) 863 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:00:01.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:00 smithi038 bash[13941]: cluster 2024-01-16T10:00:00.000546+0000 mon.smithi038 (mon.0) 864 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-01-16T10:00:01.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:00 smithi038 bash[13941]: cluster 2024-01-16T10:00:00.000565+0000 mon.smithi038 (mon.0) 865 : 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=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:00:01.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:00 smithi038 bash[13941]: cluster 2024-01-16T10:00:00.000615+0000 mon.smithi038 (mon.0) 866 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi038.ubrrwh on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ubrrwh 2024-01-16T10:00:01.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:00 smithi038 bash[13941]: cluster 2024-01-16T10:00:00.000668+0000 mon.smithi038 (mon.0) 867 : cluster [WRN] /usr/bin/docker: stdout 2024-01-16T10:00:01.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:00 smithi038 bash[13941]: cluster 2024-01-16T10:00:00.000696+0000 mon.smithi038 (mon.0) 868 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ubrrwh 2024-01-16T10:00:01.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:00 smithi038 bash[13941]: cluster 2024-01-16T10:00:00.000721+0000 mon.smithi038 (mon.0) 869 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ubrrwh 2024-01-16T10:00:01.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:00 smithi038 bash[13941]: cluster 2024-01-16T10:00:00.000749+0000 mon.smithi038 (mon.0) 870 : cluster [WRN] /usr/bin/docker: stdout 2024-01-16T10:00:01.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:00 smithi038 bash[13941]: cluster 2024-01-16T10:00:00.000774+0000 mon.smithi038 (mon.0) 871 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ubrrwh 2024-01-16T10:00:01.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:00 smithi038 bash[13941]: cluster 2024-01-16T10:00:00.000802+0000 mon.smithi038 (mon.0) 872 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi038.ubrrwh ... 2024-01-16T10:00:01.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:00 smithi038 bash[13941]: cluster 2024-01-16T10:00:00.000824+0000 mon.smithi038 (mon.0) 873 : 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:00:01.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:00 smithi038 bash[13941]: cluster 2024-01-16T10:00:00.000850+0000 mon.smithi038 (mon.0) 874 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:00:01.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:00 smithi038 bash[13941]: cluster 2024-01-16T10:00:00.000876+0000 mon.smithi038 (mon.0) 875 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:00:01.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:00 smithi038 bash[13941]: cluster 2024-01-16T10:00:00.000902+0000 mon.smithi038 (mon.0) 876 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-01-16T10:00:01.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:00 smithi038 bash[13941]: cluster 2024-01-16T10:00:00.000927+0000 mon.smithi038 (mon.0) 877 : 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:00:01.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:00 smithi038 bash[13941]: cluster 2024-01-16T10:00:00.000968+0000 mon.smithi038 (mon.0) 878 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi133.xubkrc on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:00:01.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:00 smithi038 bash[13941]: cluster 2024-01-16T10:00:00.000993+0000 mon.smithi038 (mon.0) 879 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi038.qsfpdc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:00:01.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:00 smithi038 bash[13941]: cluster 2024-01-16T10:00:00.917800+0000 mgr.smithi038.dukxrr (mgr.14180) 730 : cluster [DBG] pgmap v508: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-01-16T10:00:01.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:00 smithi133 bash[17559]: cluster 2024-01-16T10:00:00.000178+0000 mon.smithi038 (mon.0) 852 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2024-01-16T10:00:01.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:00 smithi133 bash[17559]: cluster 2024-01-16T10:00:00.000223+0000 mon.smithi038 (mon.0) 853 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2024-01-16T10:00:01.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:00 smithi133 bash[17559]: cluster 2024-01-16T10:00:00.000252+0000 mon.smithi038 (mon.0) 854 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi133.xbefys on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xbefys 2024-01-16T10:00:01.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:00 smithi133 bash[17559]: cluster 2024-01-16T10:00:00.000273+0000 mon.smithi038 (mon.0) 855 : cluster [WRN] /usr/bin/docker: stdout 2024-01-16T10:00:01.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:00 smithi133 bash[17559]: cluster 2024-01-16T10:00:00.000293+0000 mon.smithi038 (mon.0) 856 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xbefys 2024-01-16T10:00:01.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:00 smithi133 bash[17559]: cluster 2024-01-16T10:00:00.000315+0000 mon.smithi038 (mon.0) 857 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xbefys 2024-01-16T10:00:01.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:00 smithi133 bash[17559]: cluster 2024-01-16T10:00:00.000401+0000 mon.smithi038 (mon.0) 858 : cluster [WRN] /usr/bin/docker: stdout 2024-01-16T10:00:01.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:00 smithi133 bash[17559]: cluster 2024-01-16T10:00:00.000431+0000 mon.smithi038 (mon.0) 859 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xbefys 2024-01-16T10:00:01.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:00 smithi133 bash[17559]: cluster 2024-01-16T10:00:00.000457+0000 mon.smithi038 (mon.0) 860 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi133.xbefys ... 2024-01-16T10:00:01.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:00 smithi133 bash[17559]: cluster 2024-01-16T10:00:00.000482+0000 mon.smithi038 (mon.0) 861 : 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=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:00:01.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:00 smithi133 bash[17559]: cluster 2024-01-16T10:00:00.000502+0000 mon.smithi038 (mon.0) 862 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:00:01.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:00 smithi133 bash[17559]: cluster 2024-01-16T10:00:00.000525+0000 mon.smithi038 (mon.0) 863 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:00:01.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:00 smithi133 bash[17559]: cluster 2024-01-16T10:00:00.000546+0000 mon.smithi038 (mon.0) 864 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-01-16T10:00:01.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:00 smithi133 bash[17559]: cluster 2024-01-16T10:00:00.000565+0000 mon.smithi038 (mon.0) 865 : 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=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:00:01.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:00 smithi133 bash[17559]: cluster 2024-01-16T10:00:00.000615+0000 mon.smithi038 (mon.0) 866 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi038.ubrrwh on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ubrrwh 2024-01-16T10:00:01.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:00 smithi133 bash[17559]: cluster 2024-01-16T10:00:00.000668+0000 mon.smithi038 (mon.0) 867 : cluster [WRN] /usr/bin/docker: stdout 2024-01-16T10:00:01.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:00 smithi133 bash[17559]: cluster 2024-01-16T10:00:00.000696+0000 mon.smithi038 (mon.0) 868 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ubrrwh 2024-01-16T10:00:01.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:00 smithi133 bash[17559]: cluster 2024-01-16T10:00:00.000721+0000 mon.smithi038 (mon.0) 869 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ubrrwh 2024-01-16T10:00:01.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:00 smithi133 bash[17559]: cluster 2024-01-16T10:00:00.000749+0000 mon.smithi038 (mon.0) 870 : cluster [WRN] /usr/bin/docker: stdout 2024-01-16T10:00:01.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:00 smithi133 bash[17559]: cluster 2024-01-16T10:00:00.000774+0000 mon.smithi038 (mon.0) 871 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ubrrwh 2024-01-16T10:00:01.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:00 smithi133 bash[17559]: cluster 2024-01-16T10:00:00.000802+0000 mon.smithi038 (mon.0) 872 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi038.ubrrwh ... 2024-01-16T10:00:01.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:00 smithi133 bash[17559]: cluster 2024-01-16T10:00:00.000824+0000 mon.smithi038 (mon.0) 873 : 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:00:01.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:00 smithi133 bash[17559]: cluster 2024-01-16T10:00:00.000850+0000 mon.smithi038 (mon.0) 874 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:00:01.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:00 smithi133 bash[17559]: cluster 2024-01-16T10:00:00.000876+0000 mon.smithi038 (mon.0) 875 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:00:01.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:00 smithi133 bash[17559]: cluster 2024-01-16T10:00:00.000902+0000 mon.smithi038 (mon.0) 876 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-01-16T10:00:01.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:00 smithi133 bash[17559]: cluster 2024-01-16T10:00:00.000927+0000 mon.smithi038 (mon.0) 877 : 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:00:01.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:00 smithi133 bash[17559]: cluster 2024-01-16T10:00:00.000968+0000 mon.smithi038 (mon.0) 878 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi133.xubkrc on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:00:01.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:00 smithi133 bash[17559]: cluster 2024-01-16T10:00:00.000993+0000 mon.smithi038 (mon.0) 879 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi038.qsfpdc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:00:01.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:00 smithi133 bash[17559]: cluster 2024-01-16T10:00:00.917800+0000 mgr.smithi038.dukxrr (mgr.14180) 730 : cluster [DBG] pgmap v508: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-01-16T10:00:01.782 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:00:01.782 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:58:48.584167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.syvuoc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:53.043564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xbefys on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xbefys\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xbefys\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xbefys\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xbefys\nDeploy daemon haproxy.nfs.foo.smithi133.xbefys ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.909332Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ubrrwh on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ubrrwh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ubrrwh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ubrrwh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ubrrwh\nDeploy daemon haproxy.nfs.foo.smithi038.ubrrwh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.913253Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xubkrc on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.915086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.qsfpdc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:00:02.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:01 smithi038 bash[13941]: audit 2024-01-16T10:00:01.776450+0000 mgr.smithi038.dukxrr (mgr.14180) 731 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:02.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:01 smithi133 bash[17559]: audit 2024-01-16T10:00:01.776450+0000 mgr.smithi038.dukxrr (mgr.14180) 731 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:02.595 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:00:03.596 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:00:04.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:03 smithi038 bash[13941]: cluster 2024-01-16T10:00:02.919122+0000 mgr.smithi038.dukxrr (mgr.14180) 732 : cluster [DBG] pgmap v509: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-01-16T10:00:04.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:03 smithi133 bash[17559]: cluster 2024-01-16T10:00:02.919122+0000 mgr.smithi038.dukxrr (mgr.14180) 732 : cluster [DBG] pgmap v509: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-01-16T10:00:06.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:05 smithi038 bash[13941]: cluster 2024-01-16T10:00:04.920238+0000 mgr.smithi038.dukxrr (mgr.14180) 733 : cluster [DBG] pgmap v510: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-01-16T10:00:06.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:05 smithi133 bash[17559]: cluster 2024-01-16T10:00:04.920238+0000 mgr.smithi038.dukxrr (mgr.14180) 733 : cluster [DBG] pgmap v510: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-01-16T10:00:06.695 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:00:06.695 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:58:48.584167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.syvuoc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:53.043564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xbefys on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xbefys\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xbefys\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xbefys\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xbefys\nDeploy daemon haproxy.nfs.foo.smithi133.xbefys ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.909332Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ubrrwh on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ubrrwh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ubrrwh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ubrrwh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ubrrwh\nDeploy daemon haproxy.nfs.foo.smithi038.ubrrwh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.913253Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xubkrc on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.915086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.qsfpdc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:00:07.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:06 smithi038 bash[13941]: audit 2024-01-16T10:00:06.688954+0000 mgr.smithi038.dukxrr (mgr.14180) 734 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:07.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:06 smithi133 bash[17559]: audit 2024-01-16T10:00:06.688954+0000 mgr.smithi038.dukxrr (mgr.14180) 734 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:07.445 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:00:08.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:07 smithi038 bash[13941]: cluster 2024-01-16T10:00:06.920815+0000 mgr.smithi038.dukxrr (mgr.14180) 735 : cluster [DBG] pgmap v511: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-01-16T10:00:08.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:07 smithi133 bash[17559]: cluster 2024-01-16T10:00:06.920815+0000 mgr.smithi038.dukxrr (mgr.14180) 735 : cluster [DBG] pgmap v511: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-01-16T10:00:08.446 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:00:10.279 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:10 smithi038 bash[13941]: cluster 2024-01-16T10:00:08.922133+0000 mgr.smithi038.dukxrr (mgr.14180) 736 : cluster [DBG] pgmap v512: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:00:10.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:10 smithi133 bash[17559]: cluster 2024-01-16T10:00:08.922133+0000 mgr.smithi038.dukxrr (mgr.14180) 736 : cluster [DBG] pgmap v512: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:00:11.654 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:00:11.654 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:58:48.584167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.syvuoc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:53.043564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xbefys on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xbefys\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xbefys\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xbefys\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xbefys\nDeploy daemon haproxy.nfs.foo.smithi133.xbefys ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.909332Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ubrrwh on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ubrrwh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ubrrwh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ubrrwh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ubrrwh\nDeploy daemon haproxy.nfs.foo.smithi038.ubrrwh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.913253Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xubkrc on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.915086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.qsfpdc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:00:12.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:12 smithi038 bash[13941]: cluster 2024-01-16T10:00:10.923138+0000 mgr.smithi038.dukxrr (mgr.14180) 737 : 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-01-16T10:00:12.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:12 smithi038 bash[13941]: audit 2024-01-16T10:00:11.652838+0000 mgr.smithi038.dukxrr (mgr.14180) 738 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:12.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:12 smithi133 bash[17559]: cluster 2024-01-16T10:00:10.923138+0000 mgr.smithi038.dukxrr (mgr.14180) 737 : 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-01-16T10:00:12.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:12 smithi133 bash[17559]: audit 2024-01-16T10:00:11.652838+0000 mgr.smithi038.dukxrr (mgr.14180) 738 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:12.436 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:00:13.438 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:00:14.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:14 smithi038 bash[13941]: cluster 2024-01-16T10:00:12.924508+0000 mgr.smithi038.dukxrr (mgr.14180) 739 : cluster [DBG] pgmap v514: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T10:00:14.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:14 smithi133 bash[17559]: cluster 2024-01-16T10:00:12.924508+0000 mgr.smithi038.dukxrr (mgr.14180) 739 : cluster [DBG] pgmap v514: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T10:00:16.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:16 smithi038 bash[13941]: cluster 2024-01-16T10:00:14.925657+0000 mgr.smithi038.dukxrr (mgr.14180) 740 : cluster [DBG] pgmap v515: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:00:16.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:16 smithi133 bash[17559]: cluster 2024-01-16T10:00:14.925657+0000 mgr.smithi038.dukxrr (mgr.14180) 740 : cluster [DBG] pgmap v515: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:00:16.577 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:00:16.577 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:58:48.584167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.syvuoc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:53.043564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xbefys on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xbefys\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xbefys\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xbefys\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xbefys\nDeploy daemon haproxy.nfs.foo.smithi133.xbefys ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.909332Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ubrrwh on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ubrrwh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ubrrwh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ubrrwh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ubrrwh\nDeploy daemon haproxy.nfs.foo.smithi038.ubrrwh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.913253Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xubkrc on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.915086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.qsfpdc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:00:17.262 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:17 smithi038 bash[13941]: audit 2024-01-16T10:00:16.571030+0000 mgr.smithi038.dukxrr (mgr.14180) 741 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:17.263 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:00:17.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:17 smithi133 bash[17559]: audit 2024-01-16T10:00:16.571030+0000 mgr.smithi038.dukxrr (mgr.14180) 741 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:18.264 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:00:18.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:18 smithi133 bash[17559]: cluster 2024-01-16T10:00:16.926302+0000 mgr.smithi038.dukxrr (mgr.14180) 742 : 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-01-16T10:00:18.467 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:18 smithi038 bash[13941]: cluster 2024-01-16T10:00:16.926302+0000 mgr.smithi038.dukxrr (mgr.14180) 742 : 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-01-16T10:00:20.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:20 smithi133 bash[17559]: cluster 2024-01-16T10:00:18.926999+0000 mgr.smithi038.dukxrr (mgr.14180) 743 : 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-01-16T10:00:20.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:20 smithi038 bash[13941]: cluster 2024-01-16T10:00:18.926999+0000 mgr.smithi038.dukxrr (mgr.14180) 743 : 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-01-16T10:00:21.402 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:00:21.402 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:58:48.584167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.syvuoc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:53.043564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xbefys on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xbefys\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xbefys\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xbefys\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xbefys\nDeploy daemon haproxy.nfs.foo.smithi133.xbefys ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.909332Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ubrrwh on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ubrrwh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ubrrwh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ubrrwh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ubrrwh\nDeploy daemon haproxy.nfs.foo.smithi038.ubrrwh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.913253Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xubkrc on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.915086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.qsfpdc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:00:22.105 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:00:22.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:22 smithi133 bash[17559]: cluster 2024-01-16T10:00:20.927985+0000 mgr.smithi038.dukxrr (mgr.14180) 744 : 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-01-16T10:00:22.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:22 smithi133 bash[17559]: audit 2024-01-16T10:00:21.394676+0000 mgr.smithi038.dukxrr (mgr.14180) 745 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:22.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:22 smithi038 bash[13941]: cluster 2024-01-16T10:00:20.927985+0000 mgr.smithi038.dukxrr (mgr.14180) 744 : 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-01-16T10:00:22.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:22 smithi038 bash[13941]: audit 2024-01-16T10:00:21.394676+0000 mgr.smithi038.dukxrr (mgr.14180) 745 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:23.106 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:00:24.334 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:24 smithi038 bash[13941]: cluster 2024-01-16T10:00:22.929339+0000 mgr.smithi038.dukxrr (mgr.14180) 746 : cluster [DBG] pgmap v519: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T10:00:24.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:24 smithi133 bash[17559]: cluster 2024-01-16T10:00:22.929339+0000 mgr.smithi038.dukxrr (mgr.14180) 746 : cluster [DBG] pgmap v519: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T10:00:26.187 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:00:26.187 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:58:48.584167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.syvuoc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:53.043564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xbefys on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xbefys\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xbefys\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xbefys\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xbefys\nDeploy daemon haproxy.nfs.foo.smithi133.xbefys ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.909332Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ubrrwh on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ubrrwh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ubrrwh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ubrrwh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ubrrwh\nDeploy daemon haproxy.nfs.foo.smithi038.ubrrwh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.913253Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xubkrc on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.915086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.qsfpdc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:00:26.394 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:26 smithi038 bash[13941]: cluster 2024-01-16T10:00:24.930508+0000 mgr.smithi038.dukxrr (mgr.14180) 747 : cluster [DBG] pgmap v520: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:00:26.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:26 smithi133 bash[17559]: cluster 2024-01-16T10:00:24.930508+0000 mgr.smithi038.dukxrr (mgr.14180) 747 : cluster [DBG] pgmap v520: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:00:26.893 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:00:27.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:27 smithi038 bash[13941]: audit 2024-01-16T10:00:26.181522+0000 mgr.smithi038.dukxrr (mgr.14180) 748 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:27.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:27 smithi133 bash[17559]: audit 2024-01-16T10:00:26.181522+0000 mgr.smithi038.dukxrr (mgr.14180) 748 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:27.894 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:00:28.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:28 smithi038 bash[13941]: cluster 2024-01-16T10:00:26.931589+0000 mgr.smithi038.dukxrr (mgr.14180) 749 : 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-01-16T10:00:28.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:28 smithi133 bash[17559]: cluster 2024-01-16T10:00:26.931589+0000 mgr.smithi038.dukxrr (mgr.14180) 749 : 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-01-16T10:00:30.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:30 smithi038 bash[13941]: cluster 2024-01-16T10:00:28.932962+0000 mgr.smithi038.dukxrr (mgr.14180) 750 : 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-01-16T10:00:30.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:30 smithi133 bash[17559]: cluster 2024-01-16T10:00:28.932962+0000 mgr.smithi038.dukxrr (mgr.14180) 750 : 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-01-16T10:00:31.001 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:00:31.001 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:58:48.584167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.syvuoc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:53.043564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xbefys on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xbefys\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xbefys\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xbefys\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xbefys\nDeploy daemon haproxy.nfs.foo.smithi133.xbefys ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.909332Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ubrrwh on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ubrrwh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ubrrwh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ubrrwh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ubrrwh\nDeploy daemon haproxy.nfs.foo.smithi038.ubrrwh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.913253Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xubkrc on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.915086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.qsfpdc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:00:31.753 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:00:32.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:32 smithi133 bash[17559]: cluster 2024-01-16T10:00:30.933962+0000 mgr.smithi038.dukxrr (mgr.14180) 751 : 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-01-16T10:00:32.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:32 smithi133 bash[17559]: audit 2024-01-16T10:00:30.992726+0000 mgr.smithi038.dukxrr (mgr.14180) 752 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:32.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:32 smithi038 bash[13941]: cluster 2024-01-16T10:00:30.933962+0000 mgr.smithi038.dukxrr (mgr.14180) 751 : 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-01-16T10:00:32.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:32 smithi038 bash[13941]: audit 2024-01-16T10:00:30.992726+0000 mgr.smithi038.dukxrr (mgr.14180) 752 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:32.754 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:00:34.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:34 smithi133 bash[17559]: cluster 2024-01-16T10:00:32.934830+0000 mgr.smithi038.dukxrr (mgr.14180) 753 : cluster [DBG] pgmap v524: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T10:00:34.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:34 smithi038 bash[13941]: cluster 2024-01-16T10:00:32.934830+0000 mgr.smithi038.dukxrr (mgr.14180) 753 : cluster [DBG] pgmap v524: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T10:00:35.833 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:00:35.833 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:58:48.584167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.syvuoc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:53.043564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xbefys on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xbefys\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xbefys\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xbefys\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xbefys\nDeploy daemon haproxy.nfs.foo.smithi133.xbefys ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.909332Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ubrrwh on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ubrrwh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ubrrwh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ubrrwh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ubrrwh\nDeploy daemon haproxy.nfs.foo.smithi038.ubrrwh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.913253Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xubkrc on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.915086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.qsfpdc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:00:36.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:36 smithi038 bash[13941]: cluster 2024-01-16T10:00:34.935963+0000 mgr.smithi038.dukxrr (mgr.14180) 754 : cluster [DBG] pgmap v525: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:00:36.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:36 smithi038 bash[13941]: audit 2024-01-16T10:00:35.832317+0000 mgr.smithi038.dukxrr (mgr.14180) 755 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:36.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:36 smithi133 bash[17559]: cluster 2024-01-16T10:00:34.935963+0000 mgr.smithi038.dukxrr (mgr.14180) 754 : cluster [DBG] pgmap v525: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:00:36.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:36 smithi133 bash[17559]: audit 2024-01-16T10:00:35.832317+0000 mgr.smithi038.dukxrr (mgr.14180) 755 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:36.610 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:00:37.611 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:00:38.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:38 smithi133 bash[17559]: cluster 2024-01-16T10:00:36.937007+0000 mgr.smithi038.dukxrr (mgr.14180) 756 : 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-01-16T10:00:38.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:38 smithi038 bash[13941]: cluster 2024-01-16T10:00:36.937007+0000 mgr.smithi038.dukxrr (mgr.14180) 756 : 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-01-16T10:00:40.403 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:40 smithi038 bash[13941]: cluster 2024-01-16T10:00:38.938455+0000 mgr.smithi038.dukxrr (mgr.14180) 757 : 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-01-16T10:00:40.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:40 smithi133 bash[17559]: cluster 2024-01-16T10:00:38.938455+0000 mgr.smithi038.dukxrr (mgr.14180) 757 : 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-01-16T10:00:40.825 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:00:40.825 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:58:48.584167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.syvuoc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:53.043564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xbefys on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xbefys\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xbefys\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xbefys\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xbefys\nDeploy daemon haproxy.nfs.foo.smithi133.xbefys ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.909332Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ubrrwh on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ubrrwh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ubrrwh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ubrrwh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ubrrwh\nDeploy daemon haproxy.nfs.foo.smithi038.ubrrwh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.913253Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xubkrc on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.915086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.qsfpdc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:00:41.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:41 smithi133 bash[17559]: audit 2024-01-16T10:00:40.824305+0000 mgr.smithi038.dukxrr (mgr.14180) 758 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:41.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:41 smithi038 bash[13941]: audit 2024-01-16T10:00:40.824305+0000 mgr.smithi038.dukxrr (mgr.14180) 758 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:41.548 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:00:42.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:42 smithi133 bash[17559]: cluster 2024-01-16T10:00:40.939348+0000 mgr.smithi038.dukxrr (mgr.14180) 759 : 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-01-16T10:00:42.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:42 smithi038 bash[13941]: cluster 2024-01-16T10:00:40.939348+0000 mgr.smithi038.dukxrr (mgr.14180) 759 : 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-01-16T10:00:42.549 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:00:44.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:44 smithi038 bash[13941]: cluster 2024-01-16T10:00:42.940531+0000 mgr.smithi038.dukxrr (mgr.14180) 760 : cluster [DBG] pgmap v529: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T10:00:44.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:44 smithi133 bash[17559]: cluster 2024-01-16T10:00:42.940531+0000 mgr.smithi038.dukxrr (mgr.14180) 760 : cluster [DBG] pgmap v529: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T10:00:45.727 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:00:45.727 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:58:48.584167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.syvuoc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:53.043564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xbefys on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xbefys\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xbefys\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xbefys\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xbefys\nDeploy daemon haproxy.nfs.foo.smithi133.xbefys ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.909332Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ubrrwh on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ubrrwh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ubrrwh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ubrrwh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ubrrwh\nDeploy daemon haproxy.nfs.foo.smithi038.ubrrwh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.913253Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xubkrc on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.915086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.qsfpdc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:00:46.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:46 smithi038 bash[13941]: cluster 2024-01-16T10:00:44.941629+0000 mgr.smithi038.dukxrr (mgr.14180) 761 : cluster [DBG] pgmap v530: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:00:46.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:46 smithi038 bash[13941]: audit 2024-01-16T10:00:45.722067+0000 mgr.smithi038.dukxrr (mgr.14180) 762 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:46.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:46 smithi133 bash[17559]: cluster 2024-01-16T10:00:44.941629+0000 mgr.smithi038.dukxrr (mgr.14180) 761 : cluster [DBG] pgmap v530: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:00:46.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:46 smithi133 bash[17559]: audit 2024-01-16T10:00:45.722067+0000 mgr.smithi038.dukxrr (mgr.14180) 762 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:46.494 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:00:47.495 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:00:48.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:48 smithi133 bash[17559]: cluster 2024-01-16T10:00:46.942645+0000 mgr.smithi038.dukxrr (mgr.14180) 763 : 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-01-16T10:00:48.502 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:48 smithi038 bash[13941]: cluster 2024-01-16T10:00:46.942645+0000 mgr.smithi038.dukxrr (mgr.14180) 763 : 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-01-16T10:00:50.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:50 smithi133 bash[17559]: cluster 2024-01-16T10:00:48.943651+0000 mgr.smithi038.dukxrr (mgr.14180) 764 : 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-01-16T10:00:50.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:50 smithi038 bash[13941]: cluster 2024-01-16T10:00:48.943651+0000 mgr.smithi038.dukxrr (mgr.14180) 764 : 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-01-16T10:00:50.589 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:00:50.590 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:58:48.584167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.syvuoc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:53.043564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xbefys on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xbefys\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xbefys\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xbefys\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xbefys\nDeploy daemon haproxy.nfs.foo.smithi133.xbefys ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.909332Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ubrrwh on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ubrrwh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ubrrwh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ubrrwh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ubrrwh\nDeploy daemon haproxy.nfs.foo.smithi038.ubrrwh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.913253Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xubkrc on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.915086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.qsfpdc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:00:51.422 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:51 smithi038 bash[13941]: audit 2024-01-16T10:00:50.582502+0000 mgr.smithi038.dukxrr (mgr.14180) 765 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:51.423 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:00:51.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:51 smithi133 bash[17559]: audit 2024-01-16T10:00:50.582502+0000 mgr.smithi038.dukxrr (mgr.14180) 765 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:52.424 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:00:52.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:52 smithi133 bash[17559]: cluster 2024-01-16T10:00:50.944406+0000 mgr.smithi038.dukxrr (mgr.14180) 766 : 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-01-16T10:00:52.435 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:52 smithi038 bash[13941]: cluster 2024-01-16T10:00:50.944406+0000 mgr.smithi038.dukxrr (mgr.14180) 766 : 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-01-16T10:00:54.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:54 smithi133 bash[17559]: cluster 2024-01-16T10:00:52.945704+0000 mgr.smithi038.dukxrr (mgr.14180) 767 : cluster [DBG] pgmap v534: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T10:00:54.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:54 smithi038 bash[13941]: cluster 2024-01-16T10:00:52.945704+0000 mgr.smithi038.dukxrr (mgr.14180) 767 : cluster [DBG] pgmap v534: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T10:00:55.438 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:00:55.438 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:58:48.584167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.syvuoc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:53.043564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xbefys on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xbefys\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xbefys\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xbefys\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xbefys\nDeploy daemon haproxy.nfs.foo.smithi133.xbefys ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.909332Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ubrrwh on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ubrrwh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ubrrwh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ubrrwh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ubrrwh\nDeploy daemon haproxy.nfs.foo.smithi038.ubrrwh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.913253Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xubkrc on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.915086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.qsfpdc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:00:56.141 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:00:56.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:56 smithi038 bash[13941]: cluster 2024-01-16T10:00:54.946622+0000 mgr.smithi038.dukxrr (mgr.14180) 768 : cluster [DBG] pgmap v535: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:00:56.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:56 smithi038 bash[13941]: audit 2024-01-16T10:00:55.431839+0000 mgr.smithi038.dukxrr (mgr.14180) 769 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:56.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:56 smithi133 bash[17559]: cluster 2024-01-16T10:00:54.946622+0000 mgr.smithi038.dukxrr (mgr.14180) 768 : cluster [DBG] pgmap v535: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:00:56.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:56 smithi133 bash[17559]: audit 2024-01-16T10:00:55.431839+0000 mgr.smithi038.dukxrr (mgr.14180) 769 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:57.142 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:00:57.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:57 smithi038 bash[13941]: audit 2024-01-16T10:00:56.919416+0000 mon.smithi038 (mon.0) 880 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T10:00:57.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:57 smithi133 bash[17559]: audit 2024-01-16T10:00:56.919416+0000 mon.smithi038 (mon.0) 880 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T10:00:58.432 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:58 smithi038 bash[13941]: cluster 2024-01-16T10:00:56.947295+0000 mgr.smithi038.dukxrr (mgr.14180) 770 : 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-01-16T10:00:58.432 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:58 smithi038 bash[13941]: audit 2024-01-16T10:00:57.229005+0000 mon.smithi038 (mon.0) 881 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T10:00:58.432 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:58 smithi038 bash[13941]: audit 2024-01-16T10:00:57.230400+0000 mon.smithi038 (mon.0) 882 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T10:00:58.433 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:58 smithi038 bash[13941]: audit 2024-01-16T10:00:57.236620+0000 mon.smithi038 (mon.0) 883 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:00:58.433 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:58 smithi038 bash[13941]: cluster 2024-01-16T10:00:57.237359+0000 mgr.smithi038.dukxrr (mgr.14180) 771 : cluster [DBG] pgmap v537: 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-01-16T10:00:58.433 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:58 smithi038 bash[13941]: audit 2024-01-16T10:00:57.244677+0000 mon.smithi038 (mon.0) 884 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T10:00:58.433 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:58 smithi038 bash[13941]: audit 2024-01-16T10:00:57.258609+0000 mon.smithi038 (mon.0) 885 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:00:58.433 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:58 smithi038 bash[13941]: cephadm 2024-01-16T10:00:57.262874+0000 mgr.smithi038.dukxrr (mgr.14180) 772 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi133.qtqwqr on smithi133 2024-01-16T10:00:58.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:58 smithi133 bash[17559]: cluster 2024-01-16T10:00:56.947295+0000 mgr.smithi038.dukxrr (mgr.14180) 770 : 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-01-16T10:00:58.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:58 smithi133 bash[17559]: audit 2024-01-16T10:00:57.229005+0000 mon.smithi038 (mon.0) 881 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T10:00:58.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:58 smithi133 bash[17559]: audit 2024-01-16T10:00:57.230400+0000 mon.smithi038 (mon.0) 882 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T10:00:58.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:58 smithi133 bash[17559]: audit 2024-01-16T10:00:57.236620+0000 mon.smithi038 (mon.0) 883 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:00:58.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:58 smithi133 bash[17559]: cluster 2024-01-16T10:00:57.237359+0000 mgr.smithi038.dukxrr (mgr.14180) 771 : cluster [DBG] pgmap v537: 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-01-16T10:00:58.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:58 smithi133 bash[17559]: audit 2024-01-16T10:00:57.244677+0000 mon.smithi038 (mon.0) 884 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T10:00:58.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:58 smithi133 bash[17559]: audit 2024-01-16T10:00:57.258609+0000 mon.smithi038 (mon.0) 885 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:00:58.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:58 smithi133 bash[17559]: cephadm 2024-01-16T10:00:57.262874+0000 mgr.smithi038.dukxrr (mgr.14180) 772 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi133.qtqwqr on smithi133 2024-01-16T10:00:59.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:59 smithi038 bash[13941]: cluster 2024-01-16T10:00:58.234523+0000 mon.smithi038 (mon.0) 886 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-16T10:00:59.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:00:59 smithi038 bash[13941]: cluster 2024-01-16T10:00:58.234557+0000 mon.smithi038 (mon.0) 887 : cluster [INF] Cluster is now healthy 2024-01-16T10:00:59.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:59 smithi133 bash[17559]: cluster 2024-01-16T10:00:58.234523+0000 mon.smithi038 (mon.0) 886 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-16T10:00:59.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:00:59 smithi133 bash[17559]: cluster 2024-01-16T10:00:58.234557+0000 mon.smithi038 (mon.0) 887 : cluster [INF] Cluster is now healthy 2024-01-16T10:01:00.092 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:01:00.092 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:58:48.584167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.syvuoc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:53.043564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xbefys on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xbefys\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xbefys\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xbefys\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xbefys\nDeploy daemon haproxy.nfs.foo.smithi133.xbefys ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.909332Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ubrrwh on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ubrrwh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ubrrwh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ubrrwh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ubrrwh\nDeploy daemon haproxy.nfs.foo.smithi038.ubrrwh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.913253Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xubkrc on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.915086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.qsfpdc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:01:00.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:00 smithi038 bash[13941]: cluster 2024-01-16T10:00:59.238394+0000 mgr.smithi038.dukxrr (mgr.14180) 773 : 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-01-16T10:01:00.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:00 smithi133 bash[17559]: cluster 2024-01-16T10:00:59.238394+0000 mgr.smithi038.dukxrr (mgr.14180) 773 : 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-01-16T10:01:00.834 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:01:01.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:01 smithi133 bash[17559]: audit 2024-01-16T10:01:00.086391+0000 mgr.smithi038.dukxrr (mgr.14180) 774 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:01.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:01 smithi133 bash[17559]: audit 2024-01-16T10:01:01.129365+0000 mon.smithi038 (mon.0) 888 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi133.qtqwqr"}]: dispatch 2024-01-16T10:01:01.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:01 smithi038 bash[13941]: audit 2024-01-16T10:01:00.086391+0000 mgr.smithi038.dukxrr (mgr.14180) 774 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:01.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:01 smithi038 bash[13941]: audit 2024-01-16T10:01:01.129365+0000 mon.smithi038 (mon.0) 888 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi133.qtqwqr"}]: dispatch 2024-01-16T10:01:01.835 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:01:02.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:02 smithi038 bash[13941]: cephadm 2024-01-16T10:01:01.128077+0000 mgr.smithi038.dukxrr (mgr.14180) 775 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qtqwqr 2024-01-16T10:01:02.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:02 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:01:02.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:02 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qtqwqr 2024-01-16T10:01:02.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:02 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qtqwqr 2024-01-16T10:01:02.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:02 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:01:02.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:02 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qtqwqr 2024-01-16T10:01:02.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:02 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.qtqwqr ... 2024-01-16T10:01:02.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:02 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:01:02.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:02 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:01:02.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:02 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:01:02.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:02 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:01:02.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:02 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:01:02.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:02 smithi038 bash[13941]: Traceback (most recent call last): 2024-01-16T10:01:02.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:02 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T10:01:02.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:02 smithi038 bash[13941]: yield (conn, connr) 2024-01-16T10:01:02.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:02 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T10:01:02.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:02 smithi038 bash[13941]: code, '\n'.join(err))) 2024-01-16T10:01:02.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:02 smithi038 bash[13941]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qtqwqr 2024-01-16T10:01:02.532 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:02 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:01:02.532 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:02 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qtqwqr 2024-01-16T10:01:02.532 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:02 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qtqwqr 2024-01-16T10:01:02.532 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:02 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:01:02.532 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:02 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qtqwqr 2024-01-16T10:01:02.532 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:02 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.qtqwqr ... 2024-01-16T10:01:02.532 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:02 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:01:02.532 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:02 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:01:02.532 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:02 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:01:02.532 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:02 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:01:02.532 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:02 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:01:02.532 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:02 smithi038 bash[13941]: cephadm 2024-01-16T10:01:01.128630+0000 mgr.smithi038.dukxrr (mgr.14180) 776 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi133.qtqwqr 2024-01-16T10:01:02.532 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:02 smithi038 bash[13941]: cephadm 2024-01-16T10:01:01.131060+0000 mgr.smithi038.dukxrr (mgr.14180) 777 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi133.qtqwqr on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qtqwqr 2024-01-16T10:01:02.532 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:02 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:01:02.533 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:02 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qtqwqr 2024-01-16T10:01:02.533 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:02 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qtqwqr 2024-01-16T10:01:02.533 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:02 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:01:02.533 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:02 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qtqwqr 2024-01-16T10:01:02.533 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:02 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.qtqwqr ... 2024-01-16T10:01:02.533 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:02 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:01:02.533 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:02 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:01:02.533 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:02 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:01:02.533 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:02 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:01:02.533 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:02 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:01:02.533 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:02 smithi038 bash[13941]: cephadm 2024-01-16T10:01:01.136506+0000 mgr.smithi038.dukxrr (mgr.14180) 778 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.rcgrrh on smithi038 2024-01-16T10:01:02.533 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:02 smithi038 bash[13941]: cluster 2024-01-16T10:01:01.239009+0000 mgr.smithi038.dukxrr (mgr.14180) 779 : 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-01-16T10:01:02.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:02 smithi133 bash[17559]: cephadm 2024-01-16T10:01:01.128077+0000 mgr.smithi038.dukxrr (mgr.14180) 775 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qtqwqr 2024-01-16T10:01:02.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:02 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:01:02.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:02 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qtqwqr 2024-01-16T10:01:02.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:02 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qtqwqr 2024-01-16T10:01:02.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:02 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:01:02.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:02 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qtqwqr 2024-01-16T10:01:02.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:02 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.qtqwqr ... 2024-01-16T10:01:02.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:02 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:01:02.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:02 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:01:02.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:02 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:01:02.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:02 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:01:02.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:02 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:01:02.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:02 smithi133 bash[17559]: Traceback (most recent call last): 2024-01-16T10:01:02.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:02 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T10:01:02.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:02 smithi133 bash[17559]: yield (conn, connr) 2024-01-16T10:01:02.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:02 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T10:01:02.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:02 smithi133 bash[17559]: code, '\n'.join(err))) 2024-01-16T10:01:02.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:02 smithi133 bash[17559]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qtqwqr 2024-01-16T10:01:02.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:02 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:01:02.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:02 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qtqwqr 2024-01-16T10:01:02.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:02 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qtqwqr 2024-01-16T10:01:02.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:02 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:01:02.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:02 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qtqwqr 2024-01-16T10:01:02.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:02 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.qtqwqr ... 2024-01-16T10:01:02.679 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:02 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:01:02.679 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:02 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:01:02.679 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:02 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:01:02.679 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:02 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:01:02.679 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:02 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:01:02.679 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:02 smithi133 bash[17559]: cephadm 2024-01-16T10:01:01.128630+0000 mgr.smithi038.dukxrr (mgr.14180) 776 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi133.qtqwqr 2024-01-16T10:01:02.679 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:02 smithi133 bash[17559]: cephadm 2024-01-16T10:01:01.131060+0000 mgr.smithi038.dukxrr (mgr.14180) 777 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi133.qtqwqr on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qtqwqr 2024-01-16T10:01:02.679 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:02 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:01:02.679 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:02 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qtqwqr 2024-01-16T10:01:02.679 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:02 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qtqwqr 2024-01-16T10:01:02.679 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:02 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:01:02.679 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:02 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qtqwqr 2024-01-16T10:01:02.679 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:02 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.qtqwqr ... 2024-01-16T10:01:02.679 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:02 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:01:02.679 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:02 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:01:02.680 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:02 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:01:02.680 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:02 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:01:02.680 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:02 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:01:02.680 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:02 smithi133 bash[17559]: cephadm 2024-01-16T10:01:01.136506+0000 mgr.smithi038.dukxrr (mgr.14180) 778 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.rcgrrh on smithi038 2024-01-16T10:01:02.680 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:02 smithi133 bash[17559]: cluster 2024-01-16T10:01:01.239009+0000 mgr.smithi038.dukxrr (mgr.14180) 779 : 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-01-16T10:01:04.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:03 smithi133 bash[17559]: audit 2024-01-16T10:01:02.840385+0000 mon.smithi038 (mon.0) 889 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:01:04.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:03 smithi038 bash[13941]: audit 2024-01-16T10:01:02.840385+0000 mon.smithi038 (mon.0) 889 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:01:05.135 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:01:05.135 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:53.043564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xbefys on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xbefys\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xbefys\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xbefys\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xbefys\nDeploy daemon haproxy.nfs.foo.smithi133.xbefys ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.909332Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.ubrrwh on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ubrrwh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-ubrrwh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ubrrwh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.ubrrwh\nDeploy daemon haproxy.nfs.foo.smithi038.ubrrwh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.913253Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xubkrc on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.915086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.qsfpdc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:01:01.130815Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.qtqwqr on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qtqwqr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qtqwqr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qtqwqr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qtqwqr\nDeploy daemon haproxy.nfs.foo.smithi133.qtqwqr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -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.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:01:05.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:04 smithi133 bash[17559]: cluster 2024-01-16T10:01:03.240300+0000 mgr.smithi038.dukxrr (mgr.14180) 780 : cluster [DBG] pgmap v540: 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-01-16T10:01:05.190 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:04 smithi038 bash[13941]: cluster 2024-01-16T10:01:03.240300+0000 mgr.smithi038.dukxrr (mgr.14180) 780 : cluster [DBG] pgmap v540: 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-01-16T10:01:05.979 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:01:06.279 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:05 smithi038 bash[13941]: audit 2024-01-16T10:01:05.128333+0000 mgr.smithi038.dukxrr (mgr.14180) 781 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:06.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:05 smithi038 bash[13941]: cluster 2024-01-16T10:01:05.240895+0000 mgr.smithi038.dukxrr (mgr.14180) 782 : 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-01-16T10:01:06.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:05 smithi133 bash[17559]: audit 2024-01-16T10:01:05.128333+0000 mgr.smithi038.dukxrr (mgr.14180) 781 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:06.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:05 smithi133 bash[17559]: cluster 2024-01-16T10:01:05.240895+0000 mgr.smithi038.dukxrr (mgr.14180) 782 : 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-01-16T10:01:06.979 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:01:07.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:07 smithi038 bash[13941]: cephadm 2024-01-16T10:01:06.100456+0000 mgr.smithi038.dukxrr (mgr.14180) 783 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-rcgrrh 2024-01-16T10:01:07.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:07 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:01:07.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:07 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-rcgrrh 2024-01-16T10:01:07.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:07 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.rcgrrh 2024-01-16T10:01:07.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:07 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:01:07.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:07 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.rcgrrh 2024-01-16T10:01:07.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:07 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.rcgrrh ... 2024-01-16T10:01:07.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:07 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:01:07.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:07 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:01:07.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:07 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:01:07.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:07 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:01:07.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:07 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:01:07.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:07 smithi038 bash[13941]: Traceback (most recent call last): 2024-01-16T10:01:07.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:07 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T10:01:07.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:07 smithi038 bash[13941]: yield (conn, connr) 2024-01-16T10:01:07.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:07 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T10:01:07.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:07 smithi038 bash[13941]: code, '\n'.join(err))) 2024-01-16T10:01:07.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:07 smithi038 bash[13941]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-rcgrrh 2024-01-16T10:01:07.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:07 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:01:07.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:07 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-rcgrrh 2024-01-16T10:01:07.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:07 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.rcgrrh 2024-01-16T10:01:07.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:07 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:01:07.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:07 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.rcgrrh 2024-01-16T10:01:07.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:07 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.rcgrrh ... 2024-01-16T10:01:07.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:07 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:01:07.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:07 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:01:07.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:07 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:01:07.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:07 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:01:07.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:07 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:01:07.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:07 smithi038 bash[13941]: cephadm 2024-01-16T10:01:06.100971+0000 mgr.smithi038.dukxrr (mgr.14180) 784 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi038.rcgrrh 2024-01-16T10:01:07.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:07 smithi038 bash[13941]: audit 2024-01-16T10:01:06.101614+0000 mon.smithi038 (mon.0) 890 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi038.rcgrrh"}]: dispatch 2024-01-16T10:01:07.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:07 smithi038 bash[13941]: cephadm 2024-01-16T10:01:06.103094+0000 mgr.smithi038.dukxrr (mgr.14180) 785 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi038.rcgrrh on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-rcgrrh 2024-01-16T10:01:07.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:07 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:01:07.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:07 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-rcgrrh 2024-01-16T10:01:07.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:07 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.rcgrrh 2024-01-16T10:01:07.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:07 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:01:07.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:07 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.rcgrrh 2024-01-16T10:01:07.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:07 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.rcgrrh ... 2024-01-16T10:01:07.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:07 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:01:07.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:07 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:01:07.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:07 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:01:07.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:07 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:01:07.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:07 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:01:07.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:07 smithi038 bash[13941]: cephadm 2024-01-16T10:01:06.107483+0000 mgr.smithi038.dukxrr (mgr.14180) 786 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi133.qiwynx on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:01:07.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:07 smithi038 bash[13941]: cephadm 2024-01-16T10:01:06.109958+0000 mgr.smithi038.dukxrr (mgr.14180) 787 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi038.octuvo on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:01:07.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:07 smithi038 bash[13941]: cluster 2024-01-16T10:01:06.110987+0000 mgr.smithi038.dukxrr (mgr.14180) 788 : cluster [DBG] pgmap v542: 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-01-16T10:01:07.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:07 smithi133 bash[17559]: cephadm 2024-01-16T10:01:06.100456+0000 mgr.smithi038.dukxrr (mgr.14180) 783 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-rcgrrh 2024-01-16T10:01:07.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:07 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:01:07.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:07 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-rcgrrh 2024-01-16T10:01:07.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:07 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.rcgrrh 2024-01-16T10:01:07.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:07 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:01:07.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:07 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.rcgrrh 2024-01-16T10:01:07.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:07 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.rcgrrh ... 2024-01-16T10:01:07.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:07 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:01:07.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:07 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:01:07.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:07 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:01:07.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:07 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:01:07.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:07 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:01:07.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:07 smithi133 bash[17559]: Traceback (most recent call last): 2024-01-16T10:01:07.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:07 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T10:01:07.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:07 smithi133 bash[17559]: yield (conn, connr) 2024-01-16T10:01:07.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:07 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T10:01:07.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:07 smithi133 bash[17559]: code, '\n'.join(err))) 2024-01-16T10:01:07.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:07 smithi133 bash[17559]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-rcgrrh 2024-01-16T10:01:07.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:07 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:01:07.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:07 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-rcgrrh 2024-01-16T10:01:07.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:07 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.rcgrrh 2024-01-16T10:01:07.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:07 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:01:07.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:07 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.rcgrrh 2024-01-16T10:01:07.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:07 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.rcgrrh ... 2024-01-16T10:01:07.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:07 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:01:07.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:07 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:01:07.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:07 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:01:07.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:07 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:01:07.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:07 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:01:07.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:07 smithi133 bash[17559]: cephadm 2024-01-16T10:01:06.100971+0000 mgr.smithi038.dukxrr (mgr.14180) 784 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi038.rcgrrh 2024-01-16T10:01:07.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:07 smithi133 bash[17559]: audit 2024-01-16T10:01:06.101614+0000 mon.smithi038 (mon.0) 890 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi038.rcgrrh"}]: dispatch 2024-01-16T10:01:07.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:07 smithi133 bash[17559]: cephadm 2024-01-16T10:01:06.103094+0000 mgr.smithi038.dukxrr (mgr.14180) 785 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi038.rcgrrh on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-rcgrrh 2024-01-16T10:01:07.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:07 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:01:07.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:07 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-rcgrrh 2024-01-16T10:01:07.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:07 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.rcgrrh 2024-01-16T10:01:07.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:07 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:01:07.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:07 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.rcgrrh 2024-01-16T10:01:07.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:07 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.rcgrrh ... 2024-01-16T10:01:07.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:07 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:01:07.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:07 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:01:07.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:07 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:01:07.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:07 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:01:07.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:07 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:01:07.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:07 smithi133 bash[17559]: cephadm 2024-01-16T10:01:06.107483+0000 mgr.smithi038.dukxrr (mgr.14180) 786 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi133.qiwynx on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:01:07.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:07 smithi133 bash[17559]: cephadm 2024-01-16T10:01:06.109958+0000 mgr.smithi038.dukxrr (mgr.14180) 787 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi038.octuvo on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:01:07.430 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:07 smithi133 bash[17559]: cluster 2024-01-16T10:01:06.110987+0000 mgr.smithi038.dukxrr (mgr.14180) 788 : cluster [DBG] pgmap v542: 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-01-16T10:01:08.274 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:08 smithi038 bash[13941]: cluster 2024-01-16T10:01:06.998921+0000 mon.smithi038 (mon.0) 891 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-16T10:01:08.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:08 smithi133 bash[17559]: cluster 2024-01-16T10:01:06.998921+0000 mon.smithi038 (mon.0) 891 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-16T10:01:09.825 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:09 smithi038 bash[13941]: cluster 2024-01-16T10:01:08.112362+0000 mgr.smithi038.dukxrr (mgr.14180) 789 : cluster [DBG] pgmap v543: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 188 B/s rd, 0 op/s 2024-01-16T10:01:09.826 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:09 smithi038 bash[13941]: audit 2024-01-16T10:01:08.548267+0000 mon.smithi038 (mon.0) 892 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:01:09.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:09 smithi133 bash[17559]: cluster 2024-01-16T10:01:08.112362+0000 mgr.smithi038.dukxrr (mgr.14180) 789 : cluster [DBG] pgmap v543: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 188 B/s rd, 0 op/s 2024-01-16T10:01:09.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:09 smithi133 bash[17559]: audit 2024-01-16T10:01:08.548267+0000 mon.smithi038 (mon.0) 892 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:01:10.271 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:01:10.271 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.915086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.qsfpdc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:01:01.130815Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.qtqwqr on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qtqwqr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qtqwqr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qtqwqr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qtqwqr\nDeploy daemon haproxy.nfs.foo.smithi133.qtqwqr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:01:06.102867Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.rcgrrh on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-rcgrrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-rcgrrh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.rcgrrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.rcgrrh\nDeploy daemon haproxy.nfs.foo.smithi038.rcgrrh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:01:06.107334Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.qiwynx on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:01:06.109819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.octuvo on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:01:11.006 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:01:11.279 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:11 smithi038 bash[13941]: cluster 2024-01-16T10:01:10.113470+0000 mgr.smithi038.dukxrr (mgr.14180) 790 : cluster [DBG] pgmap v544: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 188 B/s rd, 0 op/s 2024-01-16T10:01:11.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:11 smithi038 bash[13941]: audit 2024-01-16T10:01:10.264407+0000 mgr.smithi038.dukxrr (mgr.14180) 791 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:11.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:11 smithi133 bash[17559]: cluster 2024-01-16T10:01:10.113470+0000 mgr.smithi038.dukxrr (mgr.14180) 790 : cluster [DBG] pgmap v544: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 188 B/s rd, 0 op/s 2024-01-16T10:01:11.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:11 smithi133 bash[17559]: audit 2024-01-16T10:01:10.264407+0000 mgr.smithi038.dukxrr (mgr.14180) 791 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:12.008 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:01:13.354 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:13 smithi038 bash[13941]: cluster 2024-01-16T10:01:12.114418+0000 mgr.smithi038.dukxrr (mgr.14180) 792 : cluster [DBG] pgmap v545: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 188 B/s rd, 0 op/s 2024-01-16T10:01:13.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:13 smithi133 bash[17559]: cluster 2024-01-16T10:01:12.114418+0000 mgr.smithi038.dukxrr (mgr.14180) 792 : cluster [DBG] pgmap v545: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 188 B/s rd, 0 op/s 2024-01-16T10:01:15.052 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:01:15.052 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.915086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.qsfpdc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:01:01.130815Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.qtqwqr on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qtqwqr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qtqwqr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qtqwqr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qtqwqr\nDeploy daemon haproxy.nfs.foo.smithi133.qtqwqr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:01:06.102867Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.rcgrrh on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-rcgrrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-rcgrrh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.rcgrrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.rcgrrh\nDeploy daemon haproxy.nfs.foo.smithi038.rcgrrh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:01:06.107334Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.qiwynx on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:01:06.109819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.octuvo on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:01:15.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:15 smithi038 bash[13941]: cluster 2024-01-16T10:01:14.115775+0000 mgr.smithi038.dukxrr (mgr.14180) 793 : cluster [DBG] pgmap v546: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 188 B/s rd, 0 op/s 2024-01-16T10:01:15.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:15 smithi133 bash[17559]: cluster 2024-01-16T10:01:14.115775+0000 mgr.smithi038.dukxrr (mgr.14180) 793 : cluster [DBG] pgmap v546: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 188 B/s rd, 0 op/s 2024-01-16T10:01:15.801 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:01:16.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:16 smithi038 bash[13941]: audit 2024-01-16T10:01:15.046657+0000 mgr.smithi038.dukxrr (mgr.14180) 794 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:16.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:16 smithi133 bash[17559]: audit 2024-01-16T10:01:15.046657+0000 mgr.smithi038.dukxrr (mgr.14180) 794 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:16.802 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:01:17.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:17 smithi038 bash[13941]: cluster 2024-01-16T10:01:16.116926+0000 mgr.smithi038.dukxrr (mgr.14180) 795 : cluster [DBG] pgmap v547: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 188 B/s rd, 0 op/s 2024-01-16T10:01:17.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:17 smithi133 bash[17559]: cluster 2024-01-16T10:01:16.116926+0000 mgr.smithi038.dukxrr (mgr.14180) 795 : cluster [DBG] pgmap v547: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 188 B/s rd, 0 op/s 2024-01-16T10:01:19.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:18 smithi133 bash[17559]: audit 2024-01-16T10:01:17.845154+0000 mon.smithi038 (mon.0) 893 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:01:19.279 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:18 smithi038 bash[13941]: audit 2024-01-16T10:01:17.845154+0000 mon.smithi038 (mon.0) 893 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:01:20.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:19 smithi038 bash[13941]: cluster 2024-01-16T10:01:18.118265+0000 mgr.smithi038.dukxrr (mgr.14180) 796 : 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-01-16T10:01:20.129 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:01:20.130 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.915086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.qsfpdc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:01:01.130815Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.qtqwqr on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qtqwqr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qtqwqr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qtqwqr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qtqwqr\nDeploy daemon haproxy.nfs.foo.smithi133.qtqwqr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:01:06.102867Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.rcgrrh on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-rcgrrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-rcgrrh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.rcgrrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.rcgrrh\nDeploy daemon haproxy.nfs.foo.smithi038.rcgrrh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:01:06.107334Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.qiwynx on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:01:06.109819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.octuvo on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:01:20.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:19 smithi133 bash[17559]: cluster 2024-01-16T10:01:18.118265+0000 mgr.smithi038.dukxrr (mgr.14180) 796 : 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-01-16T10:01:20.913 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:01:21.279 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:21 smithi038 bash[13941]: cluster 2024-01-16T10:01:20.119395+0000 mgr.smithi038.dukxrr (mgr.14180) 797 : 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-01-16T10:01:21.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:21 smithi038 bash[13941]: audit 2024-01-16T10:01:20.125079+0000 mgr.smithi038.dukxrr (mgr.14180) 798 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:21.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:21 smithi133 bash[17559]: cluster 2024-01-16T10:01:20.119395+0000 mgr.smithi038.dukxrr (mgr.14180) 797 : 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-01-16T10:01:21.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:21 smithi133 bash[17559]: audit 2024-01-16T10:01:20.125079+0000 mgr.smithi038.dukxrr (mgr.14180) 798 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:21.914 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:01:23.353 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:23 smithi038 bash[13941]: cluster 2024-01-16T10:01:22.120242+0000 mgr.smithi038.dukxrr (mgr.14180) 799 : cluster [DBG] pgmap v550: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:01:23.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:23 smithi133 bash[17559]: cluster 2024-01-16T10:01:22.120242+0000 mgr.smithi038.dukxrr (mgr.14180) 799 : cluster [DBG] pgmap v550: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:01:24.846 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:01:24.846 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.915086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.qsfpdc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:01:01.130815Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.qtqwqr on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qtqwqr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qtqwqr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qtqwqr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qtqwqr\nDeploy daemon haproxy.nfs.foo.smithi133.qtqwqr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:01:06.102867Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.rcgrrh on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-rcgrrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-rcgrrh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.rcgrrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.rcgrrh\nDeploy daemon haproxy.nfs.foo.smithi038.rcgrrh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:01:06.107334Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.qiwynx on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:01:06.109819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.octuvo on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:01:25.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:25 smithi038 bash[13941]: cluster 2024-01-16T10:01:24.121641+0000 mgr.smithi038.dukxrr (mgr.14180) 800 : cluster [DBG] pgmap v551: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T10:01:25.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:25 smithi038 bash[13941]: audit 2024-01-16T10:01:24.839748+0000 mgr.smithi038.dukxrr (mgr.14180) 801 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:25.556 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:01:25.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:25 smithi133 bash[17559]: cluster 2024-01-16T10:01:24.121641+0000 mgr.smithi038.dukxrr (mgr.14180) 800 : cluster [DBG] pgmap v551: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T10:01:25.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:25 smithi133 bash[17559]: audit 2024-01-16T10:01:24.839748+0000 mgr.smithi038.dukxrr (mgr.14180) 801 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:26.558 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:01:27.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:27 smithi038 bash[13941]: cluster 2024-01-16T10:01:26.122746+0000 mgr.smithi038.dukxrr (mgr.14180) 802 : 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-01-16T10:01:27.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:27 smithi133 bash[17559]: cluster 2024-01-16T10:01:26.122746+0000 mgr.smithi038.dukxrr (mgr.14180) 802 : 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-01-16T10:01:29.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:29 smithi038 bash[13941]: cluster 2024-01-16T10:01:28.124272+0000 mgr.smithi038.dukxrr (mgr.14180) 803 : 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-01-16T10:01:29.575 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:01:29.575 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.915086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.qsfpdc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:01:01.130815Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.qtqwqr on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qtqwqr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qtqwqr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qtqwqr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qtqwqr\nDeploy daemon haproxy.nfs.foo.smithi133.qtqwqr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:01:06.102867Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.rcgrrh on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-rcgrrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-rcgrrh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.rcgrrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.rcgrrh\nDeploy daemon haproxy.nfs.foo.smithi038.rcgrrh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:01:06.107334Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.qiwynx on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:01:06.109819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.octuvo on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:01:29.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:29 smithi133 bash[17559]: cluster 2024-01-16T10:01:28.124272+0000 mgr.smithi038.dukxrr (mgr.14180) 803 : 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-01-16T10:01:30.370 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:01:30.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:30 smithi038 bash[13941]: audit 2024-01-16T10:01:29.573989+0000 mgr.smithi038.dukxrr (mgr.14180) 804 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:30.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:30 smithi133 bash[17559]: audit 2024-01-16T10:01:29.573989+0000 mgr.smithi038.dukxrr (mgr.14180) 804 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:31.370 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:01:31.492 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:31 smithi133 bash[17559]: cluster 2024-01-16T10:01:30.125541+0000 mgr.smithi038.dukxrr (mgr.14180) 805 : 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-01-16T10:01:31.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:31 smithi038 bash[13941]: cluster 2024-01-16T10:01:30.125541+0000 mgr.smithi038.dukxrr (mgr.14180) 805 : 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-01-16T10:01:33.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:33 smithi038 bash[13941]: cluster 2024-01-16T10:01:32.126687+0000 mgr.smithi038.dukxrr (mgr.14180) 806 : cluster [DBG] pgmap v555: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:01:33.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:33 smithi133 bash[17559]: cluster 2024-01-16T10:01:32.126687+0000 mgr.smithi038.dukxrr (mgr.14180) 806 : cluster [DBG] pgmap v555: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:01:34.574 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:01:34.574 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.915086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.qsfpdc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:01:01.130815Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.qtqwqr on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qtqwqr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qtqwqr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qtqwqr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qtqwqr\nDeploy daemon haproxy.nfs.foo.smithi133.qtqwqr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:01:06.102867Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.rcgrrh on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-rcgrrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-rcgrrh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.rcgrrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.rcgrrh\nDeploy daemon haproxy.nfs.foo.smithi038.rcgrrh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:01:06.107334Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.qiwynx on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:01:06.109819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.octuvo on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:01:35.292 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:01:35.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:35 smithi038 bash[13941]: cluster 2024-01-16T10:01:34.128138+0000 mgr.smithi038.dukxrr (mgr.14180) 807 : cluster [DBG] pgmap v556: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T10:01:35.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:35 smithi038 bash[13941]: audit 2024-01-16T10:01:34.568949+0000 mgr.smithi038.dukxrr (mgr.14180) 808 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:35.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:35 smithi133 bash[17559]: cluster 2024-01-16T10:01:34.128138+0000 mgr.smithi038.dukxrr (mgr.14180) 807 : cluster [DBG] pgmap v556: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T10:01:35.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:35 smithi133 bash[17559]: audit 2024-01-16T10:01:34.568949+0000 mgr.smithi038.dukxrr (mgr.14180) 808 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:36.293 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:01:37.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:37 smithi038 bash[13941]: cluster 2024-01-16T10:01:36.129245+0000 mgr.smithi038.dukxrr (mgr.14180) 809 : 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-01-16T10:01:37.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:37 smithi133 bash[17559]: cluster 2024-01-16T10:01:36.129245+0000 mgr.smithi038.dukxrr (mgr.14180) 809 : 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-01-16T10:01:39.168 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:01:39.169 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.915086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.qsfpdc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:01:01.130815Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.qtqwqr on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qtqwqr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qtqwqr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qtqwqr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qtqwqr\nDeploy daemon haproxy.nfs.foo.smithi133.qtqwqr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:01:06.102867Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.rcgrrh on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-rcgrrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-rcgrrh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.rcgrrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.rcgrrh\nDeploy daemon haproxy.nfs.foo.smithi038.rcgrrh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:01:06.107334Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.qiwynx on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:01:06.109819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.octuvo on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:01:39.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:39 smithi038 bash[13941]: cluster 2024-01-16T10:01:38.130302+0000 mgr.smithi038.dukxrr (mgr.14180) 810 : 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-01-16T10:01:39.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:39 smithi133 bash[17559]: cluster 2024-01-16T10:01:38.130302+0000 mgr.smithi038.dukxrr (mgr.14180) 810 : 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-01-16T10:01:39.991 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:01:40.279 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:40 smithi038 bash[13941]: audit 2024-01-16T10:01:39.167669+0000 mgr.smithi038.dukxrr (mgr.14180) 811 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:40.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:40 smithi133 bash[17559]: audit 2024-01-16T10:01:39.167669+0000 mgr.smithi038.dukxrr (mgr.14180) 811 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:40.992 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:01:41.279 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:41 smithi038 bash[13941]: cluster 2024-01-16T10:01:40.131435+0000 mgr.smithi038.dukxrr (mgr.14180) 812 : 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-01-16T10:01:41.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:41 smithi133 bash[17559]: cluster 2024-01-16T10:01:40.131435+0000 mgr.smithi038.dukxrr (mgr.14180) 812 : 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-01-16T10:01:43.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:43 smithi038 bash[13941]: cluster 2024-01-16T10:01:42.132500+0000 mgr.smithi038.dukxrr (mgr.14180) 813 : cluster [DBG] pgmap v560: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:01:43.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:43 smithi133 bash[17559]: cluster 2024-01-16T10:01:42.132500+0000 mgr.smithi038.dukxrr (mgr.14180) 813 : cluster [DBG] pgmap v560: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:01:44.242 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:01:44.242 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.915086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.qsfpdc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:01:01.130815Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.qtqwqr on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qtqwqr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qtqwqr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qtqwqr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qtqwqr\nDeploy daemon haproxy.nfs.foo.smithi133.qtqwqr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:01:06.102867Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.rcgrrh on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-rcgrrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-rcgrrh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.rcgrrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.rcgrrh\nDeploy daemon haproxy.nfs.foo.smithi038.rcgrrh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:01:06.107334Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.qiwynx on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:01:06.109819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.octuvo on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:01:44.981 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:01:45.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:45 smithi038 bash[13941]: cluster 2024-01-16T10:01:44.133842+0000 mgr.smithi038.dukxrr (mgr.14180) 814 : cluster [DBG] pgmap v561: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T10:01:45.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:45 smithi038 bash[13941]: audit 2024-01-16T10:01:44.241300+0000 mgr.smithi038.dukxrr (mgr.14180) 815 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:45.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:45 smithi133 bash[17559]: cluster 2024-01-16T10:01:44.133842+0000 mgr.smithi038.dukxrr (mgr.14180) 814 : cluster [DBG] pgmap v561: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T10:01:45.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:45 smithi133 bash[17559]: audit 2024-01-16T10:01:44.241300+0000 mgr.smithi038.dukxrr (mgr.14180) 815 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:45.982 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:01:47.450 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:47 smithi038 bash[13941]: cluster 2024-01-16T10:01:46.134920+0000 mgr.smithi038.dukxrr (mgr.14180) 816 : 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-01-16T10:01:47.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:47 smithi133 bash[17559]: cluster 2024-01-16T10:01:46.134920+0000 mgr.smithi038.dukxrr (mgr.14180) 816 : 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-01-16T10:01:49.207 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:01:49.207 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.915086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.qsfpdc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:01:01.130815Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.qtqwqr on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qtqwqr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qtqwqr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qtqwqr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qtqwqr\nDeploy daemon haproxy.nfs.foo.smithi133.qtqwqr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:01:06.102867Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.rcgrrh on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-rcgrrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-rcgrrh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.rcgrrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.rcgrrh\nDeploy daemon haproxy.nfs.foo.smithi038.rcgrrh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:01:06.107334Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.qiwynx on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:01:06.109819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.octuvo on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:01:49.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:49 smithi038 bash[13941]: cluster 2024-01-16T10:01:48.136429+0000 mgr.smithi038.dukxrr (mgr.14180) 817 : 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-01-16T10:01:49.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:49 smithi133 bash[17559]: cluster 2024-01-16T10:01:48.136429+0000 mgr.smithi038.dukxrr (mgr.14180) 817 : 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-01-16T10:01:49.957 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:01:50.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:50 smithi038 bash[13941]: audit 2024-01-16T10:01:49.201865+0000 mgr.smithi038.dukxrr (mgr.14180) 818 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:50.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:50 smithi133 bash[17559]: audit 2024-01-16T10:01:49.201865+0000 mgr.smithi038.dukxrr (mgr.14180) 818 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:50.958 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:01:51.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:51 smithi038 bash[13941]: cluster 2024-01-16T10:01:50.137467+0000 mgr.smithi038.dukxrr (mgr.14180) 819 : 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-01-16T10:01:51.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:51 smithi133 bash[17559]: cluster 2024-01-16T10:01:50.137467+0000 mgr.smithi038.dukxrr (mgr.14180) 819 : 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-01-16T10:01:53.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:53 smithi038 bash[13941]: cluster 2024-01-16T10:01:52.138335+0000 mgr.smithi038.dukxrr (mgr.14180) 820 : cluster [DBG] pgmap v565: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:01:53.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:53 smithi133 bash[17559]: cluster 2024-01-16T10:01:52.138335+0000 mgr.smithi038.dukxrr (mgr.14180) 820 : cluster [DBG] pgmap v565: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:01:54.114 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:01:54.114 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.915086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.qsfpdc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:01:01.130815Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.qtqwqr on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qtqwqr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qtqwqr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qtqwqr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qtqwqr\nDeploy daemon haproxy.nfs.foo.smithi133.qtqwqr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:01:06.102867Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.rcgrrh on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-rcgrrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-rcgrrh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.rcgrrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.rcgrrh\nDeploy daemon haproxy.nfs.foo.smithi038.rcgrrh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:01:06.107334Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.qiwynx on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:01:06.109819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.octuvo on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:01:54.800 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:01:55.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:55 smithi133 bash[17559]: audit 2024-01-16T10:01:54.108200+0000 mgr.smithi038.dukxrr (mgr.14180) 821 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:55.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:55 smithi133 bash[17559]: cluster 2024-01-16T10:01:54.139608+0000 mgr.smithi038.dukxrr (mgr.14180) 822 : cluster [DBG] pgmap v566: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T10:01:55.779 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:55 smithi038 bash[13941]: audit 2024-01-16T10:01:54.108200+0000 mgr.smithi038.dukxrr (mgr.14180) 821 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:55.779 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:55 smithi038 bash[13941]: cluster 2024-01-16T10:01:54.139608+0000 mgr.smithi038.dukxrr (mgr.14180) 822 : cluster [DBG] pgmap v566: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T10:01:55.801 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:01:57.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:57 smithi038 bash[13941]: cluster 2024-01-16T10:01:56.140689+0000 mgr.smithi038.dukxrr (mgr.14180) 823 : 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-01-16T10:01:57.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:57 smithi133 bash[17559]: cluster 2024-01-16T10:01:56.140689+0000 mgr.smithi038.dukxrr (mgr.14180) 823 : 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-01-16T10:01:58.834 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:01:58.834 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.915086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.qsfpdc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:01:01.130815Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.qtqwqr on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qtqwqr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qtqwqr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qtqwqr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qtqwqr\nDeploy daemon haproxy.nfs.foo.smithi133.qtqwqr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:01:06.102867Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.rcgrrh on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-rcgrrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-rcgrrh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.rcgrrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.rcgrrh\nDeploy daemon haproxy.nfs.foo.smithi038.rcgrrh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:01:06.107334Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.qiwynx on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:01:06.109819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.octuvo on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:01:59.542 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:01:59.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:59 smithi133 bash[17559]: cluster 2024-01-16T10:01:58.142009+0000 mgr.smithi038.dukxrr (mgr.14180) 824 : 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-01-16T10:01:59.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:01:59 smithi133 bash[17559]: audit 2024-01-16T10:01:58.827972+0000 mgr.smithi038.dukxrr (mgr.14180) 825 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:59.779 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:59 smithi038 bash[13941]: cluster 2024-01-16T10:01:58.142009+0000 mgr.smithi038.dukxrr (mgr.14180) 824 : 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-01-16T10:01:59.779 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:01:59 smithi038 bash[13941]: audit 2024-01-16T10:01:58.827972+0000 mgr.smithi038.dukxrr (mgr.14180) 825 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:00.543 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:02:01.279 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:01 smithi038 bash[13941]: cluster 2024-01-16T10:02:00.143114+0000 mgr.smithi038.dukxrr (mgr.14180) 826 : 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-01-16T10:02:01.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:01 smithi133 bash[17559]: cluster 2024-01-16T10:02:00.143114+0000 mgr.smithi038.dukxrr (mgr.14180) 826 : 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-01-16T10:02:03.445 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:02:03.445 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.915086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.qsfpdc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:01:01.130815Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.qtqwqr on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qtqwqr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qtqwqr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qtqwqr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qtqwqr\nDeploy daemon haproxy.nfs.foo.smithi133.qtqwqr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:01:06.102867Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.rcgrrh on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-rcgrrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-rcgrrh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.rcgrrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.rcgrrh\nDeploy daemon haproxy.nfs.foo.smithi038.rcgrrh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:01:06.107334Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.qiwynx on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:01:06.109819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.octuvo on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:02:03.498 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:03 smithi038 bash[13941]: cluster 2024-01-16T10:02:02.144068+0000 mgr.smithi038.dukxrr (mgr.14180) 827 : cluster [DBG] pgmap v570: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:02:03.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:03 smithi133 bash[17559]: cluster 2024-01-16T10:02:02.144068+0000 mgr.smithi038.dukxrr (mgr.14180) 827 : cluster [DBG] pgmap v570: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:02:04.167 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:02:04.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:04 smithi038 bash[13941]: audit 2024-01-16T10:02:03.439328+0000 mgr.smithi038.dukxrr (mgr.14180) 828 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:04.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:04 smithi133 bash[17559]: audit 2024-01-16T10:02:03.439328+0000 mgr.smithi038.dukxrr (mgr.14180) 828 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:05.167 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:02:05.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:05 smithi038 bash[13941]: cluster 2024-01-16T10:02:04.144840+0000 mgr.smithi038.dukxrr (mgr.14180) 829 : cluster [DBG] pgmap v571: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T10:02:05.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:05 smithi133 bash[17559]: cluster 2024-01-16T10:02:04.144840+0000 mgr.smithi038.dukxrr (mgr.14180) 829 : cluster [DBG] pgmap v571: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T10:02:06.447 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:06 smithi038 bash[13941]: audit 2024-01-16T10:02:06.114985+0000 mon.smithi038 (mon.0) 894 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T10:02:06.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:06 smithi133 bash[17559]: audit 2024-01-16T10:02:06.114985+0000 mon.smithi038 (mon.0) 894 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T10:02:07.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:07 smithi038 bash[13941]: cluster 2024-01-16T10:02:06.145588+0000 mgr.smithi038.dukxrr (mgr.14180) 830 : 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-01-16T10:02:07.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:07 smithi038 bash[13941]: audit 2024-01-16T10:02:06.420035+0000 mon.smithi038 (mon.0) 895 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T10:02:07.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:07 smithi038 bash[13941]: audit 2024-01-16T10:02:06.421125+0000 mon.smithi038 (mon.0) 896 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T10:02:07.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:07 smithi038 bash[13941]: audit 2024-01-16T10:02:06.429120+0000 mon.smithi038 (mon.0) 897 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:02:07.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:07 smithi038 bash[13941]: cluster 2024-01-16T10:02:06.429871+0000 mgr.smithi038.dukxrr (mgr.14180) 831 : cluster [DBG] pgmap v573: 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-01-16T10:02:07.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:07 smithi038 bash[13941]: audit 2024-01-16T10:02:06.437234+0000 mon.smithi038 (mon.0) 898 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T10:02:07.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:07 smithi038 bash[13941]: audit 2024-01-16T10:02:06.450625+0000 mon.smithi038 (mon.0) 899 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:02:07.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:07 smithi038 bash[13941]: cephadm 2024-01-16T10:02:06.455246+0000 mgr.smithi038.dukxrr (mgr.14180) 832 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi133.acvike on smithi133 2024-01-16T10:02:07.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:07 smithi133 bash[17559]: cluster 2024-01-16T10:02:06.145588+0000 mgr.smithi038.dukxrr (mgr.14180) 830 : 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-01-16T10:02:07.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:07 smithi133 bash[17559]: audit 2024-01-16T10:02:06.420035+0000 mon.smithi038 (mon.0) 895 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T10:02:07.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:07 smithi133 bash[17559]: audit 2024-01-16T10:02:06.421125+0000 mon.smithi038 (mon.0) 896 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T10:02:07.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:07 smithi133 bash[17559]: audit 2024-01-16T10:02:06.429120+0000 mon.smithi038 (mon.0) 897 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:02:07.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:07 smithi133 bash[17559]: cluster 2024-01-16T10:02:06.429871+0000 mgr.smithi038.dukxrr (mgr.14180) 831 : cluster [DBG] pgmap v573: 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-01-16T10:02:07.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:07 smithi133 bash[17559]: audit 2024-01-16T10:02:06.437234+0000 mon.smithi038 (mon.0) 898 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T10:02:07.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:07 smithi133 bash[17559]: audit 2024-01-16T10:02:06.450625+0000 mon.smithi038 (mon.0) 899 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:02:07.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:07 smithi133 bash[17559]: cephadm 2024-01-16T10:02:06.455246+0000 mgr.smithi038.dukxrr (mgr.14180) 832 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi133.acvike on smithi133 2024-01-16T10:02:08.153 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:02:08.153 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.915086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.qsfpdc on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:01:01.130815Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.qtqwqr on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qtqwqr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qtqwqr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qtqwqr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qtqwqr\nDeploy daemon haproxy.nfs.foo.smithi133.qtqwqr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:01:06.102867Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.rcgrrh on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-rcgrrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-rcgrrh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.rcgrrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.rcgrrh\nDeploy daemon haproxy.nfs.foo.smithi038.rcgrrh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:01:06.107334Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.qiwynx on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:01:06.109819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.octuvo on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:02:08.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:08 smithi038 bash[13941]: cluster 2024-01-16T10:02:07.426013+0000 mon.smithi038 (mon.0) 900 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-16T10:02:08.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:08 smithi038 bash[13941]: cluster 2024-01-16T10:02:07.426086+0000 mon.smithi038 (mon.0) 901 : cluster [INF] Cluster is now healthy 2024-01-16T10:02:08.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:08 smithi133 bash[17559]: cluster 2024-01-16T10:02:07.426013+0000 mon.smithi038 (mon.0) 900 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-16T10:02:08.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:08 smithi133 bash[17559]: cluster 2024-01-16T10:02:07.426086+0000 mon.smithi038 (mon.0) 901 : cluster [INF] Cluster is now healthy 2024-01-16T10:02:08.890 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:02:09.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:09 smithi038 bash[13941]: audit 2024-01-16T10:02:08.148369+0000 mgr.smithi038.dukxrr (mgr.14180) 833 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:09.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:09 smithi038 bash[13941]: cluster 2024-01-16T10:02:08.430998+0000 mgr.smithi038.dukxrr (mgr.14180) 834 : cluster [DBG] pgmap v574: 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-01-16T10:02:09.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:09 smithi133 bash[17559]: audit 2024-01-16T10:02:08.148369+0000 mgr.smithi038.dukxrr (mgr.14180) 833 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:09.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:09 smithi133 bash[17559]: cluster 2024-01-16T10:02:08.430998+0000 mgr.smithi038.dukxrr (mgr.14180) 834 : cluster [DBG] pgmap v574: 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-01-16T10:02:09.890 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:02:11.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:11 smithi038 bash[13941]: cephadm 2024-01-16T10:02:10.415993+0000 mgr.smithi038.dukxrr (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-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-acvike 2024-01-16T10:02:11.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:11 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:02:11.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:11 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-acvike 2024-01-16T10:02:11.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:11 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.acvike 2024-01-16T10:02:11.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:11 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:02:11.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:11 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.acvike 2024-01-16T10:02:11.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:11 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.acvike ... 2024-01-16T10:02:11.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:11 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:02:11.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:11 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:02:11.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:11 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:02:11.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:11 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:02:11.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:11 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:02:11.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:11 smithi038 bash[13941]: Traceback (most recent call last): 2024-01-16T10:02:11.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:11 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T10:02:11.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:11 smithi038 bash[13941]: yield (conn, connr) 2024-01-16T10:02:11.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:11 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T10:02:11.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:11 smithi038 bash[13941]: code, '\n'.join(err))) 2024-01-16T10:02:11.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:11 smithi038 bash[13941]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-acvike 2024-01-16T10:02:11.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:11 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:02:11.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:11 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-acvike 2024-01-16T10:02:11.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:11 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.acvike 2024-01-16T10:02:11.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:11 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:02:11.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:11 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.acvike 2024-01-16T10:02:11.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:11 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.acvike ... 2024-01-16T10:02:11.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:11 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:02:11.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:11 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:02:11.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:11 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:02:11.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:11 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:02:11.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:11 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:02:11.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:11 smithi038 bash[13941]: cephadm 2024-01-16T10:02:10.416359+0000 mgr.smithi038.dukxrr (mgr.14180) 836 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi133.acvike 2024-01-16T10:02:11.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:11 smithi038 bash[13941]: audit 2024-01-16T10:02:10.417045+0000 mon.smithi038 (mon.0) 902 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi133.acvike"}]: dispatch 2024-01-16T10:02:11.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:11 smithi038 bash[13941]: cephadm 2024-01-16T10:02:10.418451+0000 mgr.smithi038.dukxrr (mgr.14180) 837 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi133.acvike on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-acvike 2024-01-16T10:02:11.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:11 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:02:11.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:11 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-acvike 2024-01-16T10:02:11.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:11 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.acvike 2024-01-16T10:02:11.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:11 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:02:11.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:11 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.acvike 2024-01-16T10:02:11.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:11 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.acvike ... 2024-01-16T10:02:11.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:11 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:02:11.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:11 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:02:11.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:11 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:02:11.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:11 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:02:11.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:11 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:02:11.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:11 smithi038 bash[13941]: cephadm 2024-01-16T10:02:10.423093+0000 mgr.smithi038.dukxrr (mgr.14180) 838 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.nbeinq on smithi038 2024-01-16T10:02:11.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:11 smithi038 bash[13941]: cluster 2024-01-16T10:02:10.431549+0000 mgr.smithi038.dukxrr (mgr.14180) 839 : cluster [DBG] pgmap v575: 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-01-16T10:02:11.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:11 smithi133 bash[17559]: cephadm 2024-01-16T10:02:10.415993+0000 mgr.smithi038.dukxrr (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-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-acvike 2024-01-16T10:02:11.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:11 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:02:11.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:11 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-acvike 2024-01-16T10:02:11.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:11 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.acvike 2024-01-16T10:02:11.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:11 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:02:11.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:11 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.acvike 2024-01-16T10:02:11.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:11 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.acvike ... 2024-01-16T10:02:11.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:11 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:02:11.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:11 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:02:11.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:11 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:02:11.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:11 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:02:11.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:11 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:02:11.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:11 smithi133 bash[17559]: Traceback (most recent call last): 2024-01-16T10:02:11.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:11 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T10:02:11.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:11 smithi133 bash[17559]: yield (conn, connr) 2024-01-16T10:02:11.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:11 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T10:02:11.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:11 smithi133 bash[17559]: code, '\n'.join(err))) 2024-01-16T10:02:11.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:11 smithi133 bash[17559]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-acvike 2024-01-16T10:02:11.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:11 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:02:11.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:11 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-acvike 2024-01-16T10:02:11.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:11 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.acvike 2024-01-16T10:02:11.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:11 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:02:11.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:11 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.acvike 2024-01-16T10:02:11.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:11 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.acvike ... 2024-01-16T10:02:11.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:11 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:02:11.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:11 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:02:11.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:11 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:02:11.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:11 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:02:11.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:11 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:02:11.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:11 smithi133 bash[17559]: cephadm 2024-01-16T10:02:10.416359+0000 mgr.smithi038.dukxrr (mgr.14180) 836 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi133.acvike 2024-01-16T10:02:11.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:11 smithi133 bash[17559]: audit 2024-01-16T10:02:10.417045+0000 mon.smithi038 (mon.0) 902 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi133.acvike"}]: dispatch 2024-01-16T10:02:11.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:11 smithi133 bash[17559]: cephadm 2024-01-16T10:02:10.418451+0000 mgr.smithi038.dukxrr (mgr.14180) 837 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi133.acvike on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-acvike 2024-01-16T10:02:11.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:11 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:02:11.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:11 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-acvike 2024-01-16T10:02:11.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:11 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.acvike 2024-01-16T10:02:11.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:11 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:02:11.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:11 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.acvike 2024-01-16T10:02:11.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:11 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.acvike ... 2024-01-16T10:02:11.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:11 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:02:11.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:11 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:02:11.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:11 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:02:11.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:11 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:02:11.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:11 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:02:11.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:11 smithi133 bash[17559]: cephadm 2024-01-16T10:02:10.423093+0000 mgr.smithi038.dukxrr (mgr.14180) 838 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.nbeinq on smithi038 2024-01-16T10:02:11.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:11 smithi133 bash[17559]: cluster 2024-01-16T10:02:10.431549+0000 mgr.smithi038.dukxrr (mgr.14180) 839 : cluster [DBG] pgmap v575: 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-01-16T10:02:13.004 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:02:13.004 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:01:01.130815Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.qtqwqr on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qtqwqr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-qtqwqr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qtqwqr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.qtqwqr\nDeploy daemon haproxy.nfs.foo.smithi133.qtqwqr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:01:06.102867Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.rcgrrh on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-rcgrrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-rcgrrh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.rcgrrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.rcgrrh\nDeploy daemon haproxy.nfs.foo.smithi038.rcgrrh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:01:06.107334Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.qiwynx on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:01:06.109819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.octuvo on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:10.418230Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.acvike on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-acvike\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-acvike\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.acvike\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.acvike\nDeploy daemon haproxy.nfs.foo.smithi133.acvike ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -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.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:02:13.682 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:02:13.779 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:13 smithi038 bash[13941]: cluster 2024-01-16T10:02:12.432392+0000 mgr.smithi038.dukxrr (mgr.14180) 840 : cluster [DBG] pgmap v576: 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-01-16T10:02:13.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:13 smithi133 bash[17559]: cluster 2024-01-16T10:02:12.432392+0000 mgr.smithi038.dukxrr (mgr.14180) 840 : cluster [DBG] pgmap v576: 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-01-16T10:02:14.683 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:02:14.779 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:14 smithi038 bash[13941]: audit 2024-01-16T10:02:12.998682+0000 mgr.smithi038.dukxrr (mgr.14180) 841 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:14.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:14 smithi038 bash[13941]: audit 2024-01-16T10:02:14.224504+0000 mon.smithi038 (mon.0) 903 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi038.nbeinq"}]: dispatch 2024-01-16T10:02:14.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:14 smithi133 bash[17559]: audit 2024-01-16T10:02:12.998682+0000 mgr.smithi038.dukxrr (mgr.14180) 841 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:14.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:14 smithi133 bash[17559]: audit 2024-01-16T10:02:14.224504+0000 mon.smithi038 (mon.0) 903 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi038.nbeinq"}]: dispatch 2024-01-16T10:02:15.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:15 smithi038 bash[13941]: cephadm 2024-01-16T10:02:14.223568+0000 mgr.smithi038.dukxrr (mgr.14180) 842 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nbeinq 2024-01-16T10:02:15.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:15 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:02:15.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:15 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nbeinq 2024-01-16T10:02:15.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:15 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nbeinq 2024-01-16T10:02:15.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:15 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:02:15.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:15 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nbeinq 2024-01-16T10:02:15.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:15 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.nbeinq ... 2024-01-16T10:02:15.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:15 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:02:15.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:15 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:02:15.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:15 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:02:15.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:15 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:02:15.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:15 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:02:15.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:15 smithi038 bash[13941]: Traceback (most recent call last): 2024-01-16T10:02:15.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:15 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T10:02:15.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:15 smithi038 bash[13941]: yield (conn, connr) 2024-01-16T10:02:15.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:15 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T10:02:15.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:15 smithi038 bash[13941]: code, '\n'.join(err))) 2024-01-16T10:02:15.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:15 smithi038 bash[13941]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nbeinq 2024-01-16T10:02:15.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:15 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:02:15.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:15 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nbeinq 2024-01-16T10:02:15.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:15 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nbeinq 2024-01-16T10:02:15.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:15 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:02:15.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:15 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nbeinq 2024-01-16T10:02:15.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:15 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.nbeinq ... 2024-01-16T10:02:15.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:15 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:02:15.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:15 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:02:15.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:15 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:02:15.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:15 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:02:15.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:15 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:02:15.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:15 smithi038 bash[13941]: cephadm 2024-01-16T10:02:14.224004+0000 mgr.smithi038.dukxrr (mgr.14180) 843 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi038.nbeinq 2024-01-16T10:02:15.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:15 smithi038 bash[13941]: cephadm 2024-01-16T10:02:14.225875+0000 mgr.smithi038.dukxrr (mgr.14180) 844 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi038.nbeinq on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nbeinq 2024-01-16T10:02:15.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:15 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:02:15.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:15 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nbeinq 2024-01-16T10:02:15.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:15 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nbeinq 2024-01-16T10:02:15.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:15 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:02:15.783 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:15 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nbeinq 2024-01-16T10:02:15.783 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:15 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.nbeinq ... 2024-01-16T10:02:15.783 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:15 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:02:15.783 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:15 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:02:15.783 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:15 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:02:15.783 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:15 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:02:15.783 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:15 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:02:15.783 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:15 smithi038 bash[13941]: cephadm 2024-01-16T10:02:14.230094+0000 mgr.smithi038.dukxrr (mgr.14180) 845 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi133.mqyoic on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:02:15.783 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:15 smithi038 bash[13941]: cephadm 2024-01-16T10:02:14.232317+0000 mgr.smithi038.dukxrr (mgr.14180) 846 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi038.onbgfh on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:02:15.783 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:15 smithi038 bash[13941]: cluster 2024-01-16T10:02:14.234084+0000 mgr.smithi038.dukxrr (mgr.14180) 847 : cluster [DBG] pgmap v577: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-01-16T10:02:15.783 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:15 smithi038 bash[13941]: cluster 2024-01-16T10:02:14.489682+0000 mon.smithi038 (mon.0) 904 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-16T10:02:15.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:15 smithi133 bash[17559]: cephadm 2024-01-16T10:02:14.223568+0000 mgr.smithi038.dukxrr (mgr.14180) 842 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nbeinq 2024-01-16T10:02:15.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:15 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:02:15.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:15 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nbeinq 2024-01-16T10:02:15.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:15 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nbeinq 2024-01-16T10:02:15.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:15 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:02:15.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:15 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nbeinq 2024-01-16T10:02:15.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:15 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.nbeinq ... 2024-01-16T10:02:15.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:15 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:02:15.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:15 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:02:15.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:15 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:02:15.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:15 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:02:15.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:15 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:02:15.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:15 smithi133 bash[17559]: Traceback (most recent call last): 2024-01-16T10:02:15.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:15 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T10:02:15.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:15 smithi133 bash[17559]: yield (conn, connr) 2024-01-16T10:02:15.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:15 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T10:02:15.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:15 smithi133 bash[17559]: code, '\n'.join(err))) 2024-01-16T10:02:15.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:15 smithi133 bash[17559]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nbeinq 2024-01-16T10:02:15.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:15 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:02:15.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:15 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nbeinq 2024-01-16T10:02:15.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:15 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nbeinq 2024-01-16T10:02:15.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:15 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:02:15.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:15 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nbeinq 2024-01-16T10:02:15.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:15 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.nbeinq ... 2024-01-16T10:02:15.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:15 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:02:15.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:15 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:02:15.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:15 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:02:15.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:15 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:02:15.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:15 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:02:15.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:15 smithi133 bash[17559]: cephadm 2024-01-16T10:02:14.224004+0000 mgr.smithi038.dukxrr (mgr.14180) 843 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi038.nbeinq 2024-01-16T10:02:15.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:15 smithi133 bash[17559]: cephadm 2024-01-16T10:02:14.225875+0000 mgr.smithi038.dukxrr (mgr.14180) 844 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi038.nbeinq on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nbeinq 2024-01-16T10:02:15.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:15 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:02:15.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:15 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nbeinq 2024-01-16T10:02:15.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:15 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nbeinq 2024-01-16T10:02:15.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:15 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:02:15.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:15 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nbeinq 2024-01-16T10:02:15.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:15 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.nbeinq ... 2024-01-16T10:02:15.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:15 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:02:15.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:15 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:02:15.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:15 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:02:15.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:15 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:02:15.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:15 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:02:15.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:15 smithi133 bash[17559]: cephadm 2024-01-16T10:02:14.230094+0000 mgr.smithi038.dukxrr (mgr.14180) 845 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi133.mqyoic on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:02:15.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:15 smithi133 bash[17559]: cephadm 2024-01-16T10:02:14.232317+0000 mgr.smithi038.dukxrr (mgr.14180) 846 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi038.onbgfh on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:02:15.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:15 smithi133 bash[17559]: cluster 2024-01-16T10:02:14.234084+0000 mgr.smithi038.dukxrr (mgr.14180) 847 : cluster [DBG] pgmap v577: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-01-16T10:02:15.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:15 smithi133 bash[17559]: cluster 2024-01-16T10:02:14.489682+0000 mon.smithi038 (mon.0) 904 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-16T10:02:17.779 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:17 smithi038 bash[13941]: cluster 2024-01-16T10:02:16.235248+0000 mgr.smithi038.dukxrr (mgr.14180) 848 : cluster [DBG] pgmap v578: 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-01-16T10:02:17.883 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:02:17.883 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:01:06.109819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.octuvo on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:10.418230Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.acvike on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-acvike\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-acvike\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.acvike\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.acvike\nDeploy daemon haproxy.nfs.foo.smithi133.acvike ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:02:14.225629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.nbeinq on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nbeinq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nbeinq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nbeinq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nbeinq\nDeploy daemon haproxy.nfs.foo.smithi038.nbeinq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:02:14.229902Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mqyoic on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:14.232191Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.onbgfh on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:02:17.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:17 smithi133 bash[17559]: cluster 2024-01-16T10:02:16.235248+0000 mgr.smithi038.dukxrr (mgr.14180) 848 : cluster [DBG] pgmap v578: 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-01-16T10:02:18.657 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:02:18.779 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:18 smithi038 bash[13941]: audit 2024-01-16T10:02:17.882605+0000 mgr.smithi038.dukxrr (mgr.14180) 849 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:18.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:18 smithi133 bash[17559]: audit 2024-01-16T10:02:17.882605+0000 mgr.smithi038.dukxrr (mgr.14180) 849 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:19.658 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:02:19.869 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:19 smithi038 bash[13941]: cluster 2024-01-16T10:02:18.236673+0000 mgr.smithi038.dukxrr (mgr.14180) 850 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-01-16T10:02:19.869 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:19 smithi038 bash[13941]: audit 2024-01-16T10:02:18.592859+0000 mon.smithi038 (mon.0) 905 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:02:19.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:19 smithi133 bash[17559]: cluster 2024-01-16T10:02:18.236673+0000 mgr.smithi038.dukxrr (mgr.14180) 850 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-01-16T10:02:19.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:19 smithi133 bash[17559]: audit 2024-01-16T10:02:18.592859+0000 mon.smithi038 (mon.0) 905 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:02:21.279 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:21 smithi038 bash[13941]: cluster 2024-01-16T10:02:20.237835+0000 mgr.smithi038.dukxrr (mgr.14180) 851 : cluster [DBG] pgmap v580: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-01-16T10:02:21.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:21 smithi133 bash[17559]: cluster 2024-01-16T10:02:20.237835+0000 mgr.smithi038.dukxrr (mgr.14180) 851 : cluster [DBG] pgmap v580: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-01-16T10:02:22.815 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:02:22.815 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:01:06.109819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.octuvo on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:10.418230Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.acvike on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-acvike\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-acvike\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.acvike\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.acvike\nDeploy daemon haproxy.nfs.foo.smithi133.acvike ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:02:14.225629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.nbeinq on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nbeinq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nbeinq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nbeinq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nbeinq\nDeploy daemon haproxy.nfs.foo.smithi038.nbeinq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:02:14.229902Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mqyoic on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:14.232191Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.onbgfh on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:02:23.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:23 smithi038 bash[13941]: cluster 2024-01-16T10:02:22.238881+0000 mgr.smithi038.dukxrr (mgr.14180) 852 : cluster [DBG] pgmap v581: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-01-16T10:02:23.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:23 smithi038 bash[13941]: audit 2024-01-16T10:02:22.807686+0000 mgr.smithi038.dukxrr (mgr.14180) 853 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:23.601 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:02:23.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:23 smithi133 bash[17559]: cluster 2024-01-16T10:02:22.238881+0000 mgr.smithi038.dukxrr (mgr.14180) 852 : cluster [DBG] pgmap v581: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-01-16T10:02:23.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:23 smithi133 bash[17559]: audit 2024-01-16T10:02:22.807686+0000 mgr.smithi038.dukxrr (mgr.14180) 853 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:24.603 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:02:25.637 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:25 smithi038 bash[13941]: cluster 2024-01-16T10:02:24.240282+0000 mgr.smithi038.dukxrr (mgr.14180) 854 : cluster [DBG] pgmap v582: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 346 B/s rd, 0 op/s 2024-01-16T10:02:25.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:25 smithi133 bash[17559]: cluster 2024-01-16T10:02:24.240282+0000 mgr.smithi038.dukxrr (mgr.14180) 854 : cluster [DBG] pgmap v582: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 346 B/s rd, 0 op/s 2024-01-16T10:02:27.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:27 smithi133 bash[17559]: cluster 2024-01-16T10:02:26.241384+0000 mgr.smithi038.dukxrr (mgr.14180) 855 : cluster [DBG] pgmap v583: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:02:27.738 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:02:27.738 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:01:06.109819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.octuvo on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:10.418230Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.acvike on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-acvike\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-acvike\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.acvike\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.acvike\nDeploy daemon haproxy.nfs.foo.smithi133.acvike ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:02:14.225629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.nbeinq on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nbeinq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nbeinq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nbeinq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nbeinq\nDeploy daemon haproxy.nfs.foo.smithi038.nbeinq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:02:14.229902Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mqyoic on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:14.232191Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.onbgfh on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:02:27.779 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:27 smithi038 bash[13941]: cluster 2024-01-16T10:02:26.241384+0000 mgr.smithi038.dukxrr (mgr.14180) 855 : cluster [DBG] pgmap v583: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:02:28.486 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:02:28.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:28 smithi133 bash[17559]: audit 2024-01-16T10:02:27.731591+0000 mgr.smithi038.dukxrr (mgr.14180) 856 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:28.779 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:28 smithi038 bash[13941]: audit 2024-01-16T10:02:27.731591+0000 mgr.smithi038.dukxrr (mgr.14180) 856 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:29.488 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:02:29.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:29 smithi133 bash[17559]: cluster 2024-01-16T10:02:28.242759+0000 mgr.smithi038.dukxrr (mgr.14180) 857 : 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-01-16T10:02:29.696 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:29 smithi038 bash[13941]: cluster 2024-01-16T10:02:28.242759+0000 mgr.smithi038.dukxrr (mgr.14180) 857 : 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-01-16T10:02:31.279 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:31 smithi038 bash[13941]: cluster 2024-01-16T10:02:30.243827+0000 mgr.smithi038.dukxrr (mgr.14180) 858 : 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-01-16T10:02:31.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:31 smithi133 bash[17559]: cluster 2024-01-16T10:02:30.243827+0000 mgr.smithi038.dukxrr (mgr.14180) 858 : 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-01-16T10:02:32.773 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:02:32.773 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:01:06.109819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.octuvo on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:10.418230Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.acvike on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-acvike\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-acvike\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.acvike\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.acvike\nDeploy daemon haproxy.nfs.foo.smithi133.acvike ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:02:14.225629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.nbeinq on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nbeinq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nbeinq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nbeinq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nbeinq\nDeploy daemon haproxy.nfs.foo.smithi038.nbeinq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:02:14.229902Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mqyoic on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:14.232191Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.onbgfh on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:02:33.485 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:02:33.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:33 smithi133 bash[17559]: cluster 2024-01-16T10:02:32.244868+0000 mgr.smithi038.dukxrr (mgr.14180) 859 : 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-01-16T10:02:33.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:33 smithi133 bash[17559]: audit 2024-01-16T10:02:32.771423+0000 mgr.smithi038.dukxrr (mgr.14180) 860 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:33.779 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:33 smithi038 bash[13941]: cluster 2024-01-16T10:02:32.244868+0000 mgr.smithi038.dukxrr (mgr.14180) 859 : 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-01-16T10:02:33.779 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:33 smithi038 bash[13941]: audit 2024-01-16T10:02:32.771423+0000 mgr.smithi038.dukxrr (mgr.14180) 860 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:34.487 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:02:35.562 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:35 smithi038 bash[13941]: cluster 2024-01-16T10:02:34.246244+0000 mgr.smithi038.dukxrr (mgr.14180) 861 : 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-01-16T10:02:35.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:35 smithi133 bash[17559]: cluster 2024-01-16T10:02:34.246244+0000 mgr.smithi038.dukxrr (mgr.14180) 861 : 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-01-16T10:02:37.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:37 smithi038 bash[13941]: cluster 2024-01-16T10:02:36.247016+0000 mgr.smithi038.dukxrr (mgr.14180) 862 : 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-01-16T10:02:37.636 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:02:37.636 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:01:06.109819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.octuvo on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:10.418230Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.acvike on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-acvike\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-acvike\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.acvike\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.acvike\nDeploy daemon haproxy.nfs.foo.smithi133.acvike ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:02:14.225629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.nbeinq on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nbeinq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nbeinq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nbeinq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nbeinq\nDeploy daemon haproxy.nfs.foo.smithi038.nbeinq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:02:14.229902Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mqyoic on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:14.232191Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.onbgfh on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:02:37.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:37 smithi133 bash[17559]: cluster 2024-01-16T10:02:36.247016+0000 mgr.smithi038.dukxrr (mgr.14180) 862 : 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-01-16T10:02:38.340 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:02:38.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:38 smithi133 bash[17559]: audit 2024-01-16T10:02:37.633914+0000 mgr.smithi038.dukxrr (mgr.14180) 863 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:38.779 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:38 smithi038 bash[13941]: audit 2024-01-16T10:02:37.633914+0000 mgr.smithi038.dukxrr (mgr.14180) 863 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:39.341 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:02:39.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:39 smithi133 bash[17559]: cluster 2024-01-16T10:02:38.248264+0000 mgr.smithi038.dukxrr (mgr.14180) 864 : 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-01-16T10:02:39.779 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:39 smithi038 bash[13941]: cluster 2024-01-16T10:02:38.248264+0000 mgr.smithi038.dukxrr (mgr.14180) 864 : 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-01-16T10:02:41.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:41 smithi133 bash[17559]: cluster 2024-01-16T10:02:40.249062+0000 mgr.smithi038.dukxrr (mgr.14180) 865 : 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-01-16T10:02:41.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:41 smithi038 bash[13941]: cluster 2024-01-16T10:02:40.249062+0000 mgr.smithi038.dukxrr (mgr.14180) 865 : 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-01-16T10:02:42.579 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:02:42.579 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:01:06.109819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.octuvo on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:10.418230Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.acvike on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-acvike\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-acvike\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.acvike\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.acvike\nDeploy daemon haproxy.nfs.foo.smithi133.acvike ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:02:14.225629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.nbeinq on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nbeinq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nbeinq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nbeinq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nbeinq\nDeploy daemon haproxy.nfs.foo.smithi038.nbeinq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:02:14.229902Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mqyoic on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:14.232191Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.onbgfh on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:02:43.314 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:02:43.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:43 smithi133 bash[17559]: cluster 2024-01-16T10:02:42.249967+0000 mgr.smithi038.dukxrr (mgr.14180) 866 : 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-01-16T10:02:43.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:43 smithi133 bash[17559]: audit 2024-01-16T10:02:42.573716+0000 mgr.smithi038.dukxrr (mgr.14180) 867 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:43.779 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:43 smithi038 bash[13941]: cluster 2024-01-16T10:02:42.249967+0000 mgr.smithi038.dukxrr (mgr.14180) 866 : 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-01-16T10:02:43.779 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:43 smithi038 bash[13941]: audit 2024-01-16T10:02:42.573716+0000 mgr.smithi038.dukxrr (mgr.14180) 867 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:44.316 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:02:45.582 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:45 smithi038 bash[13941]: cluster 2024-01-16T10:02:44.250832+0000 mgr.smithi038.dukxrr (mgr.14180) 868 : 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-01-16T10:02:45.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:45 smithi133 bash[17559]: cluster 2024-01-16T10:02:44.250832+0000 mgr.smithi038.dukxrr (mgr.14180) 868 : 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-01-16T10:02:47.445 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:02:47.446 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:01:06.109819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.octuvo on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:10.418230Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.acvike on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-acvike\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-acvike\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.acvike\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.acvike\nDeploy daemon haproxy.nfs.foo.smithi133.acvike ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:02:14.225629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.nbeinq on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nbeinq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nbeinq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nbeinq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nbeinq\nDeploy daemon haproxy.nfs.foo.smithi038.nbeinq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:02:14.229902Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mqyoic on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:14.232191Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.onbgfh on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:02:47.674 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:47 smithi038 bash[13941]: cluster 2024-01-16T10:02:46.252105+0000 mgr.smithi038.dukxrr (mgr.14180) 869 : 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-01-16T10:02:47.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:47 smithi133 bash[17559]: cluster 2024-01-16T10:02:46.252105+0000 mgr.smithi038.dukxrr (mgr.14180) 869 : 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-01-16T10:02:48.235 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:02:48.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:48 smithi038 bash[13941]: audit 2024-01-16T10:02:47.439128+0000 mgr.smithi038.dukxrr (mgr.14180) 870 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:48.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:48 smithi133 bash[17559]: audit 2024-01-16T10:02:47.439128+0000 mgr.smithi038.dukxrr (mgr.14180) 870 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:49.237 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:02:49.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:49 smithi038 bash[13941]: cluster 2024-01-16T10:02:48.253471+0000 mgr.smithi038.dukxrr (mgr.14180) 871 : 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-01-16T10:02:49.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:49 smithi133 bash[17559]: cluster 2024-01-16T10:02:48.253471+0000 mgr.smithi038.dukxrr (mgr.14180) 871 : 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-01-16T10:02:51.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:51 smithi133 bash[17559]: cluster 2024-01-16T10:02:50.254533+0000 mgr.smithi038.dukxrr (mgr.14180) 872 : 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-01-16T10:02:51.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:51 smithi038 bash[13941]: cluster 2024-01-16T10:02:50.254533+0000 mgr.smithi038.dukxrr (mgr.14180) 872 : 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-01-16T10:02:52.490 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:02:52.490 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:01:06.109819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.octuvo on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:10.418230Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.acvike on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-acvike\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-acvike\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.acvike\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.acvike\nDeploy daemon haproxy.nfs.foo.smithi133.acvike ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:02:14.225629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.nbeinq on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nbeinq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nbeinq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nbeinq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nbeinq\nDeploy daemon haproxy.nfs.foo.smithi038.nbeinq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:02:14.229902Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mqyoic on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:14.232191Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.onbgfh on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:02:53.243 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:02:53.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:53 smithi038 bash[13941]: cluster 2024-01-16T10:02:52.255487+0000 mgr.smithi038.dukxrr (mgr.14180) 873 : 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-01-16T10:02:53.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:53 smithi038 bash[13941]: audit 2024-01-16T10:02:52.485194+0000 mgr.smithi038.dukxrr (mgr.14180) 874 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:53.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:53 smithi133 bash[17559]: cluster 2024-01-16T10:02:52.255487+0000 mgr.smithi038.dukxrr (mgr.14180) 873 : 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-01-16T10:02:53.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:53 smithi133 bash[17559]: audit 2024-01-16T10:02:52.485194+0000 mgr.smithi038.dukxrr (mgr.14180) 874 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:54.244 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:02:55.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:55 smithi038 bash[13941]: cluster 2024-01-16T10:02:54.256967+0000 mgr.smithi038.dukxrr (mgr.14180) 875 : 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-01-16T10:02:55.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:55 smithi133 bash[17559]: cluster 2024-01-16T10:02:54.256967+0000 mgr.smithi038.dukxrr (mgr.14180) 875 : 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-01-16T10:02:57.171 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:02:57.171 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:01:06.109819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.octuvo on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:10.418230Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.acvike on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-acvike\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-acvike\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.acvike\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.acvike\nDeploy daemon haproxy.nfs.foo.smithi133.acvike ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:02:14.225629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.nbeinq on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nbeinq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nbeinq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nbeinq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nbeinq\nDeploy daemon haproxy.nfs.foo.smithi038.nbeinq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:02:14.229902Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mqyoic on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:14.232191Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.onbgfh on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:02:57.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:57 smithi038 bash[13941]: cluster 2024-01-16T10:02:56.257895+0000 mgr.smithi038.dukxrr (mgr.14180) 876 : 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-01-16T10:02:57.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:57 smithi133 bash[17559]: cluster 2024-01-16T10:02:56.257895+0000 mgr.smithi038.dukxrr (mgr.14180) 876 : 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-01-16T10:02:57.919 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:02:58.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:58 smithi133 bash[17559]: audit 2024-01-16T10:02:57.165778+0000 mgr.smithi038.dukxrr (mgr.14180) 877 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:58.779 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:58 smithi038 bash[13941]: audit 2024-01-16T10:02:57.165778+0000 mgr.smithi038.dukxrr (mgr.14180) 877 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:58.921 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:02:59.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:02:59 smithi133 bash[17559]: cluster 2024-01-16T10:02:58.259250+0000 mgr.smithi038.dukxrr (mgr.14180) 878 : 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-01-16T10:02:59.779 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:02:59 smithi038 bash[13941]: cluster 2024-01-16T10:02:58.259250+0000 mgr.smithi038.dukxrr (mgr.14180) 878 : 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-01-16T10:03:01.279 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:01 smithi038 bash[13941]: cluster 2024-01-16T10:03:00.260438+0000 mgr.smithi038.dukxrr (mgr.14180) 879 : 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-01-16T10:03:01.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:01 smithi133 bash[17559]: cluster 2024-01-16T10:03:00.260438+0000 mgr.smithi038.dukxrr (mgr.14180) 879 : 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-01-16T10:03:02.066 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:03:02.066 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:01:06.109819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.octuvo on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:10.418230Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.acvike on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-acvike\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-acvike\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.acvike\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.acvike\nDeploy daemon haproxy.nfs.foo.smithi133.acvike ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:02:14.225629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.nbeinq on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nbeinq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nbeinq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nbeinq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nbeinq\nDeploy daemon haproxy.nfs.foo.smithi038.nbeinq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:02:14.229902Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mqyoic on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:14.232191Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.onbgfh on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:03:02.793 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:03:03.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:03 smithi133 bash[17559]: audit 2024-01-16T10:03:02.059275+0000 mgr.smithi038.dukxrr (mgr.14180) 880 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:03.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:03 smithi133 bash[17559]: cluster 2024-01-16T10:03:02.261284+0000 mgr.smithi038.dukxrr (mgr.14180) 881 : 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-01-16T10:03:03.779 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:03 smithi038 bash[13941]: audit 2024-01-16T10:03:02.059275+0000 mgr.smithi038.dukxrr (mgr.14180) 880 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:03.779 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:03 smithi038 bash[13941]: cluster 2024-01-16T10:03:02.261284+0000 mgr.smithi038.dukxrr (mgr.14180) 881 : 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-01-16T10:03:03.794 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:03:05.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:05 smithi038 bash[13941]: cluster 2024-01-16T10:03:04.262673+0000 mgr.smithi038.dukxrr (mgr.14180) 882 : 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-01-16T10:03:05.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:05 smithi133 bash[17559]: cluster 2024-01-16T10:03:04.262673+0000 mgr.smithi038.dukxrr (mgr.14180) 882 : 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-01-16T10:03:06.905 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:03:06.906 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:01:06.109819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.octuvo on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:10.418230Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.acvike on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-acvike\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-acvike\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.acvike\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.acvike\nDeploy daemon haproxy.nfs.foo.smithi133.acvike ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:02:14.225629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.nbeinq on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nbeinq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nbeinq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nbeinq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nbeinq\nDeploy daemon haproxy.nfs.foo.smithi038.nbeinq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:02:14.229902Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mqyoic on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:14.232191Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.onbgfh on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:03:07.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:07 smithi038 bash[13941]: cluster 2024-01-16T10:03:06.263762+0000 mgr.smithi038.dukxrr (mgr.14180) 883 : 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-01-16T10:03:07.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:07 smithi038 bash[13941]: audit 2024-01-16T10:03:06.897964+0000 mgr.smithi038.dukxrr (mgr.14180) 884 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:07.659 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:03:07.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:07 smithi133 bash[17559]: cluster 2024-01-16T10:03:06.263762+0000 mgr.smithi038.dukxrr (mgr.14180) 883 : 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-01-16T10:03:07.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:07 smithi133 bash[17559]: audit 2024-01-16T10:03:06.897964+0000 mgr.smithi038.dukxrr (mgr.14180) 884 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:08.660 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:03:09.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:09 smithi133 bash[17559]: cluster 2024-01-16T10:03:08.265101+0000 mgr.smithi038.dukxrr (mgr.14180) 885 : 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-01-16T10:03:09.706 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:09 smithi038 bash[13941]: cluster 2024-01-16T10:03:08.265101+0000 mgr.smithi038.dukxrr (mgr.14180) 885 : 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-01-16T10:03:11.390 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:11 smithi038 bash[13941]: cluster 2024-01-16T10:03:10.265950+0000 mgr.smithi038.dukxrr (mgr.14180) 886 : 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-01-16T10:03:11.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:11 smithi133 bash[17559]: cluster 2024-01-16T10:03:10.265950+0000 mgr.smithi038.dukxrr (mgr.14180) 886 : 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-01-16T10:03:11.822 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:03:11.822 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:01:06.109819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.octuvo on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:10.418230Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.acvike on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-acvike\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-acvike\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.acvike\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.acvike\nDeploy daemon haproxy.nfs.foo.smithi133.acvike ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:02:14.225629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.nbeinq on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nbeinq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nbeinq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nbeinq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nbeinq\nDeploy daemon haproxy.nfs.foo.smithi038.nbeinq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:02:14.229902Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mqyoic on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:14.232191Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.onbgfh on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:03:12.279 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:12 smithi038 bash[13941]: audit 2024-01-16T10:03:11.821102+0000 mgr.smithi038.dukxrr (mgr.14180) 887 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:12.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:12 smithi133 bash[17559]: audit 2024-01-16T10:03:11.821102+0000 mgr.smithi038.dukxrr (mgr.14180) 887 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:12.612 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:03:13.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:13 smithi133 bash[17559]: cluster 2024-01-16T10:03:12.267109+0000 mgr.smithi038.dukxrr (mgr.14180) 888 : 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-01-16T10:03:13.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:13 smithi038 bash[13941]: cluster 2024-01-16T10:03:12.267109+0000 mgr.smithi038.dukxrr (mgr.14180) 888 : 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-01-16T10:03:13.613 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:03:14.640 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:14 smithi038 bash[13941]: audit 2024-01-16T10:03:14.238257+0000 mon.smithi038 (mon.0) 906 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T10:03:14.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:14 smithi133 bash[17559]: audit 2024-01-16T10:03:14.238257+0000 mon.smithi038 (mon.0) 906 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T10:03:15.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:15 smithi133 bash[17559]: cluster 2024-01-16T10:03:14.268660+0000 mgr.smithi038.dukxrr (mgr.14180) 889 : 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-01-16T10:03:15.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:15 smithi133 bash[17559]: audit 2024-01-16T10:03:14.539616+0000 mon.smithi038 (mon.0) 907 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T10:03:15.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:15 smithi133 bash[17559]: audit 2024-01-16T10:03:14.540906+0000 mon.smithi038 (mon.0) 908 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T10:03:15.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:15 smithi133 bash[17559]: audit 2024-01-16T10:03:14.549402+0000 mon.smithi038 (mon.0) 909 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:03:15.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:15 smithi133 bash[17559]: cluster 2024-01-16T10:03:14.550268+0000 mgr.smithi038.dukxrr (mgr.14180) 890 : cluster [DBG] pgmap v608: 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-01-16T10:03:15.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:15 smithi133 bash[17559]: audit 2024-01-16T10:03:14.555492+0000 mon.smithi038 (mon.0) 910 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T10:03:15.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:15 smithi133 bash[17559]: audit 2024-01-16T10:03:14.570643+0000 mon.smithi038 (mon.0) 911 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:03:15.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:15 smithi133 bash[17559]: cephadm 2024-01-16T10:03:14.574406+0000 mgr.smithi038.dukxrr (mgr.14180) 891 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi133.szhcls on smithi133 2024-01-16T10:03:15.779 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:15 smithi038 bash[13941]: cluster 2024-01-16T10:03:14.268660+0000 mgr.smithi038.dukxrr (mgr.14180) 889 : 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-01-16T10:03:15.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:15 smithi038 bash[13941]: audit 2024-01-16T10:03:14.539616+0000 mon.smithi038 (mon.0) 907 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T10:03:15.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:15 smithi038 bash[13941]: audit 2024-01-16T10:03:14.540906+0000 mon.smithi038 (mon.0) 908 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T10:03:15.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:15 smithi038 bash[13941]: audit 2024-01-16T10:03:14.549402+0000 mon.smithi038 (mon.0) 909 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:03:15.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:15 smithi038 bash[13941]: cluster 2024-01-16T10:03:14.550268+0000 mgr.smithi038.dukxrr (mgr.14180) 890 : cluster [DBG] pgmap v608: 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-01-16T10:03:15.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:15 smithi038 bash[13941]: audit 2024-01-16T10:03:14.555492+0000 mon.smithi038 (mon.0) 910 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T10:03:15.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:15 smithi038 bash[13941]: audit 2024-01-16T10:03:14.570643+0000 mon.smithi038 (mon.0) 911 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:03:15.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:15 smithi038 bash[13941]: cephadm 2024-01-16T10:03:14.574406+0000 mgr.smithi038.dukxrr (mgr.14180) 891 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi133.szhcls on smithi133 2024-01-16T10:03:16.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:16 smithi133 bash[17559]: cluster 2024-01-16T10:03:15.545890+0000 mon.smithi038 (mon.0) 912 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-16T10:03:16.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:16 smithi133 bash[17559]: cluster 2024-01-16T10:03:15.545996+0000 mon.smithi038 (mon.0) 913 : cluster [INF] Cluster is now healthy 2024-01-16T10:03:16.779 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:16 smithi038 bash[13941]: cluster 2024-01-16T10:03:15.545890+0000 mon.smithi038 (mon.0) 912 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-16T10:03:16.779 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:16 smithi038 bash[13941]: cluster 2024-01-16T10:03:15.545996+0000 mon.smithi038 (mon.0) 913 : cluster [INF] Cluster is now healthy 2024-01-16T10:03:16.798 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:03:16.799 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:01:06.109819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.octuvo on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:10.418230Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.acvike on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-acvike\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-acvike\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.acvike\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.acvike\nDeploy daemon haproxy.nfs.foo.smithi133.acvike ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:02:14.225629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.nbeinq on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nbeinq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nbeinq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nbeinq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nbeinq\nDeploy daemon haproxy.nfs.foo.smithi038.nbeinq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:02:14.229902Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mqyoic on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:14.232191Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.onbgfh on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:03:17.564 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:03:17.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:17 smithi133 bash[17559]: cluster 2024-01-16T10:03:16.550888+0000 mgr.smithi038.dukxrr (mgr.14180) 892 : 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-01-16T10:03:17.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:17 smithi133 bash[17559]: audit 2024-01-16T10:03:16.797817+0000 mgr.smithi038.dukxrr (mgr.14180) 893 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:17.779 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:17 smithi038 bash[13941]: cluster 2024-01-16T10:03:16.550888+0000 mgr.smithi038.dukxrr (mgr.14180) 892 : 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-01-16T10:03:17.779 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:17 smithi038 bash[13941]: audit 2024-01-16T10:03:16.797817+0000 mgr.smithi038.dukxrr (mgr.14180) 893 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:18.565 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:03:19.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:18 smithi133 bash[17559]: audit 2024-01-16T10:03:17.845264+0000 mon.smithi038 (mon.0) 914 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:03:19.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:18 smithi133 bash[17559]: audit 2024-01-16T10:03:18.425768+0000 mon.smithi038 (mon.0) 915 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi133.szhcls"}]: dispatch 2024-01-16T10:03:19.279 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:18 smithi038 bash[13941]: audit 2024-01-16T10:03:17.845264+0000 mon.smithi038 (mon.0) 914 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:03:19.279 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:18 smithi038 bash[13941]: audit 2024-01-16T10:03:18.425768+0000 mon.smithi038 (mon.0) 915 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi133.szhcls"}]: dispatch 2024-01-16T10:03:20.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:19 smithi038 bash[13941]: cephadm 2024-01-16T10:03:18.424684+0000 mgr.smithi038.dukxrr (mgr.14180) 894 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-szhcls 2024-01-16T10:03:20.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:19 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:03:20.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:19 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-szhcls 2024-01-16T10:03:20.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:19 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.szhcls 2024-01-16T10:03:20.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:19 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:03:20.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:19 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.szhcls 2024-01-16T10:03:20.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:19 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.szhcls ... 2024-01-16T10:03:20.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:19 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:03:20.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:19 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:03:20.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:19 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:03:20.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:19 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:03:20.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:19 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:03:20.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:19 smithi038 bash[13941]: Traceback (most recent call last): 2024-01-16T10:03:20.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:19 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T10:03:20.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:19 smithi038 bash[13941]: yield (conn, connr) 2024-01-16T10:03:20.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:19 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T10:03:20.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:19 smithi038 bash[13941]: code, '\n'.join(err))) 2024-01-16T10:03:20.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:19 smithi038 bash[13941]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-szhcls 2024-01-16T10:03:20.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:19 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:03:20.031 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:19 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-szhcls 2024-01-16T10:03:20.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:19 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.szhcls 2024-01-16T10:03:20.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:19 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:03:20.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:19 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.szhcls 2024-01-16T10:03:20.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:19 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.szhcls ... 2024-01-16T10:03:20.032 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:19 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:03:20.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:19 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:03:20.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:19 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:03:20.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:19 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:03:20.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:19 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:03:20.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:19 smithi038 bash[13941]: cephadm 2024-01-16T10:03:18.425191+0000 mgr.smithi038.dukxrr (mgr.14180) 895 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi133.szhcls 2024-01-16T10:03:20.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:19 smithi038 bash[13941]: cephadm 2024-01-16T10:03:18.427635+0000 mgr.smithi038.dukxrr (mgr.14180) 896 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi133.szhcls on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-szhcls 2024-01-16T10:03:20.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:19 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:03:20.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:19 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-szhcls 2024-01-16T10:03:20.033 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:19 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.szhcls 2024-01-16T10:03:20.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:19 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:03:20.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:19 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.szhcls 2024-01-16T10:03:20.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:19 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.szhcls ... 2024-01-16T10:03:20.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:19 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:03:20.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:19 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:03:20.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:19 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:03:20.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:19 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:03:20.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:19 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:03:20.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:19 smithi038 bash[13941]: cephadm 2024-01-16T10:03:18.432646+0000 mgr.smithi038.dukxrr (mgr.14180) 897 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.kflqzc on smithi038 2024-01-16T10:03:20.034 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:19 smithi038 bash[13941]: cluster 2024-01-16T10:03:18.551971+0000 mgr.smithi038.dukxrr (mgr.14180) 898 : 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-01-16T10:03:20.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:19 smithi133 bash[17559]: cephadm 2024-01-16T10:03:18.424684+0000 mgr.smithi038.dukxrr (mgr.14180) 894 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-szhcls 2024-01-16T10:03:20.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:19 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:03:20.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:19 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-szhcls 2024-01-16T10:03:20.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:19 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.szhcls 2024-01-16T10:03:20.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:19 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:03:20.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:19 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.szhcls 2024-01-16T10:03:20.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:19 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.szhcls ... 2024-01-16T10:03:20.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:19 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:03:20.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:19 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:03:20.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:19 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:03:20.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:19 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:03:20.176 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:19 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:03:20.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:19 smithi133 bash[17559]: Traceback (most recent call last): 2024-01-16T10:03:20.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:19 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T10:03:20.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:19 smithi133 bash[17559]: yield (conn, connr) 2024-01-16T10:03:20.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:19 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T10:03:20.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:19 smithi133 bash[17559]: code, '\n'.join(err))) 2024-01-16T10:03:20.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:19 smithi133 bash[17559]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-szhcls 2024-01-16T10:03:20.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:19 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:03:20.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:19 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-szhcls 2024-01-16T10:03:20.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:19 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.szhcls 2024-01-16T10:03:20.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:19 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:03:20.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:19 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.szhcls 2024-01-16T10:03:20.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:19 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.szhcls ... 2024-01-16T10:03:20.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:19 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:03:20.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:19 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:03:20.177 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:19 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:03:20.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:19 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:03:20.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:19 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:03:20.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:19 smithi133 bash[17559]: cephadm 2024-01-16T10:03:18.425191+0000 mgr.smithi038.dukxrr (mgr.14180) 895 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi133.szhcls 2024-01-16T10:03:20.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:19 smithi133 bash[17559]: cephadm 2024-01-16T10:03:18.427635+0000 mgr.smithi038.dukxrr (mgr.14180) 896 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi133.szhcls on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-szhcls 2024-01-16T10:03:20.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:19 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:03:20.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:19 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-szhcls 2024-01-16T10:03:20.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:19 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.szhcls 2024-01-16T10:03:20.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:19 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:03:20.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:19 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.szhcls 2024-01-16T10:03:20.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:19 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.szhcls ... 2024-01-16T10:03:20.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:19 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:03:20.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:19 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:03:20.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:19 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:03:20.178 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:19 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:03:20.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:19 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:03:20.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:19 smithi133 bash[17559]: cephadm 2024-01-16T10:03:18.432646+0000 mgr.smithi038.dukxrr (mgr.14180) 897 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.kflqzc on smithi038 2024-01-16T10:03:20.179 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:19 smithi133 bash[17559]: cluster 2024-01-16T10:03:18.551971+0000 mgr.smithi038.dukxrr (mgr.14180) 898 : 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-01-16T10:03:21.398 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:21 smithi038 bash[13941]: cluster 2024-01-16T10:03:20.552607+0000 mgr.smithi038.dukxrr (mgr.14180) 899 : 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-01-16T10:03:21.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:21 smithi133 bash[17559]: cluster 2024-01-16T10:03:20.552607+0000 mgr.smithi038.dukxrr (mgr.14180) 899 : 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-01-16T10:03:21.830 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:03:21.830 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:02:10.418230Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.acvike on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-acvike\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-acvike\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.acvike\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.acvike\nDeploy daemon haproxy.nfs.foo.smithi133.acvike ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:02:14.225629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.nbeinq on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nbeinq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-nbeinq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nbeinq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.nbeinq\nDeploy daemon haproxy.nfs.foo.smithi038.nbeinq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:02:14.229902Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mqyoic on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:14.232191Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.onbgfh on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:03:18.427296Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.szhcls on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-szhcls\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-szhcls\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.szhcls\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.szhcls\nDeploy daemon haproxy.nfs.foo.smithi133.szhcls ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -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.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:03:22.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:22 smithi133 bash[17559]: audit 2024-01-16T10:03:21.829174+0000 mgr.smithi038.dukxrr (mgr.14180) 900 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:22.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:22 smithi038 bash[13941]: audit 2024-01-16T10:03:21.829174+0000 mgr.smithi038.dukxrr (mgr.14180) 900 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:22.825 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:03:23.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:23 smithi038 bash[13941]: cluster 2024-01-16T10:03:22.553240+0000 mgr.smithi038.dukxrr (mgr.14180) 901 : cluster [DBG] pgmap v612: 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-01-16T10:03:23.280 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:23 smithi038 bash[13941]: cephadm 2024-01-16T10:03:22.731758+0000 mgr.smithi038.dukxrr (mgr.14180) 902 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kflqzc 2024-01-16T10:03:23.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:23 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:03:23.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:23 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kflqzc 2024-01-16T10:03:23.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:23 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kflqzc 2024-01-16T10:03:23.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:23 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:03:23.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:23 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kflqzc 2024-01-16T10:03:23.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:23 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.kflqzc ... 2024-01-16T10:03:23.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:23 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:03:23.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:23 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:03:23.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:23 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:03:23.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:23 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:03:23.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:23 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:03:23.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:23 smithi038 bash[13941]: Traceback (most recent call last): 2024-01-16T10:03:23.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:23 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T10:03:23.281 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:23 smithi038 bash[13941]: yield (conn, connr) 2024-01-16T10:03:23.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:23 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T10:03:23.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:23 smithi038 bash[13941]: code, '\n'.join(err))) 2024-01-16T10:03:23.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:23 smithi038 bash[13941]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kflqzc 2024-01-16T10:03:23.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:23 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:03:23.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:23 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kflqzc 2024-01-16T10:03:23.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:23 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kflqzc 2024-01-16T10:03:23.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:23 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:03:23.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:23 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kflqzc 2024-01-16T10:03:23.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:23 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.kflqzc ... 2024-01-16T10:03:23.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:23 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:03:23.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:23 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:03:23.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:23 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:03:23.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:23 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:03:23.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:23 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:03:23.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:23 smithi038 bash[13941]: cephadm 2024-01-16T10:03:22.732274+0000 mgr.smithi038.dukxrr (mgr.14180) 903 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi038.kflqzc 2024-01-16T10:03:23.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:23 smithi038 bash[13941]: audit 2024-01-16T10:03:22.732938+0000 mon.smithi038 (mon.0) 916 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi038.kflqzc"}]: dispatch 2024-01-16T10:03:23.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:23 smithi038 bash[13941]: cephadm 2024-01-16T10:03:22.734193+0000 mgr.smithi038.dukxrr (mgr.14180) 904 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi038.kflqzc on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kflqzc 2024-01-16T10:03:23.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:23 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:03:23.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:23 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kflqzc 2024-01-16T10:03:23.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:23 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kflqzc 2024-01-16T10:03:23.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:23 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:03:23.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:23 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kflqzc 2024-01-16T10:03:23.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:23 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.kflqzc ... 2024-01-16T10:03:23.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:23 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:03:23.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:23 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:03:23.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:23 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:03:23.283 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:23 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:03:23.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:23 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:03:23.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:23 smithi038 bash[13941]: cephadm 2024-01-16T10:03:22.738149+0000 mgr.smithi038.dukxrr (mgr.14180) 905 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi133.btydif on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:03:23.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:23 smithi038 bash[13941]: cephadm 2024-01-16T10:03:22.741352+0000 mgr.smithi038.dukxrr (mgr.14180) 906 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi038.yiuaac on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:03:23.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:23 smithi038 bash[13941]: cluster 2024-01-16T10:03:22.742298+0000 mgr.smithi038.dukxrr (mgr.14180) 907 : cluster [DBG] pgmap v613: 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-01-16T10:03:23.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:23 smithi133 bash[17559]: cluster 2024-01-16T10:03:22.553240+0000 mgr.smithi038.dukxrr (mgr.14180) 901 : cluster [DBG] pgmap v612: 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-01-16T10:03:23.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:23 smithi133 bash[17559]: cephadm 2024-01-16T10:03:22.731758+0000 mgr.smithi038.dukxrr (mgr.14180) 902 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kflqzc 2024-01-16T10:03:23.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:23 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:03:23.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:23 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kflqzc 2024-01-16T10:03:23.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:23 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kflqzc 2024-01-16T10:03:23.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:23 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:03:23.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:23 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kflqzc 2024-01-16T10:03:23.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:23 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.kflqzc ... 2024-01-16T10:03:23.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:23 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:03:23.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:23 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:03:23.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:23 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:03:23.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:23 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:03:23.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:23 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:03:23.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:23 smithi133 bash[17559]: Traceback (most recent call last): 2024-01-16T10:03:23.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:23 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T10:03:23.426 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:23 smithi133 bash[17559]: yield (conn, connr) 2024-01-16T10:03:23.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:23 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T10:03:23.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:23 smithi133 bash[17559]: code, '\n'.join(err))) 2024-01-16T10:03:23.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:23 smithi133 bash[17559]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kflqzc 2024-01-16T10:03:23.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:23 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:03:23.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:23 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kflqzc 2024-01-16T10:03:23.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:23 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kflqzc 2024-01-16T10:03:23.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:23 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:03:23.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:23 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kflqzc 2024-01-16T10:03:23.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:23 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.kflqzc ... 2024-01-16T10:03:23.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:23 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:03:23.427 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:23 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:03:23.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:23 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:03:23.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:23 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:03:23.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:23 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:03:23.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:23 smithi133 bash[17559]: cephadm 2024-01-16T10:03:22.732274+0000 mgr.smithi038.dukxrr (mgr.14180) 903 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi038.kflqzc 2024-01-16T10:03:23.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:23 smithi133 bash[17559]: audit 2024-01-16T10:03:22.732938+0000 mon.smithi038 (mon.0) 916 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi038.kflqzc"}]: dispatch 2024-01-16T10:03:23.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:23 smithi133 bash[17559]: cephadm 2024-01-16T10:03:22.734193+0000 mgr.smithi038.dukxrr (mgr.14180) 904 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi038.kflqzc on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kflqzc 2024-01-16T10:03:23.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:23 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:03:23.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:23 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kflqzc 2024-01-16T10:03:23.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:23 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kflqzc 2024-01-16T10:03:23.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:23 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:03:23.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:23 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kflqzc 2024-01-16T10:03:23.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:23 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.kflqzc ... 2024-01-16T10:03:23.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:23 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:03:23.428 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:23 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:03:23.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:23 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:03:23.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:23 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:03:23.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:23 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:03:23.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:23 smithi133 bash[17559]: cephadm 2024-01-16T10:03:22.738149+0000 mgr.smithi038.dukxrr (mgr.14180) 905 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi133.btydif on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:03:23.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:23 smithi133 bash[17559]: cephadm 2024-01-16T10:03:22.741352+0000 mgr.smithi038.dukxrr (mgr.14180) 906 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi038.yiuaac on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:03:23.429 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:23 smithi133 bash[17559]: cluster 2024-01-16T10:03:22.742298+0000 mgr.smithi038.dukxrr (mgr.14180) 907 : cluster [DBG] pgmap v613: 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-01-16T10:03:23.907 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:03:24.279 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:24 smithi038 bash[13941]: cluster 2024-01-16T10:03:23.055431+0000 mon.smithi038 (mon.0) 917 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-16T10:03:24.279 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:24 smithi038 bash[13941]: audit 2024-01-16T10:03:23.641166+0000 mon.smithi038 (mon.0) 918 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:03:24.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:24 smithi133 bash[17559]: cluster 2024-01-16T10:03:23.055431+0000 mon.smithi038 (mon.0) 917 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-16T10:03:24.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:24 smithi133 bash[17559]: audit 2024-01-16T10:03:23.641166+0000 mon.smithi038 (mon.0) 918 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:03:25.279 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:25 smithi038 bash[13941]: cluster 2024-01-16T10:03:24.743513+0000 mgr.smithi038.dukxrr (mgr.14180) 908 : cluster [DBG] pgmap v614: 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-01-16T10:03:25.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:25 smithi133 bash[17559]: cluster 2024-01-16T10:03:24.743513+0000 mgr.smithi038.dukxrr (mgr.14180) 908 : cluster [DBG] pgmap v614: 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-01-16T10:03:27.014 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:03:27.015 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:02:14.232191Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.onbgfh on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:03:18.427296Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.szhcls on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-szhcls\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-szhcls\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.szhcls\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.szhcls\nDeploy daemon haproxy.nfs.foo.smithi133.szhcls ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:03:22.733978Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.kflqzc on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kflqzc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kflqzc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kflqzc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kflqzc\nDeploy daemon haproxy.nfs.foo.smithi038.kflqzc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:03:22.737948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.btydif on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:03:22.741248Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.yiuaac on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:03:27.775 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:03:28.029 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:27 smithi038 bash[13941]: cluster 2024-01-16T10:03:26.744577+0000 mgr.smithi038.dukxrr (mgr.14180) 909 : cluster [DBG] pgmap v615: 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-01-16T10:03:28.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:27 smithi133 bash[17559]: cluster 2024-01-16T10:03:26.744577+0000 mgr.smithi038.dukxrr (mgr.14180) 909 : cluster [DBG] pgmap v615: 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-01-16T10:03:28.776 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:03:29.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:28 smithi133 bash[17559]: audit 2024-01-16T10:03:27.010084+0000 mgr.smithi038.dukxrr (mgr.14180) 910 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:29.279 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:28 smithi038 bash[13941]: audit 2024-01-16T10:03:27.010084+0000 mgr.smithi038.dukxrr (mgr.14180) 910 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:30.029 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:29 smithi038 bash[13941]: cluster 2024-01-16T10:03:28.746090+0000 mgr.smithi038.dukxrr (mgr.14180) 911 : cluster [DBG] pgmap v616: 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-01-16T10:03:30.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:29 smithi133 bash[17559]: cluster 2024-01-16T10:03:28.746090+0000 mgr.smithi038.dukxrr (mgr.14180) 911 : cluster [DBG] pgmap v616: 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-01-16T10:03:31.388 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:31 smithi038 bash[13941]: cluster 2024-01-16T10:03:30.747299+0000 mgr.smithi038.dukxrr (mgr.14180) 912 : cluster [DBG] pgmap v617: 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-01-16T10:03:31.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:31 smithi133 bash[17559]: cluster 2024-01-16T10:03:30.747299+0000 mgr.smithi038.dukxrr (mgr.14180) 912 : cluster [DBG] pgmap v617: 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-01-16T10:03:31.785 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:03:31.785 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:02:14.232191Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.onbgfh on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:03:18.427296Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.szhcls on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-szhcls\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-szhcls\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.szhcls\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.szhcls\nDeploy daemon haproxy.nfs.foo.smithi133.szhcls ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:03:22.733978Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.kflqzc on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kflqzc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kflqzc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kflqzc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kflqzc\nDeploy daemon haproxy.nfs.foo.smithi038.kflqzc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:03:22.737948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.btydif on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:03:22.741248Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.yiuaac on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:03:32.299 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:32 smithi038 bash[13941]: audit 2024-01-16T10:03:31.784433+0000 mgr.smithi038.dukxrr (mgr.14180) 913 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:32.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:32 smithi133 bash[17559]: audit 2024-01-16T10:03:31.784433+0000 mgr.smithi038.dukxrr (mgr.14180) 913 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:32.513 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:03:33.515 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:03:34.029 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:33 smithi038 bash[13941]: cluster 2024-01-16T10:03:32.748606+0000 mgr.smithi038.dukxrr (mgr.14180) 914 : cluster [DBG] pgmap v618: 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-01-16T10:03:34.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:33 smithi038 bash[13941]: audit 2024-01-16T10:03:32.845860+0000 mon.smithi038 (mon.0) 919 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:03:34.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:33 smithi133 bash[17559]: cluster 2024-01-16T10:03:32.748606+0000 mgr.smithi038.dukxrr (mgr.14180) 914 : cluster [DBG] pgmap v618: 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-01-16T10:03:34.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:33 smithi133 bash[17559]: audit 2024-01-16T10:03:32.845860+0000 mon.smithi038 (mon.0) 919 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:03:36.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:35 smithi133 bash[17559]: cluster 2024-01-16T10:03:34.750183+0000 mgr.smithi038.dukxrr (mgr.14180) 915 : cluster [DBG] pgmap v619: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:03:36.279 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:35 smithi038 bash[13941]: cluster 2024-01-16T10:03:34.750183+0000 mgr.smithi038.dukxrr (mgr.14180) 915 : cluster [DBG] pgmap v619: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:03:36.774 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:03:36.774 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:02:14.232191Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.onbgfh on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:03:18.427296Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.szhcls on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-szhcls\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-szhcls\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.szhcls\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.szhcls\nDeploy daemon haproxy.nfs.foo.smithi133.szhcls ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:03:22.733978Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.kflqzc on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kflqzc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kflqzc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kflqzc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kflqzc\nDeploy daemon haproxy.nfs.foo.smithi038.kflqzc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:03:22.737948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.btydif on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:03:22.741248Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.yiuaac on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:03:37.491 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:03:38.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:37 smithi133 bash[17559]: cluster 2024-01-16T10:03:36.751186+0000 mgr.smithi038.dukxrr (mgr.14180) 916 : 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-01-16T10:03:38.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:37 smithi133 bash[17559]: audit 2024-01-16T10:03:36.767655+0000 mgr.smithi038.dukxrr (mgr.14180) 917 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:38.279 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:37 smithi038 bash[13941]: cluster 2024-01-16T10:03:36.751186+0000 mgr.smithi038.dukxrr (mgr.14180) 916 : 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-01-16T10:03:38.279 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:37 smithi038 bash[13941]: audit 2024-01-16T10:03:36.767655+0000 mgr.smithi038.dukxrr (mgr.14180) 917 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:38.492 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:03:40.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:39 smithi133 bash[17559]: cluster 2024-01-16T10:03:38.752648+0000 mgr.smithi038.dukxrr (mgr.14180) 918 : 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-01-16T10:03:40.279 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:39 smithi038 bash[13941]: cluster 2024-01-16T10:03:38.752648+0000 mgr.smithi038.dukxrr (mgr.14180) 918 : 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-01-16T10:03:41.327 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:41 smithi038 bash[13941]: cluster 2024-01-16T10:03:40.753802+0000 mgr.smithi038.dukxrr (mgr.14180) 919 : 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-01-16T10:03:41.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:41 smithi133 bash[17559]: cluster 2024-01-16T10:03:40.753802+0000 mgr.smithi038.dukxrr (mgr.14180) 919 : 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-01-16T10:03:41.761 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:03:41.761 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:02:14.232191Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.onbgfh on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:03:18.427296Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.szhcls on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-szhcls\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-szhcls\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.szhcls\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.szhcls\nDeploy daemon haproxy.nfs.foo.smithi133.szhcls ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:03:22.733978Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.kflqzc on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kflqzc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kflqzc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kflqzc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kflqzc\nDeploy daemon haproxy.nfs.foo.smithi038.kflqzc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:03:22.737948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.btydif on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:03:22.741248Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.yiuaac on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:03:42.279 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:42 smithi038 bash[13941]: audit 2024-01-16T10:03:41.755879+0000 mgr.smithi038.dukxrr (mgr.14180) 920 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:42.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:42 smithi133 bash[17559]: audit 2024-01-16T10:03:41.755879+0000 mgr.smithi038.dukxrr (mgr.14180) 920 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:42.536 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:03:43.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:43 smithi133 bash[17559]: cluster 2024-01-16T10:03:42.755115+0000 mgr.smithi038.dukxrr (mgr.14180) 921 : cluster [DBG] pgmap v623: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T10:03:43.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:43 smithi038 bash[13941]: cluster 2024-01-16T10:03:42.755115+0000 mgr.smithi038.dukxrr (mgr.14180) 921 : cluster [DBG] pgmap v623: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T10:03:43.537 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:03:46.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:45 smithi133 bash[17559]: cluster 2024-01-16T10:03:44.756399+0000 mgr.smithi038.dukxrr (mgr.14180) 922 : cluster [DBG] pgmap v624: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:03:46.188 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:45 smithi038 bash[13941]: cluster 2024-01-16T10:03:44.756399+0000 mgr.smithi038.dukxrr (mgr.14180) 922 : cluster [DBG] pgmap v624: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:03:46.607 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:03:46.607 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:02:14.232191Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.onbgfh on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:03:18.427296Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.szhcls on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-szhcls\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-szhcls\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.szhcls\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.szhcls\nDeploy daemon haproxy.nfs.foo.smithi133.szhcls ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:03:22.733978Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.kflqzc on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kflqzc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kflqzc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kflqzc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kflqzc\nDeploy daemon haproxy.nfs.foo.smithi038.kflqzc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:03:22.737948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.btydif on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:03:22.741248Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.yiuaac on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:03:47.359 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:03:48.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:47 smithi133 bash[17559]: audit 2024-01-16T10:03:46.606080+0000 mgr.smithi038.dukxrr (mgr.14180) 923 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:48.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:47 smithi133 bash[17559]: cluster 2024-01-16T10:03:46.757087+0000 mgr.smithi038.dukxrr (mgr.14180) 924 : 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-01-16T10:03:48.279 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:47 smithi038 bash[13941]: audit 2024-01-16T10:03:46.606080+0000 mgr.smithi038.dukxrr (mgr.14180) 923 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:48.279 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:47 smithi038 bash[13941]: cluster 2024-01-16T10:03:46.757087+0000 mgr.smithi038.dukxrr (mgr.14180) 924 : 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-01-16T10:03:48.360 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:03:50.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:49 smithi133 bash[17559]: cluster 2024-01-16T10:03:48.758417+0000 mgr.smithi038.dukxrr (mgr.14180) 925 : 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-01-16T10:03:50.279 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:49 smithi038 bash[13941]: cluster 2024-01-16T10:03:48.758417+0000 mgr.smithi038.dukxrr (mgr.14180) 925 : 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-01-16T10:03:51.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:51 smithi133 bash[17559]: cluster 2024-01-16T10:03:50.759497+0000 mgr.smithi038.dukxrr (mgr.14180) 926 : 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-01-16T10:03:51.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:51 smithi038 bash[13941]: cluster 2024-01-16T10:03:50.759497+0000 mgr.smithi038.dukxrr (mgr.14180) 926 : 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-01-16T10:03:51.645 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:03:51.645 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:02:14.232191Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.onbgfh on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:03:18.427296Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.szhcls on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-szhcls\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-szhcls\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.szhcls\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.szhcls\nDeploy daemon haproxy.nfs.foo.smithi133.szhcls ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:03:22.733978Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.kflqzc on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kflqzc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kflqzc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kflqzc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kflqzc\nDeploy daemon haproxy.nfs.foo.smithi038.kflqzc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:03:22.737948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.btydif on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:03:22.741248Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.yiuaac on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:03:52.279 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:52 smithi038 bash[13941]: audit 2024-01-16T10:03:51.637753+0000 mgr.smithi038.dukxrr (mgr.14180) 927 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:52.405 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:03:52.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:52 smithi133 bash[17559]: audit 2024-01-16T10:03:51.637753+0000 mgr.smithi038.dukxrr (mgr.14180) 927 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:53.407 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:03:53.418 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:53 smithi038 bash[13941]: cluster 2024-01-16T10:03:52.760881+0000 mgr.smithi038.dukxrr (mgr.14180) 928 : cluster [DBG] pgmap v628: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T10:03:53.424 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:53 smithi133 bash[17559]: cluster 2024-01-16T10:03:52.760881+0000 mgr.smithi038.dukxrr (mgr.14180) 928 : cluster [DBG] pgmap v628: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T10:03:56.134 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:55 smithi038 bash[13941]: cluster 2024-01-16T10:03:54.762256+0000 mgr.smithi038.dukxrr (mgr.14180) 929 : cluster [DBG] pgmap v629: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:03:56.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:55 smithi133 bash[17559]: cluster 2024-01-16T10:03:54.762256+0000 mgr.smithi038.dukxrr (mgr.14180) 929 : cluster [DBG] pgmap v629: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:03:56.543 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:03:56.543 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:02:14.232191Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.onbgfh on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:03:18.427296Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.szhcls on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-szhcls\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-szhcls\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.szhcls\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.szhcls\nDeploy daemon haproxy.nfs.foo.smithi133.szhcls ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:03:22.733978Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.kflqzc on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kflqzc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kflqzc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kflqzc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kflqzc\nDeploy daemon haproxy.nfs.foo.smithi038.kflqzc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:03:22.737948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.btydif on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:03:22.741248Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.yiuaac on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:03:57.329 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:03:58.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:57 smithi133 bash[17559]: audit 2024-01-16T10:03:56.538215+0000 mgr.smithi038.dukxrr (mgr.14180) 930 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:58.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:57 smithi133 bash[17559]: cluster 2024-01-16T10:03:56.764852+0000 mgr.smithi038.dukxrr (mgr.14180) 931 : 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-01-16T10:03:58.279 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:57 smithi038 bash[13941]: audit 2024-01-16T10:03:56.538215+0000 mgr.smithi038.dukxrr (mgr.14180) 930 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:58.279 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:57 smithi038 bash[13941]: cluster 2024-01-16T10:03:56.764852+0000 mgr.smithi038.dukxrr (mgr.14180) 931 : 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-01-16T10:03:58.330 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:04:00.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:03:59 smithi133 bash[17559]: cluster 2024-01-16T10:03:58.765732+0000 mgr.smithi038.dukxrr (mgr.14180) 932 : 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-01-16T10:04:00.279 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:03:59 smithi038 bash[13941]: cluster 2024-01-16T10:03:58.765732+0000 mgr.smithi038.dukxrr (mgr.14180) 932 : 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-01-16T10:04:01.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:01 smithi133 bash[17559]: cluster 2024-01-16T10:04:00.766519+0000 mgr.smithi038.dukxrr (mgr.14180) 933 : 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-01-16T10:04:01.472 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:04:01.472 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:02:14.232191Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.onbgfh on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:03:18.427296Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.szhcls on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-szhcls\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-szhcls\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.szhcls\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.szhcls\nDeploy daemon haproxy.nfs.foo.smithi133.szhcls ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:03:22.733978Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.kflqzc on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kflqzc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kflqzc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kflqzc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kflqzc\nDeploy daemon haproxy.nfs.foo.smithi038.kflqzc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:03:22.737948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.btydif on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:03:22.741248Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.yiuaac on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:04:01.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:01 smithi038 bash[13941]: cluster 2024-01-16T10:04:00.766519+0000 mgr.smithi038.dukxrr (mgr.14180) 933 : 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-01-16T10:04:02.241 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:04:02.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:02 smithi133 bash[17559]: audit 2024-01-16T10:04:01.466499+0000 mgr.smithi038.dukxrr (mgr.14180) 934 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:02.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:02 smithi038 bash[13941]: audit 2024-01-16T10:04:01.466499+0000 mgr.smithi038.dukxrr (mgr.14180) 934 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:03.243 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:04:03.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:03 smithi133 bash[17559]: cluster 2024-01-16T10:04:02.767808+0000 mgr.smithi038.dukxrr (mgr.14180) 935 : cluster [DBG] pgmap v633: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T10:04:03.449 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:03 smithi038 bash[13941]: cluster 2024-01-16T10:04:02.767808+0000 mgr.smithi038.dukxrr (mgr.14180) 935 : cluster [DBG] pgmap v633: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T10:04:06.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:05 smithi133 bash[17559]: cluster 2024-01-16T10:04:04.768607+0000 mgr.smithi038.dukxrr (mgr.14180) 936 : cluster [DBG] pgmap v634: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:04:06.279 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:05 smithi038 bash[13941]: cluster 2024-01-16T10:04:04.768607+0000 mgr.smithi038.dukxrr (mgr.14180) 936 : cluster [DBG] pgmap v634: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:04:06.282 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:04:06.282 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:02:14.232191Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.onbgfh on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:03:18.427296Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.szhcls on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-szhcls\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-szhcls\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.szhcls\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.szhcls\nDeploy daemon haproxy.nfs.foo.smithi133.szhcls ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:03:22.733978Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.kflqzc on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kflqzc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kflqzc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kflqzc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kflqzc\nDeploy daemon haproxy.nfs.foo.smithi038.kflqzc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:03:22.737948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.btydif on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:03:22.741248Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.yiuaac on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:04:07.169 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:04:08.170 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:04:08.174 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:07 smithi133 bash[17559]: audit 2024-01-16T10:04:06.275703+0000 mgr.smithi038.dukxrr (mgr.14180) 937 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:08.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:07 smithi133 bash[17559]: cluster 2024-01-16T10:04:06.769165+0000 mgr.smithi038.dukxrr (mgr.14180) 938 : 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-01-16T10:04:08.184 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:07 smithi038 bash[13941]: audit 2024-01-16T10:04:06.275703+0000 mgr.smithi038.dukxrr (mgr.14180) 937 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:08.184 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:07 smithi038 bash[13941]: cluster 2024-01-16T10:04:06.769165+0000 mgr.smithi038.dukxrr (mgr.14180) 938 : 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-01-16T10:04:10.029 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:09 smithi038 bash[13941]: cluster 2024-01-16T10:04:08.770494+0000 mgr.smithi038.dukxrr (mgr.14180) 939 : 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-01-16T10:04:10.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:09 smithi133 bash[17559]: cluster 2024-01-16T10:04:08.770494+0000 mgr.smithi038.dukxrr (mgr.14180) 939 : 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-01-16T10:04:11.279 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:11 smithi038 bash[13941]: cluster 2024-01-16T10:04:10.771658+0000 mgr.smithi038.dukxrr (mgr.14180) 940 : 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-01-16T10:04:11.395 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:04:11.395 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:02:14.232191Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.onbgfh on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:03:18.427296Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.szhcls on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-szhcls\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-szhcls\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.szhcls\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.szhcls\nDeploy daemon haproxy.nfs.foo.smithi133.szhcls ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:03:22.733978Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.kflqzc on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kflqzc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kflqzc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kflqzc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kflqzc\nDeploy daemon haproxy.nfs.foo.smithi038.kflqzc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:03:22.737948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.btydif on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:03:22.741248Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.yiuaac on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:04:11.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:11 smithi133 bash[17559]: cluster 2024-01-16T10:04:10.771658+0000 mgr.smithi038.dukxrr (mgr.14180) 940 : 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-01-16T10:04:12.179 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:04:12.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:12 smithi133 bash[17559]: audit 2024-01-16T10:04:11.390257+0000 mgr.smithi038.dukxrr (mgr.14180) 941 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:12.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:12 smithi038 bash[13941]: audit 2024-01-16T10:04:11.390257+0000 mgr.smithi038.dukxrr (mgr.14180) 941 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:13.180 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:04:13.384 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:13 smithi038 bash[13941]: cluster 2024-01-16T10:04:12.772454+0000 mgr.smithi038.dukxrr (mgr.14180) 942 : cluster [DBG] pgmap v638: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T10:04:13.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:13 smithi133 bash[17559]: cluster 2024-01-16T10:04:12.772454+0000 mgr.smithi038.dukxrr (mgr.14180) 942 : cluster [DBG] pgmap v638: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T10:04:16.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:15 smithi133 bash[17559]: cluster 2024-01-16T10:04:14.773649+0000 mgr.smithi038.dukxrr (mgr.14180) 943 : cluster [DBG] pgmap v639: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:04:16.279 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:15 smithi038 bash[13941]: cluster 2024-01-16T10:04:14.773649+0000 mgr.smithi038.dukxrr (mgr.14180) 943 : cluster [DBG] pgmap v639: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:04:16.300 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:04:16.300 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:02:14.232191Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.onbgfh on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:03:18.427296Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.szhcls on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-szhcls\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-szhcls\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.szhcls\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.szhcls\nDeploy daemon haproxy.nfs.foo.smithi133.szhcls ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:03:22.733978Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.kflqzc on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kflqzc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kflqzc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kflqzc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kflqzc\nDeploy daemon haproxy.nfs.foo.smithi038.kflqzc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:03:22.737948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.btydif on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:03:22.741248Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.yiuaac on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:04:17.082 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:04:18.083 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:04:18.095 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:17 smithi038 bash[13941]: audit 2024-01-16T10:04:16.299463+0000 mgr.smithi038.dukxrr (mgr.14180) 944 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:18.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:17 smithi038 bash[13941]: cluster 2024-01-16T10:04:16.774624+0000 mgr.smithi038.dukxrr (mgr.14180) 945 : 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-01-16T10:04:18.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:17 smithi133 bash[17559]: audit 2024-01-16T10:04:16.299463+0000 mgr.smithi038.dukxrr (mgr.14180) 944 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:18.242 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:17 smithi133 bash[17559]: cluster 2024-01-16T10:04:16.774624+0000 mgr.smithi038.dukxrr (mgr.14180) 945 : 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-01-16T10:04:20.134 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:19 smithi038 bash[13941]: cluster 2024-01-16T10:04:18.776012+0000 mgr.smithi038.dukxrr (mgr.14180) 946 : 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-01-16T10:04:20.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:19 smithi133 bash[17559]: cluster 2024-01-16T10:04:18.776012+0000 mgr.smithi038.dukxrr (mgr.14180) 946 : 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-01-16T10:04:21.279 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:21 smithi038 bash[13941]: cluster 2024-01-16T10:04:20.776817+0000 mgr.smithi038.dukxrr (mgr.14180) 947 : 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-01-16T10:04:21.303 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:04:21.303 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:02:14.232191Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.onbgfh on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:03:18.427296Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.szhcls on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-szhcls\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-szhcls\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.szhcls\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.szhcls\nDeploy daemon haproxy.nfs.foo.smithi133.szhcls ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:03:22.733978Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.kflqzc on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kflqzc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kflqzc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kflqzc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kflqzc\nDeploy daemon haproxy.nfs.foo.smithi038.kflqzc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:03:22.737948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.btydif on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:03:22.741248Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.yiuaac on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:04:21.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:21 smithi133 bash[17559]: cluster 2024-01-16T10:04:20.776817+0000 mgr.smithi038.dukxrr (mgr.14180) 947 : 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-01-16T10:04:22.045 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:04:22.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:22 smithi133 bash[17559]: audit 2024-01-16T10:04:21.297931+0000 mgr.smithi038.dukxrr (mgr.14180) 948 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:22.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:22 smithi038 bash[13941]: audit 2024-01-16T10:04:21.297931+0000 mgr.smithi038.dukxrr (mgr.14180) 948 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:23.046 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:04:23.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:23 smithi133 bash[17559]: audit 2024-01-16T10:04:22.745807+0000 mon.smithi038 (mon.0) 920 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T10:04:23.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:23 smithi133 bash[17559]: cluster 2024-01-16T10:04:22.778068+0000 mgr.smithi038.dukxrr (mgr.14180) 949 : cluster [DBG] pgmap v643: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T10:04:23.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:23 smithi133 bash[17559]: audit 2024-01-16T10:04:23.029856+0000 mon.smithi038 (mon.0) 921 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:04:23.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:23 smithi038 bash[13941]: audit 2024-01-16T10:04:22.745807+0000 mon.smithi038 (mon.0) 920 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T10:04:23.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:23 smithi038 bash[13941]: cluster 2024-01-16T10:04:22.778068+0000 mgr.smithi038.dukxrr (mgr.14180) 949 : cluster [DBG] pgmap v643: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T10:04:23.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:23 smithi038 bash[13941]: audit 2024-01-16T10:04:23.029856+0000 mon.smithi038 (mon.0) 921 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:04:24.321 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:24 smithi038 bash[13941]: audit 2024-01-16T10:04:23.340574+0000 mon.smithi038 (mon.0) 922 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T10:04:24.321 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:24 smithi038 bash[13941]: audit 2024-01-16T10:04:23.342290+0000 mon.smithi038 (mon.0) 923 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T10:04:24.321 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:24 smithi038 bash[13941]: audit 2024-01-16T10:04:23.351137+0000 mon.smithi038 (mon.0) 924 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:04:24.321 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:24 smithi038 bash[13941]: cluster 2024-01-16T10:04:23.351902+0000 mgr.smithi038.dukxrr (mgr.14180) 950 : cluster [DBG] pgmap v644: 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-01-16T10:04:24.321 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:24 smithi038 bash[13941]: audit 2024-01-16T10:04:23.359760+0000 mon.smithi038 (mon.0) 925 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T10:04:24.321 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:24 smithi038 bash[13941]: audit 2024-01-16T10:04:23.372407+0000 mon.smithi038 (mon.0) 926 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:04:24.321 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:24 smithi038 bash[13941]: cephadm 2024-01-16T10:04:23.375620+0000 mgr.smithi038.dukxrr (mgr.14180) 951 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi133.xodvfn on smithi133 2024-01-16T10:04:24.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:24 smithi133 bash[17559]: audit 2024-01-16T10:04:23.340574+0000 mon.smithi038 (mon.0) 922 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T10:04:24.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:24 smithi133 bash[17559]: audit 2024-01-16T10:04:23.342290+0000 mon.smithi038 (mon.0) 923 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T10:04:24.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:24 smithi133 bash[17559]: audit 2024-01-16T10:04:23.351137+0000 mon.smithi038 (mon.0) 924 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:04:24.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:24 smithi133 bash[17559]: cluster 2024-01-16T10:04:23.351902+0000 mgr.smithi038.dukxrr (mgr.14180) 950 : cluster [DBG] pgmap v644: 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-01-16T10:04:24.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:24 smithi133 bash[17559]: audit 2024-01-16T10:04:23.359760+0000 mon.smithi038 (mon.0) 925 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T10:04:24.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:24 smithi133 bash[17559]: audit 2024-01-16T10:04:23.372407+0000 mon.smithi038 (mon.0) 926 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:04:24.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:24 smithi133 bash[17559]: cephadm 2024-01-16T10:04:23.375620+0000 mgr.smithi038.dukxrr (mgr.14180) 951 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi133.xodvfn on smithi133 2024-01-16T10:04:25.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:25 smithi133 bash[17559]: cluster 2024-01-16T10:04:24.348602+0000 mon.smithi038 (mon.0) 927 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-16T10:04:25.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:25 smithi133 bash[17559]: cluster 2024-01-16T10:04:24.348677+0000 mon.smithi038 (mon.0) 928 : cluster [INF] Cluster is now healthy 2024-01-16T10:04:25.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:25 smithi038 bash[13941]: cluster 2024-01-16T10:04:24.348602+0000 mon.smithi038 (mon.0) 927 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-16T10:04:25.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:25 smithi038 bash[13941]: cluster 2024-01-16T10:04:24.348677+0000 mon.smithi038 (mon.0) 928 : cluster [INF] Cluster is now healthy 2024-01-16T10:04:25.953 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:04:25.953 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:02:14.232191Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.onbgfh on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:03:18.427296Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.szhcls on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-szhcls\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-szhcls\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.szhcls\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.szhcls\nDeploy daemon haproxy.nfs.foo.smithi133.szhcls ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:03:22.733978Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.kflqzc on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kflqzc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kflqzc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kflqzc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kflqzc\nDeploy daemon haproxy.nfs.foo.smithi038.kflqzc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:03:22.737948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.btydif on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:03:22.741248Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.yiuaac on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:04:26.279 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:26 smithi038 bash[13941]: cluster 2024-01-16T10:04:25.352796+0000 mgr.smithi038.dukxrr (mgr.14180) 952 : cluster [DBG] pgmap v645: 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-01-16T10:04:26.279 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:26 smithi038 bash[13941]: audit 2024-01-16T10:04:25.946149+0000 mgr.smithi038.dukxrr (mgr.14180) 953 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:26.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:26 smithi133 bash[17559]: cluster 2024-01-16T10:04:25.352796+0000 mgr.smithi038.dukxrr (mgr.14180) 952 : cluster [DBG] pgmap v645: 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-01-16T10:04:26.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:26 smithi133 bash[17559]: audit 2024-01-16T10:04:25.946149+0000 mgr.smithi038.dukxrr (mgr.14180) 953 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:26.650 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:04:27.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:27 smithi038 bash[13941]: audit 2024-01-16T10:04:27.271664+0000 mon.smithi038 (mon.0) 929 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi133.xodvfn"}]: dispatch 2024-01-16T10:04:27.650 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:04:27.674 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:27 smithi133 bash[17559]: audit 2024-01-16T10:04:27.271664+0000 mon.smithi038 (mon.0) 929 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi133.xodvfn"}]: dispatch 2024-01-16T10:04:28.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:28 smithi133 bash[17559]: cephadm 2024-01-16T10:04:27.270621+0000 mgr.smithi038.dukxrr (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-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xodvfn 2024-01-16T10:04:28.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:28 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:04:28.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:28 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xodvfn 2024-01-16T10:04:28.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:28 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xodvfn 2024-01-16T10:04:28.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:28 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:04:28.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:28 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xodvfn 2024-01-16T10:04:28.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:28 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.xodvfn ... 2024-01-16T10:04:28.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:28 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:04:28.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:28 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:04:28.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:28 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:04:28.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:28 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:04:28.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:28 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:04:28.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:28 smithi133 bash[17559]: Traceback (most recent call last): 2024-01-16T10:04:28.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:28 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T10:04:28.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:28 smithi133 bash[17559]: yield (conn, connr) 2024-01-16T10:04:28.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:28 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T10:04:28.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:28 smithi133 bash[17559]: code, '\n'.join(err))) 2024-01-16T10:04:28.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:28 smithi133 bash[17559]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xodvfn 2024-01-16T10:04:28.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:28 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:04:28.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:28 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xodvfn 2024-01-16T10:04:28.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:28 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xodvfn 2024-01-16T10:04:28.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:28 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:04:28.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:28 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xodvfn 2024-01-16T10:04:28.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:28 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.xodvfn ... 2024-01-16T10:04:28.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:28 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:04:28.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:28 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:04:28.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:28 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:04:28.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:28 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:04:28.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:28 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:04:28.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:28 smithi133 bash[17559]: cephadm 2024-01-16T10:04:27.271103+0000 mgr.smithi038.dukxrr (mgr.14180) 955 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi133.xodvfn 2024-01-16T10:04:28.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:28 smithi133 bash[17559]: cephadm 2024-01-16T10:04:27.273354+0000 mgr.smithi038.dukxrr (mgr.14180) 956 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi133.xodvfn on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xodvfn 2024-01-16T10:04:28.678 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:28 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:04:28.679 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:28 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xodvfn 2024-01-16T10:04:28.679 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:28 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xodvfn 2024-01-16T10:04:28.679 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:28 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:04:28.679 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:28 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xodvfn 2024-01-16T10:04:28.679 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:28 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.xodvfn ... 2024-01-16T10:04:28.679 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:28 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:04:28.679 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:28 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:04:28.679 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:28 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:04:28.679 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:28 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:04:28.679 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:28 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:04:28.679 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:28 smithi133 bash[17559]: cephadm 2024-01-16T10:04:27.277681+0000 mgr.smithi038.dukxrr (mgr.14180) 957 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.yogurs on smithi038 2024-01-16T10:04:28.679 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:28 smithi133 bash[17559]: cluster 2024-01-16T10:04:27.353545+0000 mgr.smithi038.dukxrr (mgr.14180) 958 : cluster [DBG] pgmap v646: 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-01-16T10:04:28.687 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:28 smithi038 bash[13941]: cephadm 2024-01-16T10:04:27.270621+0000 mgr.smithi038.dukxrr (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-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xodvfn 2024-01-16T10:04:28.687 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:28 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:04:28.688 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:28 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xodvfn 2024-01-16T10:04:28.688 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:28 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xodvfn 2024-01-16T10:04:28.688 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:28 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:04:28.688 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:28 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xodvfn 2024-01-16T10:04:28.688 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:28 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.xodvfn ... 2024-01-16T10:04:28.688 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:28 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:04:28.688 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:28 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:04:28.688 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:28 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:04:28.688 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:28 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:04:28.688 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:28 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:04:28.688 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:28 smithi038 bash[13941]: Traceback (most recent call last): 2024-01-16T10:04:28.688 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:28 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T10:04:28.689 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:28 smithi038 bash[13941]: yield (conn, connr) 2024-01-16T10:04:28.689 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:28 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T10:04:28.689 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:28 smithi038 bash[13941]: code, '\n'.join(err))) 2024-01-16T10:04:28.689 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:28 smithi038 bash[13941]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xodvfn 2024-01-16T10:04:28.689 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:28 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:04:28.689 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:28 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xodvfn 2024-01-16T10:04:28.689 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:28 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xodvfn 2024-01-16T10:04:28.689 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:28 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:04:28.689 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:28 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xodvfn 2024-01-16T10:04:28.689 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:28 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.xodvfn ... 2024-01-16T10:04:28.689 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:28 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:04:28.689 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:28 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:04:28.689 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:28 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:04:28.689 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:28 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:04:28.690 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:28 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:04:28.690 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:28 smithi038 bash[13941]: cephadm 2024-01-16T10:04:27.271103+0000 mgr.smithi038.dukxrr (mgr.14180) 955 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi133.xodvfn 2024-01-16T10:04:28.690 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:28 smithi038 bash[13941]: cephadm 2024-01-16T10:04:27.273354+0000 mgr.smithi038.dukxrr (mgr.14180) 956 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi133.xodvfn on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xodvfn 2024-01-16T10:04:28.690 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:28 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:04:28.690 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:28 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xodvfn 2024-01-16T10:04:28.690 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:28 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xodvfn 2024-01-16T10:04:28.690 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:28 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:04:28.690 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:28 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xodvfn 2024-01-16T10:04:28.691 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:28 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.xodvfn ... 2024-01-16T10:04:28.691 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:28 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:04:28.691 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:28 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:04:28.691 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:28 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:04:28.691 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:28 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:04:28.691 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:28 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:04:28.691 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:28 smithi038 bash[13941]: cephadm 2024-01-16T10:04:27.277681+0000 mgr.smithi038.dukxrr (mgr.14180) 957 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.yogurs on smithi038 2024-01-16T10:04:28.691 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:28 smithi038 bash[13941]: cluster 2024-01-16T10:04:27.353545+0000 mgr.smithi038.dukxrr (mgr.14180) 958 : cluster [DBG] pgmap v646: 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-01-16T10:04:30.659 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:30 smithi038 bash[13941]: cluster 2024-01-16T10:04:29.354250+0000 mgr.smithi038.dukxrr (mgr.14180) 959 : cluster [DBG] pgmap v647: 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-01-16T10:04:30.674 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:30 smithi133 bash[17559]: cluster 2024-01-16T10:04:29.354250+0000 mgr.smithi038.dukxrr (mgr.14180) 959 : cluster [DBG] pgmap v647: 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-01-16T10:04:30.724 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:04:30.725 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:03:18.427296Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.szhcls on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-szhcls\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-szhcls\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.szhcls\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.szhcls\nDeploy daemon haproxy.nfs.foo.smithi133.szhcls ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:03:22.733978Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.kflqzc on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kflqzc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kflqzc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kflqzc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kflqzc\nDeploy daemon haproxy.nfs.foo.smithi038.kflqzc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:03:22.737948Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.btydif on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:03:22.741248Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.yiuaac on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:04:27.273143Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xodvfn on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xodvfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xodvfn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xodvfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xodvfn\nDeploy daemon haproxy.nfs.foo.smithi133.xodvfn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -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.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:04:31.618 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:31 smithi038 bash[13941]: audit 2024-01-16T10:04:30.719496+0000 mgr.smithi038.dukxrr (mgr.14180) 960 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:31.619 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:04:31.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:31 smithi133 bash[17559]: audit 2024-01-16T10:04:30.719496+0000 mgr.smithi038.dukxrr (mgr.14180) 960 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:32.619 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:04:32.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:32 smithi038 bash[13941]: cluster 2024-01-16T10:04:31.355064+0000 mgr.smithi038.dukxrr (mgr.14180) 961 : cluster [DBG] pgmap v648: 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-01-16T10:04:32.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:32 smithi038 bash[13941]: cephadm 2024-01-16T10:04:31.514278+0000 mgr.smithi038.dukxrr (mgr.14180) 962 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-yogurs 2024-01-16T10:04:32.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:32 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:04:32.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:32 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-yogurs 2024-01-16T10:04:32.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:32 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.yogurs 2024-01-16T10:04:32.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:32 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:04:32.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:32 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.yogurs 2024-01-16T10:04:32.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:32 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.yogurs ... 2024-01-16T10:04:32.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:32 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:04:32.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:32 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:04:32.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:32 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:04:32.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:32 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:04:32.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:32 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:04:32.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:32 smithi038 bash[13941]: Traceback (most recent call last): 2024-01-16T10:04:32.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:32 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T10:04:32.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:32 smithi038 bash[13941]: yield (conn, connr) 2024-01-16T10:04:32.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:32 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T10:04:32.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:32 smithi038 bash[13941]: code, '\n'.join(err))) 2024-01-16T10:04:32.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:32 smithi038 bash[13941]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-yogurs 2024-01-16T10:04:32.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:32 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:04:32.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:32 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-yogurs 2024-01-16T10:04:32.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:32 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.yogurs 2024-01-16T10:04:32.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:32 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:04:32.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:32 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.yogurs 2024-01-16T10:04:32.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:32 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.yogurs ... 2024-01-16T10:04:32.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:32 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:04:32.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:32 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:04:32.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:32 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:04:32.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:32 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:04:32.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:32 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:04:32.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:32 smithi038 bash[13941]: cephadm 2024-01-16T10:04:31.514749+0000 mgr.smithi038.dukxrr (mgr.14180) 963 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi038.yogurs 2024-01-16T10:04:32.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:32 smithi038 bash[13941]: audit 2024-01-16T10:04:31.515274+0000 mon.smithi038 (mon.0) 930 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi038.yogurs"}]: dispatch 2024-01-16T10:04:32.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:32 smithi038 bash[13941]: cephadm 2024-01-16T10:04:31.516267+0000 mgr.smithi038.dukxrr (mgr.14180) 964 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi038.yogurs on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-yogurs 2024-01-16T10:04:32.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:32 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:04:32.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:32 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-yogurs 2024-01-16T10:04:32.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:32 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.yogurs 2024-01-16T10:04:32.782 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:32 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:04:32.783 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:32 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.yogurs 2024-01-16T10:04:32.783 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:32 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.yogurs ... 2024-01-16T10:04:32.783 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:32 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:04:32.783 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:32 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:04:32.783 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:32 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:04:32.783 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:32 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:04:32.783 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:32 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:04:32.783 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:32 smithi038 bash[13941]: cephadm 2024-01-16T10:04:31.518494+0000 mgr.smithi038.dukxrr (mgr.14180) 965 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi133.bvexux on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:04:32.783 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:32 smithi038 bash[13941]: cephadm 2024-01-16T10:04:31.520153+0000 mgr.smithi038.dukxrr (mgr.14180) 966 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi038.jqkxxq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:04:32.783 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:32 smithi038 bash[13941]: cluster 2024-01-16T10:04:31.521080+0000 mgr.smithi038.dukxrr (mgr.14180) 967 : cluster [DBG] pgmap v649: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T10:04:32.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:32 smithi133 bash[17559]: cluster 2024-01-16T10:04:31.355064+0000 mgr.smithi038.dukxrr (mgr.14180) 961 : cluster [DBG] pgmap v648: 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-01-16T10:04:32.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:32 smithi133 bash[17559]: cephadm 2024-01-16T10:04:31.514278+0000 mgr.smithi038.dukxrr (mgr.14180) 962 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-yogurs 2024-01-16T10:04:32.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:32 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:04:32.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:32 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-yogurs 2024-01-16T10:04:32.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:32 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.yogurs 2024-01-16T10:04:32.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:32 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:04:32.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:32 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.yogurs 2024-01-16T10:04:32.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:32 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.yogurs ... 2024-01-16T10:04:32.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:32 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:04:32.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:32 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:04:32.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:32 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:04:32.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:32 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:04:32.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:32 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:04:32.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:32 smithi133 bash[17559]: Traceback (most recent call last): 2024-01-16T10:04:32.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:32 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T10:04:32.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:32 smithi133 bash[17559]: yield (conn, connr) 2024-01-16T10:04:32.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:32 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T10:04:32.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:32 smithi133 bash[17559]: code, '\n'.join(err))) 2024-01-16T10:04:32.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:32 smithi133 bash[17559]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-yogurs 2024-01-16T10:04:32.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:32 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:04:32.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:32 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-yogurs 2024-01-16T10:04:32.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:32 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.yogurs 2024-01-16T10:04:32.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:32 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:04:32.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:32 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.yogurs 2024-01-16T10:04:32.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:32 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.yogurs ... 2024-01-16T10:04:32.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:32 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:04:32.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:32 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:04:32.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:32 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:04:32.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:32 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:04:32.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:32 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:04:32.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:32 smithi133 bash[17559]: cephadm 2024-01-16T10:04:31.514749+0000 mgr.smithi038.dukxrr (mgr.14180) 963 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi038.yogurs 2024-01-16T10:04:32.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:32 smithi133 bash[17559]: audit 2024-01-16T10:04:31.515274+0000 mon.smithi038 (mon.0) 930 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi038.yogurs"}]: dispatch 2024-01-16T10:04:32.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:32 smithi133 bash[17559]: cephadm 2024-01-16T10:04:31.516267+0000 mgr.smithi038.dukxrr (mgr.14180) 964 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi038.yogurs on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-yogurs 2024-01-16T10:04:32.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:32 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:04:32.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:32 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-yogurs 2024-01-16T10:04:32.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:32 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.yogurs 2024-01-16T10:04:32.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:32 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:04:32.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:32 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.yogurs 2024-01-16T10:04:32.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:32 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.yogurs ... 2024-01-16T10:04:32.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:32 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:04:32.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:32 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:04:32.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:32 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:04:32.928 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:32 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:04:32.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:32 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:04:32.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:32 smithi133 bash[17559]: cephadm 2024-01-16T10:04:31.518494+0000 mgr.smithi038.dukxrr (mgr.14180) 965 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi133.bvexux on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:04:32.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:32 smithi133 bash[17559]: cephadm 2024-01-16T10:04:31.520153+0000 mgr.smithi038.dukxrr (mgr.14180) 966 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi038.jqkxxq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:04:32.929 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:32 smithi133 bash[17559]: cluster 2024-01-16T10:04:31.521080+0000 mgr.smithi038.dukxrr (mgr.14180) 967 : cluster [DBG] pgmap v649: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T10:04:33.753 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:33 smithi038 bash[13941]: cluster 2024-01-16T10:04:32.424171+0000 mon.smithi038 (mon.0) 931 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-16T10:04:33.924 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:33 smithi133 bash[17559]: cluster 2024-01-16T10:04:32.424171+0000 mon.smithi038 (mon.0) 931 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-16T10:04:35.029 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:34 smithi038 bash[13941]: cluster 2024-01-16T10:04:33.522477+0000 mgr.smithi038.dukxrr (mgr.14180) 968 : cluster [DBG] pgmap v650: 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-01-16T10:04:35.030 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:34 smithi038 bash[13941]: audit 2024-01-16T10:04:33.690650+0000 mon.smithi038 (mon.0) 932 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:04:35.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:34 smithi133 bash[17559]: cluster 2024-01-16T10:04:33.522477+0000 mgr.smithi038.dukxrr (mgr.14180) 968 : cluster [DBG] pgmap v650: 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-01-16T10:04:35.175 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:34 smithi133 bash[17559]: audit 2024-01-16T10:04:33.690650+0000 mon.smithi038 (mon.0) 932 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:04:35.858 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:04:35.858 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:03:22.741248Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.yiuaac on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:04:27.273143Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xodvfn on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xodvfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xodvfn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xodvfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xodvfn\nDeploy daemon haproxy.nfs.foo.smithi133.xodvfn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:04:31.516131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.yogurs on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-yogurs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-yogurs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.yogurs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.yogurs\nDeploy daemon haproxy.nfs.foo.smithi038.yogurs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:04:31.518391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.bvexux on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:04:31.520042Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.jqkxxq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:04:36.279 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:36 smithi038 bash[13941]: cluster 2024-01-16T10:04:35.523393+0000 mgr.smithi038.dukxrr (mgr.14180) 969 : cluster [DBG] pgmap v651: 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-01-16T10:04:36.279 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:36 smithi038 bash[13941]: audit 2024-01-16T10:04:35.853244+0000 mgr.smithi038.dukxrr (mgr.14180) 970 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:36.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:36 smithi133 bash[17559]: cluster 2024-01-16T10:04:35.523393+0000 mgr.smithi038.dukxrr (mgr.14180) 969 : cluster [DBG] pgmap v651: 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-01-16T10:04:36.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:36 smithi133 bash[17559]: audit 2024-01-16T10:04:35.853244+0000 mgr.smithi038.dukxrr (mgr.14180) 970 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:36.661 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:04:37.662 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:04:38.834 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:38 smithi038 bash[13941]: cluster 2024-01-16T10:04:37.524607+0000 mgr.smithi038.dukxrr (mgr.14180) 971 : cluster [DBG] pgmap v652: 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-01-16T10:04:38.924 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:38 smithi133 bash[17559]: cluster 2024-01-16T10:04:37.524607+0000 mgr.smithi038.dukxrr (mgr.14180) 971 : cluster [DBG] pgmap v652: 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-01-16T10:04:40.765 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:04:40.766 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:03:22.741248Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.yiuaac on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:04:27.273143Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xodvfn on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xodvfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xodvfn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xodvfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xodvfn\nDeploy daemon haproxy.nfs.foo.smithi133.xodvfn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:04:31.516131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.yogurs on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-yogurs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-yogurs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.yogurs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.yogurs\nDeploy daemon haproxy.nfs.foo.smithi038.yogurs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:04:31.518391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.bvexux on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:04:31.520042Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.jqkxxq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:04:40.924 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:40 smithi133 bash[17559]: cluster 2024-01-16T10:04:39.525749+0000 mgr.smithi038.dukxrr (mgr.14180) 972 : cluster [DBG] pgmap v653: 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-01-16T10:04:40.952 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:40 smithi038 bash[13941]: cluster 2024-01-16T10:04:39.525749+0000 mgr.smithi038.dukxrr (mgr.14180) 972 : cluster [DBG] pgmap v653: 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-01-16T10:04:41.512 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:04:41.779 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:41 smithi038 bash[13941]: audit 2024-01-16T10:04:40.759638+0000 mgr.smithi038.dukxrr (mgr.14180) 973 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:41.924 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:41 smithi133 bash[17559]: audit 2024-01-16T10:04:40.759638+0000 mgr.smithi038.dukxrr (mgr.14180) 973 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:42.514 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:04:42.779 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:42 smithi038 bash[13941]: cluster 2024-01-16T10:04:41.526795+0000 mgr.smithi038.dukxrr (mgr.14180) 974 : cluster [DBG] pgmap v654: 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-01-16T10:04:42.924 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:42 smithi133 bash[17559]: cluster 2024-01-16T10:04:41.526795+0000 mgr.smithi038.dukxrr (mgr.14180) 974 : cluster [DBG] pgmap v654: 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-01-16T10:04:44.924 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:44 smithi133 bash[17559]: cluster 2024-01-16T10:04:43.528195+0000 mgr.smithi038.dukxrr (mgr.14180) 975 : 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-01-16T10:04:45.029 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:44 smithi038 bash[13941]: cluster 2024-01-16T10:04:43.528195+0000 mgr.smithi038.dukxrr (mgr.14180) 975 : 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-01-16T10:04:45.467 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:04:45.467 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:03:22.741248Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.yiuaac on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:04:27.273143Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xodvfn on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xodvfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xodvfn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xodvfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xodvfn\nDeploy daemon haproxy.nfs.foo.smithi133.xodvfn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:04:31.516131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.yogurs on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-yogurs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-yogurs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.yogurs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.yogurs\nDeploy daemon haproxy.nfs.foo.smithi038.yogurs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:04:31.518391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.bvexux on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:04:31.520042Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.jqkxxq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:04:46.194 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:04:46.424 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:46 smithi133 bash[17559]: audit 2024-01-16T10:04:45.461970+0000 mgr.smithi038.dukxrr (mgr.14180) 976 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:46.424 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:46 smithi133 bash[17559]: cluster 2024-01-16T10:04:45.529164+0000 mgr.smithi038.dukxrr (mgr.14180) 977 : 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-01-16T10:04:46.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:46 smithi038 bash[13941]: audit 2024-01-16T10:04:45.461970+0000 mgr.smithi038.dukxrr (mgr.14180) 976 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:46.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:46 smithi038 bash[13941]: cluster 2024-01-16T10:04:45.529164+0000 mgr.smithi038.dukxrr (mgr.14180) 977 : 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-01-16T10:04:47.195 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:04:48.924 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:48 smithi133 bash[17559]: cluster 2024-01-16T10:04:47.530336+0000 mgr.smithi038.dukxrr (mgr.14180) 978 : 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-01-16T10:04:48.940 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:48 smithi038 bash[13941]: cluster 2024-01-16T10:04:47.530336+0000 mgr.smithi038.dukxrr (mgr.14180) 978 : 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-01-16T10:04:50.649 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:04:50.649 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:03:22.741248Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.yiuaac on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:04:27.273143Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xodvfn on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xodvfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xodvfn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xodvfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xodvfn\nDeploy daemon haproxy.nfs.foo.smithi133.xodvfn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:04:31.516131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.yogurs on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-yogurs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-yogurs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.yogurs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.yogurs\nDeploy daemon haproxy.nfs.foo.smithi038.yogurs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:04:31.518391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.bvexux on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:04:31.520042Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.jqkxxq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:04:50.858 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:50 smithi038 bash[13941]: cluster 2024-01-16T10:04:49.531617+0000 mgr.smithi038.dukxrr (mgr.14180) 979 : 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-01-16T10:04:50.924 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:50 smithi133 bash[17559]: cluster 2024-01-16T10:04:49.531617+0000 mgr.smithi038.dukxrr (mgr.14180) 979 : 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-01-16T10:04:51.399 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:04:51.779 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:51 smithi038 bash[13941]: audit 2024-01-16T10:04:50.642830+0000 mgr.smithi038.dukxrr (mgr.14180) 980 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:51.924 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:51 smithi133 bash[17559]: audit 2024-01-16T10:04:50.642830+0000 mgr.smithi038.dukxrr (mgr.14180) 980 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:52.400 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:04:52.779 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:52 smithi038 bash[13941]: cluster 2024-01-16T10:04:51.532668+0000 mgr.smithi038.dukxrr (mgr.14180) 981 : 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-01-16T10:04:52.924 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:52 smithi133 bash[17559]: cluster 2024-01-16T10:04:51.532668+0000 mgr.smithi038.dukxrr (mgr.14180) 981 : 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-01-16T10:04:54.924 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:54 smithi133 bash[17559]: cluster 2024-01-16T10:04:53.534391+0000 mgr.smithi038.dukxrr (mgr.14180) 982 : 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-01-16T10:04:55.029 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:54 smithi038 bash[13941]: cluster 2024-01-16T10:04:53.534391+0000 mgr.smithi038.dukxrr (mgr.14180) 982 : 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-01-16T10:04:55.465 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:04:55.465 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:03:22.741248Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.yiuaac on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:04:27.273143Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xodvfn on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xodvfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xodvfn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xodvfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xodvfn\nDeploy daemon haproxy.nfs.foo.smithi133.xodvfn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:04:31.516131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.yogurs on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-yogurs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-yogurs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.yogurs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.yogurs\nDeploy daemon haproxy.nfs.foo.smithi038.yogurs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:04:31.518391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.bvexux on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:04:31.520042Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.jqkxxq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:04:56.163 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:04:56.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:56 smithi133 bash[17559]: audit 2024-01-16T10:04:55.464408+0000 mgr.smithi038.dukxrr (mgr.14180) 983 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:56.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:56 smithi133 bash[17559]: cluster 2024-01-16T10:04:55.535456+0000 mgr.smithi038.dukxrr (mgr.14180) 984 : 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-01-16T10:04:56.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:56 smithi038 bash[13941]: audit 2024-01-16T10:04:55.464408+0000 mgr.smithi038.dukxrr (mgr.14180) 983 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:56.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:56 smithi038 bash[13941]: cluster 2024-01-16T10:04:55.535456+0000 mgr.smithi038.dukxrr (mgr.14180) 984 : 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-01-16T10:04:57.164 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:04:58.779 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:04:58 smithi038 bash[13941]: cluster 2024-01-16T10:04:57.536763+0000 mgr.smithi038.dukxrr (mgr.14180) 985 : 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-01-16T10:04:58.924 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:04:58 smithi133 bash[17559]: cluster 2024-01-16T10:04:57.536763+0000 mgr.smithi038.dukxrr (mgr.14180) 985 : 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-01-16T10:05:00.409 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:05:00.409 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:03:22.741248Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.yiuaac on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:04:27.273143Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xodvfn on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xodvfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xodvfn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xodvfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xodvfn\nDeploy daemon haproxy.nfs.foo.smithi133.xodvfn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:04:31.516131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.yogurs on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-yogurs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-yogurs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.yogurs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.yogurs\nDeploy daemon haproxy.nfs.foo.smithi038.yogurs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:04:31.518391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.bvexux on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:04:31.520042Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.jqkxxq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:05:00.778 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:00 smithi038 bash[13941]: cluster 2024-01-16T10:04:59.538058+0000 mgr.smithi038.dukxrr (mgr.14180) 986 : 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-01-16T10:05:00.924 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:00 smithi133 bash[17559]: cluster 2024-01-16T10:04:59.538058+0000 mgr.smithi038.dukxrr (mgr.14180) 986 : 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-01-16T10:05:01.145 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:05:01.924 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:01 smithi133 bash[17559]: audit 2024-01-16T10:05:00.408504+0000 mgr.smithi038.dukxrr (mgr.14180) 987 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:02.029 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:01 smithi038 bash[13941]: audit 2024-01-16T10:05:00.408504+0000 mgr.smithi038.dukxrr (mgr.14180) 987 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:02.146 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:05:02.924 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:02 smithi133 bash[17559]: cluster 2024-01-16T10:05:01.539079+0000 mgr.smithi038.dukxrr (mgr.14180) 988 : 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-01-16T10:05:03.029 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:02 smithi038 bash[13941]: cluster 2024-01-16T10:05:01.539079+0000 mgr.smithi038.dukxrr (mgr.14180) 988 : 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-01-16T10:05:04.924 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:04 smithi133 bash[17559]: cluster 2024-01-16T10:05:03.540174+0000 mgr.smithi038.dukxrr (mgr.14180) 989 : 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-01-16T10:05:04.933 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:04 smithi038 bash[13941]: cluster 2024-01-16T10:05:03.540174+0000 mgr.smithi038.dukxrr (mgr.14180) 989 : 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-01-16T10:05:05.346 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:05:05.346 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:03:22.741248Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.yiuaac on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:04:27.273143Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xodvfn on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xodvfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xodvfn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xodvfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xodvfn\nDeploy daemon haproxy.nfs.foo.smithi133.xodvfn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:04:31.516131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.yogurs on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-yogurs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-yogurs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.yogurs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.yogurs\nDeploy daemon haproxy.nfs.foo.smithi038.yogurs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:04:31.518391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.bvexux on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:04:31.520042Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.jqkxxq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:05:06.113 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:05:06.424 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:06 smithi133 bash[17559]: audit 2024-01-16T10:05:05.344945+0000 mgr.smithi038.dukxrr (mgr.14180) 990 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:06.424 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:06 smithi133 bash[17559]: cluster 2024-01-16T10:05:05.541964+0000 mgr.smithi038.dukxrr (mgr.14180) 991 : 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-01-16T10:05:06.528 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:06 smithi038 bash[13941]: audit 2024-01-16T10:05:05.344945+0000 mgr.smithi038.dukxrr (mgr.14180) 990 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:06.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:06 smithi038 bash[13941]: cluster 2024-01-16T10:05:05.541964+0000 mgr.smithi038.dukxrr (mgr.14180) 991 : 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-01-16T10:05:07.114 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:05:08.778 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:08 smithi038 bash[13941]: cluster 2024-01-16T10:05:07.543183+0000 mgr.smithi038.dukxrr (mgr.14180) 992 : 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-01-16T10:05:08.924 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:08 smithi133 bash[17559]: cluster 2024-01-16T10:05:07.543183+0000 mgr.smithi038.dukxrr (mgr.14180) 992 : 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-01-16T10:05:10.408 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:05:10.408 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:03:22.741248Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.yiuaac on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:04:27.273143Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xodvfn on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xodvfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xodvfn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xodvfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xodvfn\nDeploy daemon haproxy.nfs.foo.smithi133.xodvfn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:04:31.516131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.yogurs on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-yogurs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-yogurs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.yogurs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.yogurs\nDeploy daemon haproxy.nfs.foo.smithi038.yogurs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:04:31.518391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.bvexux on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:04:31.520042Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.jqkxxq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:05:10.778 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:10 smithi038 bash[13941]: cluster 2024-01-16T10:05:09.544413+0000 mgr.smithi038.dukxrr (mgr.14180) 993 : 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-01-16T10:05:10.924 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:10 smithi133 bash[17559]: cluster 2024-01-16T10:05:09.544413+0000 mgr.smithi038.dukxrr (mgr.14180) 993 : 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-01-16T10:05:11.233 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:05:11.924 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:11 smithi133 bash[17559]: audit 2024-01-16T10:05:10.403143+0000 mgr.smithi038.dukxrr (mgr.14180) 994 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:12.028 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:11 smithi038 bash[13941]: audit 2024-01-16T10:05:10.403143+0000 mgr.smithi038.dukxrr (mgr.14180) 994 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:12.234 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:05:12.778 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:12 smithi038 bash[13941]: cluster 2024-01-16T10:05:11.545389+0000 mgr.smithi038.dukxrr (mgr.14180) 995 : 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-01-16T10:05:12.923 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:12 smithi133 bash[17559]: cluster 2024-01-16T10:05:11.545389+0000 mgr.smithi038.dukxrr (mgr.14180) 995 : 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-01-16T10:05:14.924 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:14 smithi133 bash[17559]: cluster 2024-01-16T10:05:13.546449+0000 mgr.smithi038.dukxrr (mgr.14180) 996 : 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-01-16T10:05:15.015 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:14 smithi038 bash[13941]: cluster 2024-01-16T10:05:13.546449+0000 mgr.smithi038.dukxrr (mgr.14180) 996 : 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-01-16T10:05:15.401 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:05:15.402 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:03:22.741248Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.yiuaac on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:04:27.273143Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xodvfn on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xodvfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xodvfn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xodvfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xodvfn\nDeploy daemon haproxy.nfs.foo.smithi133.xodvfn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:04:31.516131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.yogurs on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-yogurs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-yogurs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.yogurs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.yogurs\nDeploy daemon haproxy.nfs.foo.smithi038.yogurs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:04:31.518391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.bvexux on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:04:31.520042Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.jqkxxq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:05:16.215 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:05:16.423 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:16 smithi133 bash[17559]: audit 2024-01-16T10:05:15.395959+0000 mgr.smithi038.dukxrr (mgr.14180) 997 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:16.424 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:16 smithi133 bash[17559]: cluster 2024-01-16T10:05:15.547701+0000 mgr.smithi038.dukxrr (mgr.14180) 998 : 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-01-16T10:05:16.528 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:16 smithi038 bash[13941]: audit 2024-01-16T10:05:15.395959+0000 mgr.smithi038.dukxrr (mgr.14180) 997 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:16.528 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:16 smithi038 bash[13941]: cluster 2024-01-16T10:05:15.547701+0000 mgr.smithi038.dukxrr (mgr.14180) 998 : 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-01-16T10:05:17.216 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:05:18.923 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:18 smithi133 bash[17559]: cluster 2024-01-16T10:05:17.548538+0000 mgr.smithi038.dukxrr (mgr.14180) 999 : 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-01-16T10:05:18.939 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:18 smithi038 bash[13941]: cluster 2024-01-16T10:05:17.548538+0000 mgr.smithi038.dukxrr (mgr.14180) 999 : 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-01-16T10:05:20.510 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:05:20.510 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:03:22.741248Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.yiuaac on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:04:27.273143Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xodvfn on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xodvfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xodvfn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xodvfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xodvfn\nDeploy daemon haproxy.nfs.foo.smithi133.xodvfn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:04:31.516131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.yogurs on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-yogurs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-yogurs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.yogurs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.yogurs\nDeploy daemon haproxy.nfs.foo.smithi038.yogurs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:04:31.518391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.bvexux on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:04:31.520042Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.jqkxxq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:05:20.923 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:20 smithi133 bash[17559]: cluster 2024-01-16T10:05:19.549218+0000 mgr.smithi038.dukxrr (mgr.14180) 1000 : 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-01-16T10:05:21.028 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:20 smithi038 bash[13941]: cluster 2024-01-16T10:05:19.549218+0000 mgr.smithi038.dukxrr (mgr.14180) 1000 : 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-01-16T10:05:21.280 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:05:21.923 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:21 smithi133 bash[17559]: audit 2024-01-16T10:05:20.506878+0000 mgr.smithi038.dukxrr (mgr.14180) 1001 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:22.028 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:21 smithi038 bash[13941]: audit 2024-01-16T10:05:20.506878+0000 mgr.smithi038.dukxrr (mgr.14180) 1001 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:22.282 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:05:22.778 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:22 smithi038 bash[13941]: cluster 2024-01-16T10:05:21.550182+0000 mgr.smithi038.dukxrr (mgr.14180) 1002 : 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-01-16T10:05:22.923 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:22 smithi133 bash[17559]: cluster 2024-01-16T10:05:21.550182+0000 mgr.smithi038.dukxrr (mgr.14180) 1002 : 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-01-16T10:05:24.923 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:24 smithi133 bash[17559]: cluster 2024-01-16T10:05:23.551024+0000 mgr.smithi038.dukxrr (mgr.14180) 1003 : 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-01-16T10:05:25.006 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:24 smithi038 bash[13941]: cluster 2024-01-16T10:05:23.551024+0000 mgr.smithi038.dukxrr (mgr.14180) 1003 : 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-01-16T10:05:25.384 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:05:25.385 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:03:22.741248Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.yiuaac on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:04:27.273143Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xodvfn on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xodvfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xodvfn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xodvfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xodvfn\nDeploy daemon haproxy.nfs.foo.smithi133.xodvfn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:04:31.516131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.yogurs on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-yogurs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-yogurs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.yogurs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.yogurs\nDeploy daemon haproxy.nfs.foo.smithi038.yogurs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:04:31.518391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.bvexux on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:04:31.520042Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.jqkxxq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:05:26.197 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:05:26.423 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:26 smithi133 bash[17559]: audit 2024-01-16T10:05:25.382490+0000 mgr.smithi038.dukxrr (mgr.14180) 1004 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:26.423 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:26 smithi133 bash[17559]: cluster 2024-01-16T10:05:25.552061+0000 mgr.smithi038.dukxrr (mgr.14180) 1005 : 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-01-16T10:05:26.528 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:26 smithi038 bash[13941]: audit 2024-01-16T10:05:25.382490+0000 mgr.smithi038.dukxrr (mgr.14180) 1004 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:26.528 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:26 smithi038 bash[13941]: cluster 2024-01-16T10:05:25.552061+0000 mgr.smithi038.dukxrr (mgr.14180) 1005 : 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-01-16T10:05:27.197 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:05:28.701 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:28 smithi038 bash[13941]: cluster 2024-01-16T10:05:27.553304+0000 mgr.smithi038.dukxrr (mgr.14180) 1006 : 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-01-16T10:05:28.923 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:28 smithi133 bash[17559]: cluster 2024-01-16T10:05:27.553304+0000 mgr.smithi038.dukxrr (mgr.14180) 1006 : 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-01-16T10:05:30.531 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:05:30.532 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:03:22.741248Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.yiuaac on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:04:27.273143Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xodvfn on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xodvfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xodvfn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xodvfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xodvfn\nDeploy daemon haproxy.nfs.foo.smithi133.xodvfn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:04:31.516131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.yogurs on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-yogurs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-yogurs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.yogurs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.yogurs\nDeploy daemon haproxy.nfs.foo.smithi038.yogurs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:04:31.518391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.bvexux on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:04:31.520042Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.jqkxxq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:05:30.923 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:30 smithi133 bash[17559]: cluster 2024-01-16T10:05:29.554605+0000 mgr.smithi038.dukxrr (mgr.14180) 1007 : 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-01-16T10:05:31.028 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:30 smithi038 bash[13941]: cluster 2024-01-16T10:05:29.554605+0000 mgr.smithi038.dukxrr (mgr.14180) 1007 : 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-01-16T10:05:31.308 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:05:31.923 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:31 smithi133 bash[17559]: audit 2024-01-16T10:05:30.532150+0000 mgr.smithi038.dukxrr (mgr.14180) 1008 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:31.923 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:31 smithi133 bash[17559]: audit 2024-01-16T10:05:31.525302+0000 mon.smithi038 (mon.0) 933 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T10:05:32.028 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:31 smithi038 bash[13941]: audit 2024-01-16T10:05:30.532150+0000 mgr.smithi038.dukxrr (mgr.14180) 1008 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:32.028 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:31 smithi038 bash[13941]: audit 2024-01-16T10:05:31.525302+0000 mon.smithi038 (mon.0) 933 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T10:05:32.309 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:05:33.173 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:32 smithi133 bash[17559]: cluster 2024-01-16T10:05:31.555599+0000 mgr.smithi038.dukxrr (mgr.14180) 1009 : 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-01-16T10:05:33.173 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:32 smithi133 bash[17559]: audit 2024-01-16T10:05:31.804188+0000 mon.smithi038 (mon.0) 934 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:05:33.278 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:32 smithi038 bash[13941]: cluster 2024-01-16T10:05:31.555599+0000 mgr.smithi038.dukxrr (mgr.14180) 1009 : 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-01-16T10:05:33.278 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:32 smithi038 bash[13941]: audit 2024-01-16T10:05:31.804188+0000 mon.smithi038 (mon.0) 934 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:05:35.173 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:34 smithi133 bash[17559]: cluster 2024-01-16T10:05:33.556788+0000 mgr.smithi038.dukxrr (mgr.14180) 1010 : 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-01-16T10:05:35.278 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:34 smithi038 bash[13941]: cluster 2024-01-16T10:05:33.556788+0000 mgr.smithi038.dukxrr (mgr.14180) 1010 : 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-01-16T10:05:35.392 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:05:35.392 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T09:55:16.015309Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T09:55:15.243604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T09:55:16.015623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:03:22.741248Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.yiuaac on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:04:27.273143Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xodvfn on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xodvfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xodvfn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xodvfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xodvfn\nDeploy daemon haproxy.nfs.foo.smithi133.xodvfn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:04:31.516131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.yogurs on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-yogurs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-yogurs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.yogurs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.yogurs\nDeploy daemon haproxy.nfs.foo.smithi038.yogurs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:04:31.518391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.bvexux on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:04:31.520042Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.jqkxxq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T09:55:15.244988Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T09:55:15.243855Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T09:55:15.244017Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T09:55:15.245137Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T09:55:15.244170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T09:55:15.244348Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T09:55:16.015927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:05:36.216 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:05:36.423 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:36 smithi133 bash[17559]: audit 2024-01-16T10:05:35.385736+0000 mgr.smithi038.dukxrr (mgr.14180) 1011 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:36.423 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:36 smithi133 bash[17559]: cluster 2024-01-16T10:05:35.557843+0000 mgr.smithi038.dukxrr (mgr.14180) 1012 : 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-01-16T10:05:36.528 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:36 smithi038 bash[13941]: audit 2024-01-16T10:05:35.385736+0000 mgr.smithi038.dukxrr (mgr.14180) 1011 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:36.528 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:36 smithi038 bash[13941]: cluster 2024-01-16T10:05:35.557843+0000 mgr.smithi038.dukxrr (mgr.14180) 1012 : 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-01-16T10:05:37.217 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:05:38.692 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:38 smithi038 bash[13941]: audit 2024-01-16T10:05:37.435633+0000 mon.smithi038 (mon.0) 935 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:05:38.692 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:38 smithi038 bash[13941]: cluster 2024-01-16T10:05:37.558536+0000 mgr.smithi038.dukxrr (mgr.14180) 1013 : 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-01-16T10:05:38.692 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:38 smithi038 bash[13941]: audit 2024-01-16T10:05:38.029471+0000 mon.smithi038 (mon.0) 936 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:05:38.692 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:38 smithi038 bash[13941]: audit 2024-01-16T10:05:38.311576+0000 mon.smithi038 (mon.0) 937 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T10:05:38.692 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:38 smithi038 bash[13941]: audit 2024-01-16T10:05:38.312992+0000 mon.smithi038 (mon.0) 938 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T10:05:38.692 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:38 smithi038 bash[13941]: audit 2024-01-16T10:05:38.320232+0000 mon.smithi038 (mon.0) 939 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:05:38.692 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:38 smithi038 bash[13941]: audit 2024-01-16T10:05:38.329339+0000 mon.smithi038 (mon.0) 940 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T10:05:38.692 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:38 smithi038 bash[13941]: audit 2024-01-16T10:05:38.343588+0000 mon.smithi038 (mon.0) 941 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:05:38.923 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:38 smithi133 bash[17559]: audit 2024-01-16T10:05:37.435633+0000 mon.smithi038 (mon.0) 935 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:05:38.923 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:38 smithi133 bash[17559]: cluster 2024-01-16T10:05:37.558536+0000 mgr.smithi038.dukxrr (mgr.14180) 1013 : 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-01-16T10:05:38.923 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:38 smithi133 bash[17559]: audit 2024-01-16T10:05:38.029471+0000 mon.smithi038 (mon.0) 936 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:05:38.923 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:38 smithi133 bash[17559]: audit 2024-01-16T10:05:38.311576+0000 mon.smithi038 (mon.0) 937 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T10:05:38.924 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:38 smithi133 bash[17559]: audit 2024-01-16T10:05:38.312992+0000 mon.smithi038 (mon.0) 938 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T10:05:38.924 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:38 smithi133 bash[17559]: audit 2024-01-16T10:05:38.320232+0000 mon.smithi038 (mon.0) 939 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:05:38.924 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:38 smithi133 bash[17559]: audit 2024-01-16T10:05:38.329339+0000 mon.smithi038 (mon.0) 940 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T10:05:38.924 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:38 smithi133 bash[17559]: audit 2024-01-16T10:05:38.343588+0000 mon.smithi038 (mon.0) 941 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:05:39.778 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:39 smithi038 bash[13941]: cluster 2024-01-16T10:05:38.321326+0000 mgr.smithi038.dukxrr (mgr.14180) 1014 : cluster [DBG] pgmap v683: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 190 B/s rd, 0 op/s 2024-01-16T10:05:39.778 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:39 smithi038 bash[13941]: cephadm 2024-01-16T10:05:38.363705+0000 mgr.smithi038.dukxrr (mgr.14180) 1015 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi133.uyxwvh on smithi133 2024-01-16T10:05:39.778 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:39 smithi038 bash[13941]: cluster 2024-01-16T10:05:38.432888+0000 mon.smithi038 (mon.0) 942 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-16T10:05:39.778 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:39 smithi038 bash[13941]: cluster 2024-01-16T10:05:38.432946+0000 mon.smithi038 (mon.0) 943 : cluster [INF] Cluster is now healthy 2024-01-16T10:05:39.923 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:39 smithi133 bash[17559]: cluster 2024-01-16T10:05:38.321326+0000 mgr.smithi038.dukxrr (mgr.14180) 1014 : cluster [DBG] pgmap v683: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 190 B/s rd, 0 op/s 2024-01-16T10:05:39.923 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:39 smithi133 bash[17559]: cephadm 2024-01-16T10:05:38.363705+0000 mgr.smithi038.dukxrr (mgr.14180) 1015 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi133.uyxwvh on smithi133 2024-01-16T10:05:39.923 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:39 smithi133 bash[17559]: cluster 2024-01-16T10:05:38.432888+0000 mon.smithi038 (mon.0) 942 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-16T10:05:39.923 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:39 smithi133 bash[17559]: cluster 2024-01-16T10:05:38.432946+0000 mon.smithi038 (mon.0) 943 : cluster [INF] Cluster is now healthy 2024-01-16T10:05:40.596 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:05:40.596 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:03:22.741248Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.yiuaac on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:04:27.273143Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xodvfn on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xodvfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xodvfn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xodvfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xodvfn\nDeploy daemon haproxy.nfs.foo.smithi133.xodvfn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:04:31.516131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.yogurs on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-yogurs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-yogurs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.yogurs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.yogurs\nDeploy daemon haproxy.nfs.foo.smithi038.yogurs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:04:31.518391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.bvexux on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:04:31.520042Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.jqkxxq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:05:41.423 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:41 smithi133 bash[17559]: cluster 2024-01-16T10:05:40.322168+0000 mgr.smithi038.dukxrr (mgr.14180) 1016 : cluster [DBG] pgmap v684: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 190 B/s rd, 0 op/s 2024-01-16T10:05:41.423 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:41 smithi133 bash[17559]: audit 2024-01-16T10:05:40.591824+0000 mgr.smithi038.dukxrr (mgr.14180) 1017 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:41.528 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:41 smithi038 bash[13941]: cluster 2024-01-16T10:05:40.322168+0000 mgr.smithi038.dukxrr (mgr.14180) 1016 : cluster [DBG] pgmap v684: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 190 B/s rd, 0 op/s 2024-01-16T10:05:41.528 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:41 smithi038 bash[13941]: audit 2024-01-16T10:05:40.591824+0000 mgr.smithi038.dukxrr (mgr.14180) 1017 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:41.638 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:05:42.423 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:42 smithi133 bash[17559]: audit 2024-01-16T10:05:42.201066+0000 mon.smithi038 (mon.0) 944 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi133.uyxwvh"}]: dispatch 2024-01-16T10:05:42.528 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:42 smithi038 bash[13941]: audit 2024-01-16T10:05:42.201066+0000 mon.smithi038 (mon.0) 944 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi133.uyxwvh"}]: dispatch 2024-01-16T10:05:42.640 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:05:43.528 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:43 smithi038 bash[13941]: cephadm 2024-01-16T10:05:42.199697+0000 mgr.smithi038.dukxrr (mgr.14180) 1018 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-uyxwvh 2024-01-16T10:05:43.528 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:43 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:05:43.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:43 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-uyxwvh 2024-01-16T10:05:43.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:43 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.uyxwvh 2024-01-16T10:05:43.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:43 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:05:43.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:43 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.uyxwvh 2024-01-16T10:05:43.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:43 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.uyxwvh ... 2024-01-16T10:05:43.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:43 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:05:43.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:43 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:05:43.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:43 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:05:43.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:43 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:05:43.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:43 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:05:43.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:43 smithi038 bash[13941]: Traceback (most recent call last): 2024-01-16T10:05:43.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:43 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T10:05:43.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:43 smithi038 bash[13941]: yield (conn, connr) 2024-01-16T10:05:43.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:43 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T10:05:43.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:43 smithi038 bash[13941]: code, '\n'.join(err))) 2024-01-16T10:05:43.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:43 smithi038 bash[13941]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-uyxwvh 2024-01-16T10:05:43.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:43 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:05:43.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:43 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-uyxwvh 2024-01-16T10:05:43.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:43 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.uyxwvh 2024-01-16T10:05:43.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:43 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:05:43.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:43 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.uyxwvh 2024-01-16T10:05:43.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:43 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.uyxwvh ... 2024-01-16T10:05:43.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:43 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:05:43.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:43 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:05:43.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:43 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:05:43.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:43 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:05:43.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:43 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:05:43.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:43 smithi038 bash[13941]: cephadm 2024-01-16T10:05:42.200257+0000 mgr.smithi038.dukxrr (mgr.14180) 1019 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi133.uyxwvh 2024-01-16T10:05:43.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:43 smithi038 bash[13941]: cephadm 2024-01-16T10:05:42.202933+0000 mgr.smithi038.dukxrr (mgr.14180) 1020 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi133.uyxwvh on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-uyxwvh 2024-01-16T10:05:43.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:43 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:05:43.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:43 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-uyxwvh 2024-01-16T10:05:43.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:43 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.uyxwvh 2024-01-16T10:05:43.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:43 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:05:43.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:43 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.uyxwvh 2024-01-16T10:05:43.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:43 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.uyxwvh ... 2024-01-16T10:05:43.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:43 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:05:43.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:43 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:05:43.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:43 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:05:43.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:43 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:05:43.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:43 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:05:43.532 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:43 smithi038 bash[13941]: cephadm 2024-01-16T10:05:42.207591+0000 mgr.smithi038.dukxrr (mgr.14180) 1021 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.zipadu on smithi038 2024-01-16T10:05:43.532 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:43 smithi038 bash[13941]: cluster 2024-01-16T10:05:42.322852+0000 mgr.smithi038.dukxrr (mgr.14180) 1022 : cluster [DBG] pgmap v685: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 190 B/s rd, 0 op/s 2024-01-16T10:05:43.673 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:43 smithi133 bash[17559]: cephadm 2024-01-16T10:05:42.199697+0000 mgr.smithi038.dukxrr (mgr.14180) 1018 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-uyxwvh 2024-01-16T10:05:43.674 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:43 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:05:43.674 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:43 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-uyxwvh 2024-01-16T10:05:43.674 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:43 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.uyxwvh 2024-01-16T10:05:43.674 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:43 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:05:43.674 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:43 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.uyxwvh 2024-01-16T10:05:43.674 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:43 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.uyxwvh ... 2024-01-16T10:05:43.674 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:43 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:05:43.674 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:43 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:05:43.674 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:43 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:05:43.674 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:43 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:05:43.674 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:43 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:05:43.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:43 smithi133 bash[17559]: Traceback (most recent call last): 2024-01-16T10:05:43.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:43 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T10:05:43.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:43 smithi133 bash[17559]: yield (conn, connr) 2024-01-16T10:05:43.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:43 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T10:05:43.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:43 smithi133 bash[17559]: code, '\n'.join(err))) 2024-01-16T10:05:43.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:43 smithi133 bash[17559]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-uyxwvh 2024-01-16T10:05:43.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:43 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:05:43.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:43 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-uyxwvh 2024-01-16T10:05:43.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:43 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.uyxwvh 2024-01-16T10:05:43.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:43 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:05:43.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:43 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.uyxwvh 2024-01-16T10:05:43.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:43 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.uyxwvh ... 2024-01-16T10:05:43.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:43 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:05:43.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:43 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:05:43.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:43 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:05:43.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:43 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:05:43.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:43 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:05:43.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:43 smithi133 bash[17559]: cephadm 2024-01-16T10:05:42.200257+0000 mgr.smithi038.dukxrr (mgr.14180) 1019 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi133.uyxwvh 2024-01-16T10:05:43.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:43 smithi133 bash[17559]: cephadm 2024-01-16T10:05:42.202933+0000 mgr.smithi038.dukxrr (mgr.14180) 1020 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi133.uyxwvh on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-uyxwvh 2024-01-16T10:05:43.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:43 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:05:43.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:43 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-uyxwvh 2024-01-16T10:05:43.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:43 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.uyxwvh 2024-01-16T10:05:43.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:43 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:05:43.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:43 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.uyxwvh 2024-01-16T10:05:43.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:43 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.uyxwvh ... 2024-01-16T10:05:43.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:43 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:05:43.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:43 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:05:43.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:43 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:05:43.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:43 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:05:43.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:43 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:05:43.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:43 smithi133 bash[17559]: cephadm 2024-01-16T10:05:42.207591+0000 mgr.smithi038.dukxrr (mgr.14180) 1021 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.zipadu on smithi038 2024-01-16T10:05:43.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:43 smithi133 bash[17559]: cluster 2024-01-16T10:05:42.322852+0000 mgr.smithi038.dukxrr (mgr.14180) 1022 : cluster [DBG] pgmap v685: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 190 B/s rd, 0 op/s 2024-01-16T10:05:45.673 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:45 smithi133 bash[17559]: cluster 2024-01-16T10:05:44.323643+0000 mgr.smithi038.dukxrr (mgr.14180) 1023 : cluster [DBG] pgmap v686: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 190 B/s rd, 0 op/s 2024-01-16T10:05:45.778 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:45 smithi038 bash[13941]: cluster 2024-01-16T10:05:44.323643+0000 mgr.smithi038.dukxrr (mgr.14180) 1023 : cluster [DBG] pgmap v686: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 190 B/s rd, 0 op/s 2024-01-16T10:05:45.924 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:05:45.924 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:04:27.273143Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xodvfn on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xodvfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xodvfn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xodvfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xodvfn\nDeploy daemon haproxy.nfs.foo.smithi133.xodvfn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:04:31.516131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.yogurs on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-yogurs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-yogurs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.yogurs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.yogurs\nDeploy daemon haproxy.nfs.foo.smithi038.yogurs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:04:31.518391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.bvexux on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:04:31.520042Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.jqkxxq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:42.202656Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.uyxwvh on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-uyxwvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-uyxwvh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.uyxwvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.uyxwvh\nDeploy daemon haproxy.nfs.foo.smithi133.uyxwvh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -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.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:05:46.528 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:46 smithi038 bash[13941]: audit 2024-01-16T10:05:45.920060+0000 mgr.smithi038.dukxrr (mgr.14180) 1024 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:46.528 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:46 smithi038 bash[13941]: audit 2024-01-16T10:05:46.050354+0000 mon.smithi038 (mon.0) 945 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi038.zipadu"}]: dispatch 2024-01-16T10:05:46.673 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:46 smithi133 bash[17559]: audit 2024-01-16T10:05:45.920060+0000 mgr.smithi038.dukxrr (mgr.14180) 1024 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:46.673 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:46 smithi133 bash[17559]: audit 2024-01-16T10:05:46.050354+0000 mon.smithi038 (mon.0) 945 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi038.zipadu"}]: dispatch 2024-01-16T10:05:46.688 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:05:47.673 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:47 smithi133 bash[17559]: cephadm 2024-01-16T10:05:46.049507+0000 mgr.smithi038.dukxrr (mgr.14180) 1025 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-zipadu 2024-01-16T10:05:47.673 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:47 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:05:47.673 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:47 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-zipadu 2024-01-16T10:05:47.674 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:47 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.zipadu 2024-01-16T10:05:47.674 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:47 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:05:47.674 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:47 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.zipadu 2024-01-16T10:05:47.674 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:47 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.zipadu ... 2024-01-16T10:05:47.674 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:47 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:05:47.674 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:47 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:05:47.674 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:47 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:05:47.674 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:47 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:05:47.674 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:47 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:05:47.674 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:47 smithi133 bash[17559]: Traceback (most recent call last): 2024-01-16T10:05:47.674 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:47 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T10:05:47.674 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:47 smithi133 bash[17559]: yield (conn, connr) 2024-01-16T10:05:47.674 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:47 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T10:05:47.674 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:47 smithi133 bash[17559]: code, '\n'.join(err))) 2024-01-16T10:05:47.674 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:47 smithi133 bash[17559]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-zipadu 2024-01-16T10:05:47.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:47 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:05:47.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:47 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-zipadu 2024-01-16T10:05:47.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:47 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.zipadu 2024-01-16T10:05:47.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:47 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:05:47.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:47 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.zipadu 2024-01-16T10:05:47.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:47 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.zipadu ... 2024-01-16T10:05:47.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:47 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:05:47.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:47 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:05:47.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:47 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:05:47.675 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:47 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:05:47.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:47 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:05:47.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:47 smithi133 bash[17559]: cephadm 2024-01-16T10:05:46.049907+0000 mgr.smithi038.dukxrr (mgr.14180) 1026 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi038.zipadu 2024-01-16T10:05:47.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:47 smithi133 bash[17559]: cephadm 2024-01-16T10:05:46.051342+0000 mgr.smithi038.dukxrr (mgr.14180) 1027 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi038.zipadu on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-zipadu 2024-01-16T10:05:47.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:47 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:05:47.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:47 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-zipadu 2024-01-16T10:05:47.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:47 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.zipadu 2024-01-16T10:05:47.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:47 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:05:47.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:47 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.zipadu 2024-01-16T10:05:47.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:47 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.zipadu ... 2024-01-16T10:05:47.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:47 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:05:47.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:47 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:05:47.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:47 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:05:47.676 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:47 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:05:47.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:47 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:05:47.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:47 smithi133 bash[17559]: cephadm 2024-01-16T10:05:46.053385+0000 mgr.smithi038.dukxrr (mgr.14180) 1028 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi133.nrwzsm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:05:47.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:47 smithi133 bash[17559]: cephadm 2024-01-16T10:05:46.055262+0000 mgr.smithi038.dukxrr (mgr.14180) 1029 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi038.fhzlht on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:05:47.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:47 smithi133 bash[17559]: cluster 2024-01-16T10:05:46.056255+0000 mgr.smithi038.dukxrr (mgr.14180) 1030 : cluster [DBG] pgmap v687: 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-01-16T10:05:47.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:47 smithi133 bash[17559]: cluster 2024-01-16T10:05:46.382019+0000 mon.smithi038 (mon.0) 946 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-16T10:05:47.688 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:05:47.702 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:47 smithi038 bash[13941]: cephadm 2024-01-16T10:05:46.049507+0000 mgr.smithi038.dukxrr (mgr.14180) 1025 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-zipadu 2024-01-16T10:05:47.703 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:47 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:05:47.703 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:47 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-zipadu 2024-01-16T10:05:47.703 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:47 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.zipadu 2024-01-16T10:05:47.703 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:47 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:05:47.703 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:47 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.zipadu 2024-01-16T10:05:47.703 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:47 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.zipadu ... 2024-01-16T10:05:47.703 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:47 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:05:47.703 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:47 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:05:47.703 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:47 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:05:47.703 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:47 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:05:47.703 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:47 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:05:47.703 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:47 smithi038 bash[13941]: Traceback (most recent call last): 2024-01-16T10:05:47.703 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:47 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T10:05:47.704 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:47 smithi038 bash[13941]: yield (conn, connr) 2024-01-16T10:05:47.704 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:47 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T10:05:47.704 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:47 smithi038 bash[13941]: code, '\n'.join(err))) 2024-01-16T10:05:47.704 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:47 smithi038 bash[13941]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-zipadu 2024-01-16T10:05:47.704 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:47 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:05:47.704 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:47 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-zipadu 2024-01-16T10:05:47.704 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:47 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.zipadu 2024-01-16T10:05:47.704 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:47 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:05:47.704 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:47 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.zipadu 2024-01-16T10:05:47.704 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:47 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.zipadu ... 2024-01-16T10:05:47.704 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:47 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:05:47.705 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:47 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:05:47.705 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:47 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:05:47.705 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:47 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:05:47.705 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:47 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:05:47.705 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:47 smithi038 bash[13941]: cephadm 2024-01-16T10:05:46.049907+0000 mgr.smithi038.dukxrr (mgr.14180) 1026 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi038.zipadu 2024-01-16T10:05:47.705 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:47 smithi038 bash[13941]: cephadm 2024-01-16T10:05:46.051342+0000 mgr.smithi038.dukxrr (mgr.14180) 1027 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi038.zipadu on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-zipadu 2024-01-16T10:05:47.705 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:47 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:05:47.705 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:47 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-zipadu 2024-01-16T10:05:47.705 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:47 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.zipadu 2024-01-16T10:05:47.705 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:47 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:05:47.705 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:47 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.zipadu 2024-01-16T10:05:47.705 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:47 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.zipadu ... 2024-01-16T10:05:47.705 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:47 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:05:47.706 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:47 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:05:47.706 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:47 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:05:47.706 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:47 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:05:47.706 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:47 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:05:47.706 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:47 smithi038 bash[13941]: cephadm 2024-01-16T10:05:46.053385+0000 mgr.smithi038.dukxrr (mgr.14180) 1028 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi133.nrwzsm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:05:47.706 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:47 smithi038 bash[13941]: cephadm 2024-01-16T10:05:46.055262+0000 mgr.smithi038.dukxrr (mgr.14180) 1029 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi038.fhzlht on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:05:47.706 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:47 smithi038 bash[13941]: cluster 2024-01-16T10:05:46.056255+0000 mgr.smithi038.dukxrr (mgr.14180) 1030 : cluster [DBG] pgmap v687: 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-01-16T10:05:47.706 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:47 smithi038 bash[13941]: cluster 2024-01-16T10:05:46.382019+0000 mon.smithi038 (mon.0) 946 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-16T10:05:50.027 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:49 smithi038 bash[13941]: cluster 2024-01-16T10:05:48.057649+0000 mgr.smithi038.dukxrr (mgr.14180) 1031 : cluster [DBG] pgmap v688: 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-01-16T10:05:50.028 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:49 smithi038 bash[13941]: audit 2024-01-16T10:05:48.734712+0000 mon.smithi038 (mon.0) 947 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:05:50.173 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:49 smithi133 bash[17559]: cluster 2024-01-16T10:05:48.057649+0000 mgr.smithi038.dukxrr (mgr.14180) 1031 : cluster [DBG] pgmap v688: 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-01-16T10:05:50.173 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:49 smithi133 bash[17559]: audit 2024-01-16T10:05:48.734712+0000 mon.smithi038 (mon.0) 947 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:05:50.966 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:05:50.966 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:04:31.520042Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.jqkxxq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:42.202656Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.uyxwvh on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-uyxwvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-uyxwvh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.uyxwvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.uyxwvh\nDeploy daemon haproxy.nfs.foo.smithi133.uyxwvh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:46.051192Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.zipadu on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-zipadu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-zipadu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.zipadu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.zipadu\nDeploy daemon haproxy.nfs.foo.smithi038.zipadu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:46.053262Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.nrwzsm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:46.055140Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fhzlht on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:05:51.715 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:05:51.923 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:51 smithi133 bash[17559]: cluster 2024-01-16T10:05:50.058947+0000 mgr.smithi038.dukxrr (mgr.14180) 1032 : cluster [DBG] pgmap v689: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-01-16T10:05:51.923 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:51 smithi133 bash[17559]: audit 2024-01-16T10:05:50.962367+0000 mgr.smithi038.dukxrr (mgr.14180) 1033 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:52.027 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:51 smithi038 bash[13941]: cluster 2024-01-16T10:05:50.058947+0000 mgr.smithi038.dukxrr (mgr.14180) 1032 : cluster [DBG] pgmap v689: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-01-16T10:05:52.027 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:51 smithi038 bash[13941]: audit 2024-01-16T10:05:50.962367+0000 mgr.smithi038.dukxrr (mgr.14180) 1033 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:52.716 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:05:53.997 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:53 smithi038 bash[13941]: cluster 2024-01-16T10:05:52.060130+0000 mgr.smithi038.dukxrr (mgr.14180) 1034 : cluster [DBG] pgmap v690: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-01-16T10:05:54.172 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:53 smithi133 bash[17559]: cluster 2024-01-16T10:05:52.060130+0000 mgr.smithi038.dukxrr (mgr.14180) 1034 : cluster [DBG] pgmap v690: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-01-16T10:05:55.824 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:05:55.824 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:04:31.520042Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.jqkxxq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:42.202656Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.uyxwvh on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-uyxwvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-uyxwvh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.uyxwvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.uyxwvh\nDeploy daemon haproxy.nfs.foo.smithi133.uyxwvh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:46.051192Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.zipadu on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-zipadu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-zipadu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.zipadu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.zipadu\nDeploy daemon haproxy.nfs.foo.smithi038.zipadu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:46.053262Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.nrwzsm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:46.055140Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fhzlht on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:05:56.028 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:55 smithi038 bash[13941]: cluster 2024-01-16T10:05:54.061727+0000 mgr.smithi038.dukxrr (mgr.14180) 1035 : cluster [DBG] pgmap v691: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 348 B/s rd, 0 op/s 2024-01-16T10:05:56.173 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:55 smithi133 bash[17559]: cluster 2024-01-16T10:05:54.061727+0000 mgr.smithi038.dukxrr (mgr.14180) 1035 : cluster [DBG] pgmap v691: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 348 B/s rd, 0 op/s 2024-01-16T10:05:56.617 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:05:57.027 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:56 smithi038 bash[13941]: audit 2024-01-16T10:05:55.820613+0000 mgr.smithi038.dukxrr (mgr.14180) 1036 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:57.172 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:56 smithi133 bash[17559]: audit 2024-01-16T10:05:55.820613+0000 mgr.smithi038.dukxrr (mgr.14180) 1036 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:57.617 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:05:58.027 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:57 smithi038 bash[13941]: cluster 2024-01-16T10:05:56.063024+0000 mgr.smithi038.dukxrr (mgr.14180) 1037 : cluster [DBG] pgmap v692: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-01-16T10:05:58.172 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:57 smithi133 bash[17559]: cluster 2024-01-16T10:05:56.063024+0000 mgr.smithi038.dukxrr (mgr.14180) 1037 : cluster [DBG] pgmap v692: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-01-16T10:06:00.027 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:05:59 smithi038 bash[13941]: cluster 2024-01-16T10:05:58.063821+0000 mgr.smithi038.dukxrr (mgr.14180) 1038 : cluster [DBG] pgmap v693: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:06:00.172 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:05:59 smithi133 bash[17559]: cluster 2024-01-16T10:05:58.063821+0000 mgr.smithi038.dukxrr (mgr.14180) 1038 : cluster [DBG] pgmap v693: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:06:00.843 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:06:00.843 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:04:31.520042Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.jqkxxq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:42.202656Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.uyxwvh on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-uyxwvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-uyxwvh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.uyxwvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.uyxwvh\nDeploy daemon haproxy.nfs.foo.smithi133.uyxwvh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:46.051192Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.zipadu on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-zipadu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-zipadu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.zipadu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.zipadu\nDeploy daemon haproxy.nfs.foo.smithi038.zipadu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:46.053262Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.nrwzsm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:46.055140Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fhzlht on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:06:01.607 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:06:02.027 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:01 smithi038 bash[13941]: cluster 2024-01-16T10:06:00.064563+0000 mgr.smithi038.dukxrr (mgr.14180) 1039 : 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-01-16T10:06:02.027 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:01 smithi038 bash[13941]: audit 2024-01-16T10:06:00.837200+0000 mgr.smithi038.dukxrr (mgr.14180) 1040 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:02.173 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:01 smithi133 bash[17559]: cluster 2024-01-16T10:06:00.064563+0000 mgr.smithi038.dukxrr (mgr.14180) 1039 : 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-01-16T10:06:02.173 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:01 smithi133 bash[17559]: audit 2024-01-16T10:06:00.837200+0000 mgr.smithi038.dukxrr (mgr.14180) 1040 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:02.608 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:06:04.027 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:03 smithi038 bash[13941]: cluster 2024-01-16T10:06:02.065501+0000 mgr.smithi038.dukxrr (mgr.14180) 1041 : 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-01-16T10:06:04.172 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:03 smithi133 bash[17559]: cluster 2024-01-16T10:06:02.065501+0000 mgr.smithi038.dukxrr (mgr.14180) 1041 : 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-01-16T10:06:05.886 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:06:05.886 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:04:31.520042Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.jqkxxq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:42.202656Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.uyxwvh on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-uyxwvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-uyxwvh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.uyxwvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.uyxwvh\nDeploy daemon haproxy.nfs.foo.smithi133.uyxwvh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:46.051192Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.zipadu on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-zipadu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-zipadu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.zipadu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.zipadu\nDeploy daemon haproxy.nfs.foo.smithi038.zipadu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:46.053262Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.nrwzsm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:46.055140Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fhzlht on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:06:06.138 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:05 smithi038 bash[13941]: cluster 2024-01-16T10:06:04.066590+0000 mgr.smithi038.dukxrr (mgr.14180) 1042 : 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-01-16T10:06:06.172 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:05 smithi133 bash[17559]: cluster 2024-01-16T10:06:04.066590+0000 mgr.smithi038.dukxrr (mgr.14180) 1042 : 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-01-16T10:06:06.698 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:06:07.027 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:06 smithi038 bash[13941]: audit 2024-01-16T10:06:05.882227+0000 mgr.smithi038.dukxrr (mgr.14180) 1043 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:07.172 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:06 smithi133 bash[17559]: audit 2024-01-16T10:06:05.882227+0000 mgr.smithi038.dukxrr (mgr.14180) 1043 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:07.700 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:06:08.027 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:07 smithi038 bash[13941]: cluster 2024-01-16T10:06:06.067791+0000 mgr.smithi038.dukxrr (mgr.14180) 1044 : 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-01-16T10:06:08.172 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:07 smithi133 bash[17559]: cluster 2024-01-16T10:06:06.067791+0000 mgr.smithi038.dukxrr (mgr.14180) 1044 : 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-01-16T10:06:10.027 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:09 smithi038 bash[13941]: cluster 2024-01-16T10:06:08.069202+0000 mgr.smithi038.dukxrr (mgr.14180) 1045 : 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-01-16T10:06:10.172 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:09 smithi133 bash[17559]: cluster 2024-01-16T10:06:08.069202+0000 mgr.smithi038.dukxrr (mgr.14180) 1045 : 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-01-16T10:06:10.946 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:06:10.946 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:04:31.520042Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.jqkxxq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:42.202656Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.uyxwvh on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-uyxwvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-uyxwvh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.uyxwvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.uyxwvh\nDeploy daemon haproxy.nfs.foo.smithi133.uyxwvh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:46.051192Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.zipadu on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-zipadu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-zipadu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.zipadu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.zipadu\nDeploy daemon haproxy.nfs.foo.smithi038.zipadu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:46.053262Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.nrwzsm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:46.055140Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fhzlht on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:06:11.675 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:06:12.027 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:11 smithi038 bash[13941]: cluster 2024-01-16T10:06:10.070332+0000 mgr.smithi038.dukxrr (mgr.14180) 1046 : 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-01-16T10:06:12.027 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:11 smithi038 bash[13941]: audit 2024-01-16T10:06:10.942980+0000 mgr.smithi038.dukxrr (mgr.14180) 1047 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:12.172 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:11 smithi133 bash[17559]: cluster 2024-01-16T10:06:10.070332+0000 mgr.smithi038.dukxrr (mgr.14180) 1046 : 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-01-16T10:06:12.172 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:11 smithi133 bash[17559]: audit 2024-01-16T10:06:10.942980+0000 mgr.smithi038.dukxrr (mgr.14180) 1047 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:12.676 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:06:14.120 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:13 smithi038 bash[13941]: cluster 2024-01-16T10:06:12.071357+0000 mgr.smithi038.dukxrr (mgr.14180) 1048 : 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-01-16T10:06:14.172 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:13 smithi133 bash[17559]: cluster 2024-01-16T10:06:12.071357+0000 mgr.smithi038.dukxrr (mgr.14180) 1048 : 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-01-16T10:06:15.884 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:06:15.884 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:04:31.520042Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.jqkxxq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:42.202656Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.uyxwvh on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-uyxwvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-uyxwvh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.uyxwvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.uyxwvh\nDeploy daemon haproxy.nfs.foo.smithi133.uyxwvh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:46.051192Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.zipadu on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-zipadu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-zipadu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.zipadu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.zipadu\nDeploy daemon haproxy.nfs.foo.smithi038.zipadu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:46.053262Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.nrwzsm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:46.055140Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fhzlht on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:06:16.103 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:15 smithi038 bash[13941]: cluster 2024-01-16T10:06:14.072696+0000 mgr.smithi038.dukxrr (mgr.14180) 1049 : 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-01-16T10:06:16.172 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:15 smithi133 bash[17559]: cluster 2024-01-16T10:06:14.072696+0000 mgr.smithi038.dukxrr (mgr.14180) 1049 : 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-01-16T10:06:16.683 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:06:17.027 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:16 smithi038 bash[13941]: audit 2024-01-16T10:06:15.881145+0000 mgr.smithi038.dukxrr (mgr.14180) 1050 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:17.172 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:16 smithi133 bash[17559]: audit 2024-01-16T10:06:15.881145+0000 mgr.smithi038.dukxrr (mgr.14180) 1050 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:17.685 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:06:18.027 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:17 smithi038 bash[13941]: cluster 2024-01-16T10:06:16.073653+0000 mgr.smithi038.dukxrr (mgr.14180) 1051 : 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-01-16T10:06:18.172 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:17 smithi133 bash[17559]: cluster 2024-01-16T10:06:16.073653+0000 mgr.smithi038.dukxrr (mgr.14180) 1051 : 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-01-16T10:06:20.027 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:19 smithi038 bash[13941]: cluster 2024-01-16T10:06:18.074421+0000 mgr.smithi038.dukxrr (mgr.14180) 1052 : 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-01-16T10:06:20.172 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:19 smithi133 bash[17559]: cluster 2024-01-16T10:06:18.074421+0000 mgr.smithi038.dukxrr (mgr.14180) 1052 : 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-01-16T10:06:20.887 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:06:20.887 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:04:31.520042Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.jqkxxq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:42.202656Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.uyxwvh on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-uyxwvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-uyxwvh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.uyxwvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.uyxwvh\nDeploy daemon haproxy.nfs.foo.smithi133.uyxwvh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:46.051192Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.zipadu on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-zipadu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-zipadu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.zipadu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.zipadu\nDeploy daemon haproxy.nfs.foo.smithi038.zipadu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:46.053262Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.nrwzsm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:46.055140Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fhzlht on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:06:21.601 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:06:22.172 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:21 smithi133 bash[17559]: cluster 2024-01-16T10:06:20.075512+0000 mgr.smithi038.dukxrr (mgr.14180) 1053 : 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-01-16T10:06:22.172 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:21 smithi133 bash[17559]: audit 2024-01-16T10:06:20.886835+0000 mgr.smithi038.dukxrr (mgr.14180) 1054 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:22.277 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:21 smithi038 bash[13941]: cluster 2024-01-16T10:06:20.075512+0000 mgr.smithi038.dukxrr (mgr.14180) 1053 : 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-01-16T10:06:22.277 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:21 smithi038 bash[13941]: audit 2024-01-16T10:06:20.886835+0000 mgr.smithi038.dukxrr (mgr.14180) 1054 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:22.602 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:06:24.172 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:23 smithi133 bash[17559]: cluster 2024-01-16T10:06:22.076516+0000 mgr.smithi038.dukxrr (mgr.14180) 1055 : 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-01-16T10:06:24.277 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:23 smithi038 bash[13941]: cluster 2024-01-16T10:06:22.076516+0000 mgr.smithi038.dukxrr (mgr.14180) 1055 : 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-01-16T10:06:25.563 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:06:25.563 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:04:31.520042Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.jqkxxq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:42.202656Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.uyxwvh on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-uyxwvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-uyxwvh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.uyxwvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.uyxwvh\nDeploy daemon haproxy.nfs.foo.smithi133.uyxwvh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:46.051192Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.zipadu on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-zipadu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-zipadu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.zipadu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.zipadu\nDeploy daemon haproxy.nfs.foo.smithi038.zipadu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:46.053262Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.nrwzsm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:46.055140Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fhzlht on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:06:26.172 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:25 smithi133 bash[17559]: cluster 2024-01-16T10:06:24.077869+0000 mgr.smithi038.dukxrr (mgr.14180) 1056 : 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-01-16T10:06:26.276 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:25 smithi038 bash[13941]: cluster 2024-01-16T10:06:24.077869+0000 mgr.smithi038.dukxrr (mgr.14180) 1056 : 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-01-16T10:06:26.292 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:06:27.172 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:26 smithi133 bash[17559]: audit 2024-01-16T10:06:25.559899+0000 mgr.smithi038.dukxrr (mgr.14180) 1057 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:27.277 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:26 smithi038 bash[13941]: audit 2024-01-16T10:06:25.559899+0000 mgr.smithi038.dukxrr (mgr.14180) 1057 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:27.293 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:06:28.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:27 smithi133 bash[17559]: cluster 2024-01-16T10:06:26.079045+0000 mgr.smithi038.dukxrr (mgr.14180) 1058 : 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-01-16T10:06:28.276 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:27 smithi038 bash[13941]: cluster 2024-01-16T10:06:26.079045+0000 mgr.smithi038.dukxrr (mgr.14180) 1058 : 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-01-16T10:06:30.172 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:29 smithi133 bash[17559]: cluster 2024-01-16T10:06:28.080645+0000 mgr.smithi038.dukxrr (mgr.14180) 1059 : 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-01-16T10:06:30.191 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:29 smithi038 bash[13941]: cluster 2024-01-16T10:06:28.080645+0000 mgr.smithi038.dukxrr (mgr.14180) 1059 : 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-01-16T10:06:30.586 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:06:30.586 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:04:31.520042Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.jqkxxq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:42.202656Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.uyxwvh on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-uyxwvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-uyxwvh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.uyxwvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.uyxwvh\nDeploy daemon haproxy.nfs.foo.smithi133.uyxwvh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:46.051192Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.zipadu on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-zipadu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-zipadu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.zipadu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.zipadu\nDeploy daemon haproxy.nfs.foo.smithi038.zipadu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:46.053262Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.nrwzsm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:46.055140Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fhzlht on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:06:31.366 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:06:32.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:31 smithi133 bash[17559]: cluster 2024-01-16T10:06:30.081867+0000 mgr.smithi038.dukxrr (mgr.14180) 1060 : 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-01-16T10:06:32.172 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:31 smithi133 bash[17559]: audit 2024-01-16T10:06:30.581118+0000 mgr.smithi038.dukxrr (mgr.14180) 1061 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:32.276 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:31 smithi038 bash[13941]: cluster 2024-01-16T10:06:30.081867+0000 mgr.smithi038.dukxrr (mgr.14180) 1060 : 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-01-16T10:06:32.277 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:31 smithi038 bash[13941]: audit 2024-01-16T10:06:30.581118+0000 mgr.smithi038.dukxrr (mgr.14180) 1061 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:32.367 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:06:34.027 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:33 smithi038 bash[13941]: cluster 2024-01-16T10:06:32.082897+0000 mgr.smithi038.dukxrr (mgr.14180) 1062 : 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-01-16T10:06:34.422 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:33 smithi133 bash[17559]: cluster 2024-01-16T10:06:32.082897+0000 mgr.smithi038.dukxrr (mgr.14180) 1062 : 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-01-16T10:06:35.501 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:06:35.501 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:04:31.520042Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.jqkxxq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:42.202656Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.uyxwvh on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-uyxwvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-uyxwvh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.uyxwvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.uyxwvh\nDeploy daemon haproxy.nfs.foo.smithi133.uyxwvh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:46.051192Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.zipadu on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-zipadu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-zipadu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.zipadu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.zipadu\nDeploy daemon haproxy.nfs.foo.smithi038.zipadu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:46.053262Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.nrwzsm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:46.055140Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fhzlht on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:06:36.027 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:35 smithi038 bash[13941]: cluster 2024-01-16T10:06:34.083819+0000 mgr.smithi038.dukxrr (mgr.14180) 1063 : 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-01-16T10:06:36.231 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:06:36.421 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:35 smithi133 bash[17559]: cluster 2024-01-16T10:06:34.083819+0000 mgr.smithi038.dukxrr (mgr.14180) 1063 : 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-01-16T10:06:37.232 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:06:37.246 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:36 smithi038 bash[13941]: audit 2024-01-16T10:06:35.503150+0000 mgr.smithi038.dukxrr (mgr.14180) 1064 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:37.421 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:36 smithi133 bash[17559]: audit 2024-01-16T10:06:35.503150+0000 mgr.smithi038.dukxrr (mgr.14180) 1064 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:38.242 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:37 smithi038 bash[13941]: cluster 2024-01-16T10:06:36.084855+0000 mgr.smithi038.dukxrr (mgr.14180) 1065 : 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-01-16T10:06:38.421 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:37 smithi133 bash[17559]: cluster 2024-01-16T10:06:36.084855+0000 mgr.smithi038.dukxrr (mgr.14180) 1065 : 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-01-16T10:06:40.276 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:39 smithi038 bash[13941]: cluster 2024-01-16T10:06:38.086265+0000 mgr.smithi038.dukxrr (mgr.14180) 1066 : 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-01-16T10:06:40.421 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:39 smithi133 bash[17559]: cluster 2024-01-16T10:06:38.086265+0000 mgr.smithi038.dukxrr (mgr.14180) 1066 : 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-01-16T10:06:40.471 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:06:40.471 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:04:31.520042Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.jqkxxq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:42.202656Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.uyxwvh on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-uyxwvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-uyxwvh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.uyxwvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.uyxwvh\nDeploy daemon haproxy.nfs.foo.smithi133.uyxwvh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:46.051192Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.zipadu on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-zipadu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-zipadu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.zipadu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.zipadu\nDeploy daemon haproxy.nfs.foo.smithi038.zipadu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:46.053262Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.nrwzsm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:46.055140Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fhzlht on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:06:41.272 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:06:42.273 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:06:42.276 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:41 smithi038 bash[13941]: cluster 2024-01-16T10:06:40.087181+0000 mgr.smithi038.dukxrr (mgr.14180) 1067 : 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-01-16T10:06:42.276 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:41 smithi038 bash[13941]: audit 2024-01-16T10:06:40.467611+0000 mgr.smithi038.dukxrr (mgr.14180) 1068 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:42.421 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:41 smithi133 bash[17559]: cluster 2024-01-16T10:06:40.087181+0000 mgr.smithi038.dukxrr (mgr.14180) 1067 : 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-01-16T10:06:42.422 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:41 smithi133 bash[17559]: audit 2024-01-16T10:06:40.467611+0000 mgr.smithi038.dukxrr (mgr.14180) 1068 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:44.237 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:43 smithi038 bash[13941]: cluster 2024-01-16T10:06:42.088147+0000 mgr.smithi038.dukxrr (mgr.14180) 1069 : 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-01-16T10:06:44.421 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:43 smithi133 bash[17559]: cluster 2024-01-16T10:06:42.088147+0000 mgr.smithi038.dukxrr (mgr.14180) 1069 : 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-01-16T10:06:45.520 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:06:45.520 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:04:31.520042Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.jqkxxq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:42.202656Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.uyxwvh on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-uyxwvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-uyxwvh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.uyxwvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.uyxwvh\nDeploy daemon haproxy.nfs.foo.smithi133.uyxwvh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:46.051192Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.zipadu on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-zipadu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-zipadu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.zipadu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.zipadu\nDeploy daemon haproxy.nfs.foo.smithi038.zipadu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:46.053262Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.nrwzsm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:46.055140Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fhzlht on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:06:46.026 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:45 smithi038 bash[13941]: cluster 2024-01-16T10:06:44.089572+0000 mgr.smithi038.dukxrr (mgr.14180) 1070 : 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-01-16T10:06:46.218 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:06:46.421 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:45 smithi133 bash[17559]: cluster 2024-01-16T10:06:44.089572+0000 mgr.smithi038.dukxrr (mgr.14180) 1070 : 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-01-16T10:06:47.219 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:06:47.233 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:46 smithi038 bash[13941]: audit 2024-01-16T10:06:45.522137+0000 mgr.smithi038.dukxrr (mgr.14180) 1071 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:47.233 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:46 smithi038 bash[13941]: audit 2024-01-16T10:06:46.059893+0000 mon.smithi038 (mon.0) 948 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T10:06:47.233 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:46 smithi038 bash[13941]: audit 2024-01-16T10:06:46.367979+0000 mon.smithi038 (mon.0) 949 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T10:06:47.233 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:46 smithi038 bash[13941]: audit 2024-01-16T10:06:46.369610+0000 mon.smithi038 (mon.0) 950 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T10:06:47.234 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:46 smithi038 bash[13941]: audit 2024-01-16T10:06:46.377358+0000 mon.smithi038 (mon.0) 951 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:06:47.234 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:46 smithi038 bash[13941]: audit 2024-01-16T10:06:46.383726+0000 mon.smithi038 (mon.0) 952 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T10:06:47.234 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:46 smithi038 bash[13941]: audit 2024-01-16T10:06:46.394423+0000 mon.smithi038 (mon.0) 953 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:06:47.421 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:46 smithi133 bash[17559]: audit 2024-01-16T10:06:45.522137+0000 mgr.smithi038.dukxrr (mgr.14180) 1071 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:47.422 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:46 smithi133 bash[17559]: audit 2024-01-16T10:06:46.059893+0000 mon.smithi038 (mon.0) 948 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T10:06:47.422 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:46 smithi133 bash[17559]: audit 2024-01-16T10:06:46.367979+0000 mon.smithi038 (mon.0) 949 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T10:06:47.422 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:46 smithi133 bash[17559]: audit 2024-01-16T10:06:46.369610+0000 mon.smithi038 (mon.0) 950 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T10:06:47.422 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:46 smithi133 bash[17559]: audit 2024-01-16T10:06:46.377358+0000 mon.smithi038 (mon.0) 951 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:06:47.422 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:46 smithi133 bash[17559]: audit 2024-01-16T10:06:46.383726+0000 mon.smithi038 (mon.0) 952 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T10:06:47.422 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:46 smithi133 bash[17559]: audit 2024-01-16T10:06:46.394423+0000 mon.smithi038 (mon.0) 953 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:06:48.259 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:47 smithi038 bash[13941]: cluster 2024-01-16T10:06:46.090533+0000 mgr.smithi038.dukxrr (mgr.14180) 1072 : 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-01-16T10:06:48.259 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:47 smithi038 bash[13941]: cluster 2024-01-16T10:06:46.378222+0000 mgr.smithi038.dukxrr (mgr.14180) 1073 : cluster [DBG] pgmap v718: 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-01-16T10:06:48.259 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:47 smithi038 bash[13941]: cephadm 2024-01-16T10:06:46.400764+0000 mgr.smithi038.dukxrr (mgr.14180) 1074 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi133.iexpgm on smithi133 2024-01-16T10:06:48.259 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:47 smithi038 bash[13941]: cluster 2024-01-16T10:06:46.975645+0000 mon.smithi038 (mon.0) 954 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-16T10:06:48.259 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:47 smithi038 bash[13941]: cluster 2024-01-16T10:06:46.975702+0000 mon.smithi038 (mon.0) 955 : cluster [INF] Cluster is now healthy 2024-01-16T10:06:48.259 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:47 smithi038 bash[13941]: audit 2024-01-16T10:06:47.850490+0000 mon.smithi038 (mon.0) 956 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:06:48.421 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:47 smithi133 bash[17559]: cluster 2024-01-16T10:06:46.090533+0000 mgr.smithi038.dukxrr (mgr.14180) 1072 : 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-01-16T10:06:48.421 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:47 smithi133 bash[17559]: cluster 2024-01-16T10:06:46.378222+0000 mgr.smithi038.dukxrr (mgr.14180) 1073 : cluster [DBG] pgmap v718: 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-01-16T10:06:48.421 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:47 smithi133 bash[17559]: cephadm 2024-01-16T10:06:46.400764+0000 mgr.smithi038.dukxrr (mgr.14180) 1074 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi133.iexpgm on smithi133 2024-01-16T10:06:48.422 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:47 smithi133 bash[17559]: cluster 2024-01-16T10:06:46.975645+0000 mon.smithi038 (mon.0) 954 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-16T10:06:48.422 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:47 smithi133 bash[17559]: cluster 2024-01-16T10:06:46.975702+0000 mon.smithi038 (mon.0) 955 : cluster [INF] Cluster is now healthy 2024-01-16T10:06:48.422 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:47 smithi133 bash[17559]: audit 2024-01-16T10:06:47.850490+0000 mon.smithi038 (mon.0) 956 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:06:50.157 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:49 smithi133 bash[17559]: cluster 2024-01-16T10:06:48.379214+0000 mgr.smithi038.dukxrr (mgr.14180) 1075 : cluster [DBG] pgmap v719: 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-01-16T10:06:50.276 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:49 smithi038 bash[13941]: cluster 2024-01-16T10:06:48.379214+0000 mgr.smithi038.dukxrr (mgr.14180) 1075 : cluster [DBG] pgmap v719: 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-01-16T10:06:50.535 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:06:50.535 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:05:42.202656Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.uyxwvh on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-uyxwvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-uyxwvh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.uyxwvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.uyxwvh\nDeploy daemon haproxy.nfs.foo.smithi133.uyxwvh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:46.051192Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.zipadu on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-zipadu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-zipadu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.zipadu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.zipadu\nDeploy daemon haproxy.nfs.foo.smithi038.zipadu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:46.053262Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.nrwzsm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:46.055140Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fhzlht on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:06:50.236118Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.iexpgm on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-iexpgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-iexpgm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.iexpgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.iexpgm\nDeploy daemon haproxy.nfs.foo.smithi133.iexpgm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -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.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:06:51.338 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:06:51.422 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:51 smithi133 bash[17559]: cephadm 2024-01-16T10:06:50.233664+0000 mgr.smithi038.dukxrr (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-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-iexpgm 2024-01-16T10:06:51.422 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:51 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:06:51.422 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:51 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-iexpgm 2024-01-16T10:06:51.422 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:51 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.iexpgm 2024-01-16T10:06:51.422 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:51 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:06:51.422 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:51 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.iexpgm 2024-01-16T10:06:51.422 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:51 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.iexpgm ... 2024-01-16T10:06:51.423 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:51 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:06:51.423 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:51 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:06:51.423 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:51 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:06:51.423 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:51 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:06:51.423 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:51 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:06:51.423 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:51 smithi133 bash[17559]: Traceback (most recent call last): 2024-01-16T10:06:51.423 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:51 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T10:06:51.423 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:51 smithi133 bash[17559]: yield (conn, connr) 2024-01-16T10:06:51.423 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:51 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T10:06:51.423 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:51 smithi133 bash[17559]: code, '\n'.join(err))) 2024-01-16T10:06:51.423 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:51 smithi133 bash[17559]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-iexpgm 2024-01-16T10:06:51.423 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:51 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:06:51.423 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:51 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-iexpgm 2024-01-16T10:06:51.423 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:51 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.iexpgm 2024-01-16T10:06:51.423 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:51 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:06:51.424 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:51 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.iexpgm 2024-01-16T10:06:51.424 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:51 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.iexpgm ... 2024-01-16T10:06:51.424 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:51 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:06:51.424 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:51 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:06:51.424 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:51 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:06:51.424 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:51 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:06:51.424 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:51 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:06:51.424 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:51 smithi133 bash[17559]: cephadm 2024-01-16T10:06:50.233959+0000 mgr.smithi038.dukxrr (mgr.14180) 1077 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi133.iexpgm 2024-01-16T10:06:51.424 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:51 smithi133 bash[17559]: audit 2024-01-16T10:06:50.234656+0000 mon.smithi038 (mon.0) 957 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi133.iexpgm"}]: dispatch 2024-01-16T10:06:51.424 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:51 smithi133 bash[17559]: cephadm 2024-01-16T10:06:50.236439+0000 mgr.smithi038.dukxrr (mgr.14180) 1078 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi133.iexpgm on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-iexpgm 2024-01-16T10:06:51.424 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:51 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:06:51.424 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:51 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-iexpgm 2024-01-16T10:06:51.424 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:51 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.iexpgm 2024-01-16T10:06:51.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:51 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:06:51.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:51 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.iexpgm 2024-01-16T10:06:51.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:51 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.iexpgm ... 2024-01-16T10:06:51.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:51 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:06:51.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:51 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:06:51.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:51 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:06:51.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:51 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:06:51.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:51 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:06:51.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:51 smithi133 bash[17559]: cephadm 2024-01-16T10:06:50.241567+0000 mgr.smithi038.dukxrr (mgr.14180) 1079 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.cidlwo on smithi038 2024-01-16T10:06:51.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:51 smithi133 bash[17559]: cluster 2024-01-16T10:06:50.380040+0000 mgr.smithi038.dukxrr (mgr.14180) 1080 : cluster [DBG] pgmap v720: 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-01-16T10:06:51.425 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:51 smithi133 bash[17559]: audit 2024-01-16T10:06:50.532064+0000 mgr.smithi038.dukxrr (mgr.14180) 1081 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:51.527 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:51 smithi038 bash[13941]: cephadm 2024-01-16T10:06:50.233664+0000 mgr.smithi038.dukxrr (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-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-iexpgm 2024-01-16T10:06:51.527 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:51 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:06:51.527 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:51 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-iexpgm 2024-01-16T10:06:51.527 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:51 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.iexpgm 2024-01-16T10:06:51.527 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:51 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:06:51.528 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:51 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.iexpgm 2024-01-16T10:06:51.528 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:51 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.iexpgm ... 2024-01-16T10:06:51.528 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:51 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:06:51.528 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:51 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:06:51.528 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:51 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:06:51.528 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:51 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:06:51.528 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:51 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:06:51.528 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:51 smithi038 bash[13941]: Traceback (most recent call last): 2024-01-16T10:06:51.528 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:51 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T10:06:51.528 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:51 smithi038 bash[13941]: yield (conn, connr) 2024-01-16T10:06:51.528 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:51 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T10:06:51.528 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:51 smithi038 bash[13941]: code, '\n'.join(err))) 2024-01-16T10:06:51.528 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:51 smithi038 bash[13941]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-iexpgm 2024-01-16T10:06:51.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:51 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:06:51.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:51 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-iexpgm 2024-01-16T10:06:51.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:51 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.iexpgm 2024-01-16T10:06:51.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:51 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:06:51.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:51 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.iexpgm 2024-01-16T10:06:51.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:51 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.iexpgm ... 2024-01-16T10:06:51.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:51 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:06:51.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:51 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:06:51.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:51 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:06:51.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:51 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:06:51.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:51 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:06:51.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:51 smithi038 bash[13941]: cephadm 2024-01-16T10:06:50.233959+0000 mgr.smithi038.dukxrr (mgr.14180) 1077 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi133.iexpgm 2024-01-16T10:06:51.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:51 smithi038 bash[13941]: audit 2024-01-16T10:06:50.234656+0000 mon.smithi038 (mon.0) 957 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi133.iexpgm"}]: dispatch 2024-01-16T10:06:51.529 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:51 smithi038 bash[13941]: cephadm 2024-01-16T10:06:50.236439+0000 mgr.smithi038.dukxrr (mgr.14180) 1078 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi133.iexpgm on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-iexpgm 2024-01-16T10:06:51.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:51 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:06:51.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:51 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-iexpgm 2024-01-16T10:06:51.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:51 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.iexpgm 2024-01-16T10:06:51.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:51 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:06:51.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:51 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.iexpgm 2024-01-16T10:06:51.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:51 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.iexpgm ... 2024-01-16T10:06:51.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:51 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:06:51.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:51 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:06:51.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:51 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:06:51.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:51 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:06:51.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:51 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:06:51.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:51 smithi038 bash[13941]: cephadm 2024-01-16T10:06:50.241567+0000 mgr.smithi038.dukxrr (mgr.14180) 1079 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.cidlwo on smithi038 2024-01-16T10:06:51.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:51 smithi038 bash[13941]: cluster 2024-01-16T10:06:50.380040+0000 mgr.smithi038.dukxrr (mgr.14180) 1080 : cluster [DBG] pgmap v720: 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-01-16T10:06:51.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:51 smithi038 bash[13941]: audit 2024-01-16T10:06:50.532064+0000 mgr.smithi038.dukxrr (mgr.14180) 1081 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:52.340 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:06:53.776 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:53 smithi038 bash[13941]: cluster 2024-01-16T10:06:52.380887+0000 mgr.smithi038.dukxrr (mgr.14180) 1082 : cluster [DBG] pgmap v721: 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-01-16T10:06:53.921 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:53 smithi133 bash[17559]: cluster 2024-01-16T10:06:52.380887+0000 mgr.smithi038.dukxrr (mgr.14180) 1082 : cluster [DBG] pgmap v721: 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-01-16T10:06:55.777 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:55 smithi038 bash[13941]: cluster 2024-01-16T10:06:54.381909+0000 mgr.smithi038.dukxrr (mgr.14180) 1083 : cluster [DBG] pgmap v722: 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-01-16T10:06:55.777 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:55 smithi038 bash[13941]: cephadm 2024-01-16T10:06:54.558819+0000 mgr.smithi038.dukxrr (mgr.14180) 1084 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cidlwo 2024-01-16T10:06:55.777 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:55 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:06:55.777 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:55 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cidlwo 2024-01-16T10:06:55.777 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:55 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cidlwo 2024-01-16T10:06:55.778 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:55 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:06:55.778 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:55 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cidlwo 2024-01-16T10:06:55.778 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:55 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.cidlwo ... 2024-01-16T10:06:55.778 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:55 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:06:55.778 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:55 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:06:55.778 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:55 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:06:55.778 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:55 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:06:55.778 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:55 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:06:55.778 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:55 smithi038 bash[13941]: Traceback (most recent call last): 2024-01-16T10:06:55.778 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:55 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T10:06:55.778 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:55 smithi038 bash[13941]: yield (conn, connr) 2024-01-16T10:06:55.778 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:55 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T10:06:55.778 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:55 smithi038 bash[13941]: code, '\n'.join(err))) 2024-01-16T10:06:55.778 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:55 smithi038 bash[13941]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cidlwo 2024-01-16T10:06:55.779 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:55 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:06:55.779 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:55 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cidlwo 2024-01-16T10:06:55.779 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:55 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cidlwo 2024-01-16T10:06:55.779 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:55 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:06:55.779 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:55 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cidlwo 2024-01-16T10:06:55.779 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:55 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.cidlwo ... 2024-01-16T10:06:55.779 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:55 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:06:55.779 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:55 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:06:55.779 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:55 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:06:55.779 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:55 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:06:55.779 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:55 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:06:55.779 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:55 smithi038 bash[13941]: cephadm 2024-01-16T10:06:54.559337+0000 mgr.smithi038.dukxrr (mgr.14180) 1085 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi038.cidlwo 2024-01-16T10:06:55.779 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:55 smithi038 bash[13941]: audit 2024-01-16T10:06:54.559876+0000 mon.smithi038 (mon.0) 958 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi038.cidlwo"}]: dispatch 2024-01-16T10:06:55.779 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:55 smithi038 bash[13941]: cephadm 2024-01-16T10:06:54.561134+0000 mgr.smithi038.dukxrr (mgr.14180) 1086 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi038.cidlwo on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cidlwo 2024-01-16T10:06:55.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:55 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:06:55.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:55 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cidlwo 2024-01-16T10:06:55.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:55 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cidlwo 2024-01-16T10:06:55.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:55 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:06:55.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:55 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cidlwo 2024-01-16T10:06:55.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:55 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.cidlwo ... 2024-01-16T10:06:55.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:55 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:06:55.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:55 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:06:55.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:55 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:06:55.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:55 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:06:55.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:55 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:06:55.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:55 smithi038 bash[13941]: cephadm 2024-01-16T10:06:54.565401+0000 mgr.smithi038.dukxrr (mgr.14180) 1087 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi133.aozvjm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:06:55.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:55 smithi038 bash[13941]: cephadm 2024-01-16T10:06:54.569029+0000 mgr.smithi038.dukxrr (mgr.14180) 1088 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi038.okyqnd on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:06:55.781 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:55 smithi038 bash[13941]: cluster 2024-01-16T10:06:54.570097+0000 mgr.smithi038.dukxrr (mgr.14180) 1089 : cluster [DBG] pgmap v723: 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-01-16T10:06:55.852 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:06:55.852 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:05:46.055140Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fhzlht on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:06:50.236118Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.iexpgm on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-iexpgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-iexpgm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.iexpgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.iexpgm\nDeploy daemon haproxy.nfs.foo.smithi133.iexpgm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:06:54.560869Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.cidlwo on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cidlwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cidlwo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cidlwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cidlwo\nDeploy daemon haproxy.nfs.foo.smithi038.cidlwo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:06:54.565189Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.aozvjm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:06:54.568927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.okyqnd on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:06:55.922 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:55 smithi133 bash[17559]: cluster 2024-01-16T10:06:54.381909+0000 mgr.smithi038.dukxrr (mgr.14180) 1083 : cluster [DBG] pgmap v722: 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-01-16T10:06:55.922 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:55 smithi133 bash[17559]: cephadm 2024-01-16T10:06:54.558819+0000 mgr.smithi038.dukxrr (mgr.14180) 1084 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cidlwo 2024-01-16T10:06:55.922 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:55 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:06:55.922 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:55 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cidlwo 2024-01-16T10:06:55.922 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:55 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cidlwo 2024-01-16T10:06:55.922 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:55 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:06:55.922 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:55 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cidlwo 2024-01-16T10:06:55.922 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:55 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.cidlwo ... 2024-01-16T10:06:55.922 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:55 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:06:55.922 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:55 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:06:55.922 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:55 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:06:55.923 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:55 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:06:55.923 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:55 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:06:55.923 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:55 smithi133 bash[17559]: Traceback (most recent call last): 2024-01-16T10:06:55.923 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:55 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T10:06:55.923 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:55 smithi133 bash[17559]: yield (conn, connr) 2024-01-16T10:06:55.923 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:55 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T10:06:55.923 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:55 smithi133 bash[17559]: code, '\n'.join(err))) 2024-01-16T10:06:55.923 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:55 smithi133 bash[17559]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cidlwo 2024-01-16T10:06:55.923 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:55 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:06:55.923 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:55 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cidlwo 2024-01-16T10:06:55.924 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:55 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cidlwo 2024-01-16T10:06:55.924 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:55 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:06:55.924 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:55 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cidlwo 2024-01-16T10:06:55.924 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:55 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.cidlwo ... 2024-01-16T10:06:55.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:55 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:06:55.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:55 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:06:55.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:55 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:06:55.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:55 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:06:55.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:55 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:06:55.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:55 smithi133 bash[17559]: cephadm 2024-01-16T10:06:54.559337+0000 mgr.smithi038.dukxrr (mgr.14180) 1085 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi038.cidlwo 2024-01-16T10:06:55.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:55 smithi133 bash[17559]: audit 2024-01-16T10:06:54.559876+0000 mon.smithi038 (mon.0) 958 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi038.cidlwo"}]: dispatch 2024-01-16T10:06:55.925 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:55 smithi133 bash[17559]: cephadm 2024-01-16T10:06:54.561134+0000 mgr.smithi038.dukxrr (mgr.14180) 1086 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi038.cidlwo on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cidlwo 2024-01-16T10:06:55.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:55 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:06:55.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:55 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cidlwo 2024-01-16T10:06:55.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:55 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cidlwo 2024-01-16T10:06:55.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:55 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:06:55.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:55 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cidlwo 2024-01-16T10:06:55.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:55 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.cidlwo ... 2024-01-16T10:06:55.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:55 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:06:55.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:55 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:06:55.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:55 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:06:55.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:55 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:06:55.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:55 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:06:55.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:55 smithi133 bash[17559]: cephadm 2024-01-16T10:06:54.565401+0000 mgr.smithi038.dukxrr (mgr.14180) 1087 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi133.aozvjm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:06:55.926 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:55 smithi133 bash[17559]: cephadm 2024-01-16T10:06:54.569029+0000 mgr.smithi038.dukxrr (mgr.14180) 1088 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi038.okyqnd on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:06:55.927 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:55 smithi133 bash[17559]: cluster 2024-01-16T10:06:54.570097+0000 mgr.smithi038.dukxrr (mgr.14180) 1089 : cluster [DBG] pgmap v723: 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-01-16T10:06:56.601 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:06:56.776 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:56 smithi038 bash[13941]: cluster 2024-01-16T10:06:55.441872+0000 mon.smithi038 (mon.0) 959 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-16T10:06:56.776 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:56 smithi038 bash[13941]: audit 2024-01-16T10:06:55.850267+0000 mgr.smithi038.dukxrr (mgr.14180) 1090 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:56.921 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:56 smithi133 bash[17559]: cluster 2024-01-16T10:06:55.441872+0000 mon.smithi038 (mon.0) 959 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-16T10:06:56.921 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:56 smithi133 bash[17559]: audit 2024-01-16T10:06:55.850267+0000 mgr.smithi038.dukxrr (mgr.14180) 1090 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:57.602 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:06:57.776 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:57 smithi038 bash[13941]: cluster 2024-01-16T10:06:56.571212+0000 mgr.smithi038.dukxrr (mgr.14180) 1091 : cluster [DBG] pgmap v724: 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-01-16T10:06:57.921 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:57 smithi133 bash[17559]: cluster 2024-01-16T10:06:56.571212+0000 mgr.smithi038.dukxrr (mgr.14180) 1091 : cluster [DBG] pgmap v724: 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-01-16T10:07:00.026 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:59 smithi038 bash[13941]: cluster 2024-01-16T10:06:58.572791+0000 mgr.smithi038.dukxrr (mgr.14180) 1092 : cluster [DBG] pgmap v725: 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-01-16T10:07:00.026 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:06:59 smithi038 bash[13941]: audit 2024-01-16T10:06:58.779895+0000 mon.smithi038 (mon.0) 960 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:07:00.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:59 smithi133 bash[17559]: cluster 2024-01-16T10:06:58.572791+0000 mgr.smithi038.dukxrr (mgr.14180) 1092 : cluster [DBG] pgmap v725: 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-01-16T10:07:00.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:06:59 smithi133 bash[17559]: audit 2024-01-16T10:06:58.779895+0000 mon.smithi038 (mon.0) 960 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:07:00.570 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:07:00.570 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:05:46.055140Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fhzlht on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:06:50.236118Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.iexpgm on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-iexpgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-iexpgm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.iexpgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.iexpgm\nDeploy daemon haproxy.nfs.foo.smithi133.iexpgm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:06:54.560869Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.cidlwo on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cidlwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cidlwo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cidlwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cidlwo\nDeploy daemon haproxy.nfs.foo.smithi038.cidlwo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:06:54.565189Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.aozvjm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:06:54.568927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.okyqnd on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:07:01.386 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:07:01 smithi038 bash[13941]: audit 2024-01-16T10:07:00.566031+0000 mgr.smithi038.dukxrr (mgr.14180) 1093 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:01.386 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:07:01 smithi038 bash[13941]: cluster 2024-01-16T10:07:00.573835+0000 mgr.smithi038.dukxrr (mgr.14180) 1094 : cluster [DBG] pgmap v726: 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-01-16T10:07:01.387 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:07:01.421 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:07:01 smithi133 bash[17559]: audit 2024-01-16T10:07:00.566031+0000 mgr.smithi038.dukxrr (mgr.14180) 1093 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:01.421 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:07:01 smithi133 bash[17559]: cluster 2024-01-16T10:07:00.573835+0000 mgr.smithi038.dukxrr (mgr.14180) 1094 : cluster [DBG] pgmap v726: 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-01-16T10:07:02.388 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:07:04.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:07:03 smithi133 bash[17559]: cluster 2024-01-16T10:07:02.574490+0000 mgr.smithi038.dukxrr (mgr.14180) 1095 : cluster [DBG] pgmap v727: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 401 B/s rd, 0 op/s 2024-01-16T10:07:04.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:07:03 smithi133 bash[17559]: audit 2024-01-16T10:07:02.851850+0000 mon.smithi038 (mon.0) 961 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:07:04.276 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:07:03 smithi038 bash[13941]: cluster 2024-01-16T10:07:02.574490+0000 mgr.smithi038.dukxrr (mgr.14180) 1095 : cluster [DBG] pgmap v727: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 401 B/s rd, 0 op/s 2024-01-16T10:07:04.276 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:07:03 smithi038 bash[13941]: audit 2024-01-16T10:07:02.851850+0000 mon.smithi038 (mon.0) 961 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:07:05.539 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:07:05.539 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:05:46.055140Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fhzlht on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:06:50.236118Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.iexpgm on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-iexpgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-iexpgm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.iexpgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.iexpgm\nDeploy daemon haproxy.nfs.foo.smithi133.iexpgm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:06:54.560869Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.cidlwo on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cidlwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cidlwo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cidlwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cidlwo\nDeploy daemon haproxy.nfs.foo.smithi038.cidlwo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:06:54.565189Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.aozvjm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:06:54.568927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.okyqnd on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:07:06.026 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:07:05 smithi038 bash[13941]: cluster 2024-01-16T10:07:04.575592+0000 mgr.smithi038.dukxrr (mgr.14180) 1096 : cluster [DBG] pgmap v728: 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-01-16T10:07:06.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:07:05 smithi133 bash[17559]: cluster 2024-01-16T10:07:04.575592+0000 mgr.smithi038.dukxrr (mgr.14180) 1096 : cluster [DBG] pgmap v728: 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-01-16T10:07:06.291 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:07:07.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:07:06 smithi133 bash[17559]: audit 2024-01-16T10:07:05.537046+0000 mgr.smithi038.dukxrr (mgr.14180) 1097 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:07.276 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:07:06 smithi038 bash[13941]: audit 2024-01-16T10:07:05.537046+0000 mgr.smithi038.dukxrr (mgr.14180) 1097 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:07.292 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:07:08.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:07:07 smithi133 bash[17559]: cluster 2024-01-16T10:07:06.576593+0000 mgr.smithi038.dukxrr (mgr.14180) 1098 : 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-01-16T10:07:08.276 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:07:07 smithi038 bash[13941]: cluster 2024-01-16T10:07:06.576593+0000 mgr.smithi038.dukxrr (mgr.14180) 1098 : 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-01-16T10:07:10.150 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:07:09 smithi038 bash[13941]: cluster 2024-01-16T10:07:08.577802+0000 mgr.smithi038.dukxrr (mgr.14180) 1099 : 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-01-16T10:07:10.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:07:09 smithi133 bash[17559]: cluster 2024-01-16T10:07:08.577802+0000 mgr.smithi038.dukxrr (mgr.14180) 1099 : 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-01-16T10:07:10.536 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:07:10.536 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:05:46.055140Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fhzlht on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:06:50.236118Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.iexpgm on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-iexpgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-iexpgm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.iexpgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.iexpgm\nDeploy daemon haproxy.nfs.foo.smithi133.iexpgm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:06:54.560869Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.cidlwo on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cidlwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cidlwo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cidlwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cidlwo\nDeploy daemon haproxy.nfs.foo.smithi038.cidlwo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:06:54.565189Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.aozvjm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:06:54.568927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.okyqnd on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:07:11.310 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:07:11.421 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:07:11 smithi133 bash[17559]: audit 2024-01-16T10:07:10.533422+0000 mgr.smithi038.dukxrr (mgr.14180) 1100 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:11.421 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:07:11 smithi133 bash[17559]: cluster 2024-01-16T10:07:10.578787+0000 mgr.smithi038.dukxrr (mgr.14180) 1101 : 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-01-16T10:07:11.526 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:07:11 smithi038 bash[13941]: audit 2024-01-16T10:07:10.533422+0000 mgr.smithi038.dukxrr (mgr.14180) 1100 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:11.526 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:07:11 smithi038 bash[13941]: cluster 2024-01-16T10:07:10.578787+0000 mgr.smithi038.dukxrr (mgr.14180) 1101 : 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-01-16T10:07:12.312 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:07:13.921 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:07:13 smithi133 bash[17559]: cluster 2024-01-16T10:07:12.579562+0000 mgr.smithi038.dukxrr (mgr.14180) 1102 : 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-01-16T10:07:14.026 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:07:13 smithi038 bash[13941]: cluster 2024-01-16T10:07:12.579562+0000 mgr.smithi038.dukxrr (mgr.14180) 1102 : 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-01-16T10:07:15.478 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:07:15.478 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:05:46.055140Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fhzlht on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:06:50.236118Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.iexpgm on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-iexpgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-iexpgm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.iexpgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.iexpgm\nDeploy daemon haproxy.nfs.foo.smithi133.iexpgm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:06:54.560869Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.cidlwo on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cidlwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cidlwo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cidlwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cidlwo\nDeploy daemon haproxy.nfs.foo.smithi038.cidlwo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:06:54.565189Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.aozvjm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:06:54.568927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.okyqnd on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:07:15.776 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:07:15 smithi038 bash[13941]: cluster 2024-01-16T10:07:14.580800+0000 mgr.smithi038.dukxrr (mgr.14180) 1103 : 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-01-16T10:07:15.921 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:07:15 smithi133 bash[17559]: cluster 2024-01-16T10:07:14.580800+0000 mgr.smithi038.dukxrr (mgr.14180) 1103 : 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-01-16T10:07:16.213 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:07:16.921 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:07:16 smithi133 bash[17559]: audit 2024-01-16T10:07:15.476349+0000 mgr.smithi038.dukxrr (mgr.14180) 1104 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:17.026 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:07:16 smithi038 bash[13941]: audit 2024-01-16T10:07:15.476349+0000 mgr.smithi038.dukxrr (mgr.14180) 1104 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:17.214 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:07:17.776 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:07:17 smithi038 bash[13941]: cluster 2024-01-16T10:07:16.581882+0000 mgr.smithi038.dukxrr (mgr.14180) 1105 : 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-01-16T10:07:17.923 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:07:17 smithi133 bash[17559]: cluster 2024-01-16T10:07:16.581882+0000 mgr.smithi038.dukxrr (mgr.14180) 1105 : 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-01-16T10:07:19.920 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:07:19 smithi133 bash[17559]: cluster 2024-01-16T10:07:18.583361+0000 mgr.smithi038.dukxrr (mgr.14180) 1106 : 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-01-16T10:07:20.006 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:07:19 smithi038 bash[13941]: cluster 2024-01-16T10:07:18.583361+0000 mgr.smithi038.dukxrr (mgr.14180) 1106 : 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-01-16T10:07:20.423 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:07:20.423 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:05:46.055140Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fhzlht on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:06:50.236118Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.iexpgm on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-iexpgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-iexpgm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.iexpgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.iexpgm\nDeploy daemon haproxy.nfs.foo.smithi133.iexpgm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:06:54.560869Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.cidlwo on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cidlwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cidlwo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cidlwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cidlwo\nDeploy daemon haproxy.nfs.foo.smithi038.cidlwo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:06:54.565189Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.aozvjm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:06:54.568927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.okyqnd on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:07:21.170 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:07:21.421 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:07:21 smithi133 bash[17559]: audit 2024-01-16T10:07:20.421309+0000 mgr.smithi038.dukxrr (mgr.14180) 1107 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:21.421 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:07:21 smithi133 bash[17559]: cluster 2024-01-16T10:07:20.584490+0000 mgr.smithi038.dukxrr (mgr.14180) 1108 : 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-01-16T10:07:21.525 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:07:21 smithi038 bash[13941]: audit 2024-01-16T10:07:20.421309+0000 mgr.smithi038.dukxrr (mgr.14180) 1107 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:21.526 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:07:21 smithi038 bash[13941]: cluster 2024-01-16T10:07:20.584490+0000 mgr.smithi038.dukxrr (mgr.14180) 1108 : 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-01-16T10:07:22.171 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:07:23.920 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:07:23 smithi133 bash[17559]: cluster 2024-01-16T10:07:22.585607+0000 mgr.smithi038.dukxrr (mgr.14180) 1109 : 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-01-16T10:07:24.025 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:07:23 smithi038 bash[13941]: cluster 2024-01-16T10:07:22.585607+0000 mgr.smithi038.dukxrr (mgr.14180) 1109 : 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-01-16T10:07:25.341 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:07:25.342 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:05:46.055140Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fhzlht on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:06:50.236118Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.iexpgm on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-iexpgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-iexpgm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.iexpgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.iexpgm\nDeploy daemon haproxy.nfs.foo.smithi133.iexpgm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:06:54.560869Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.cidlwo on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cidlwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cidlwo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cidlwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cidlwo\nDeploy daemon haproxy.nfs.foo.smithi038.cidlwo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:06:54.565189Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.aozvjm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:06:54.568927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.okyqnd on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:07:25.775 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:07:25 smithi038 bash[13941]: cluster 2024-01-16T10:07:24.586865+0000 mgr.smithi038.dukxrr (mgr.14180) 1110 : 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-01-16T10:07:25.920 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:07:25 smithi133 bash[17559]: cluster 2024-01-16T10:07:24.586865+0000 mgr.smithi038.dukxrr (mgr.14180) 1110 : 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-01-16T10:07:26.154 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:07:26.920 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:07:26 smithi133 bash[17559]: audit 2024-01-16T10:07:25.338884+0000 mgr.smithi038.dukxrr (mgr.14180) 1111 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:27.025 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:07:26 smithi038 bash[13941]: audit 2024-01-16T10:07:25.338884+0000 mgr.smithi038.dukxrr (mgr.14180) 1111 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:27.154 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:07:27.920 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:07:27 smithi133 bash[17559]: cluster 2024-01-16T10:07:26.587899+0000 mgr.smithi038.dukxrr (mgr.14180) 1112 : 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-01-16T10:07:28.025 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:07:27 smithi038 bash[13941]: cluster 2024-01-16T10:07:26.587899+0000 mgr.smithi038.dukxrr (mgr.14180) 1112 : 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-01-16T10:07:29.920 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:07:29 smithi133 bash[17559]: cluster 2024-01-16T10:07:28.588963+0000 mgr.smithi038.dukxrr (mgr.14180) 1113 : 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-01-16T10:07:30.025 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:07:29 smithi038 bash[13941]: cluster 2024-01-16T10:07:28.588963+0000 mgr.smithi038.dukxrr (mgr.14180) 1113 : 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-01-16T10:07:30.448 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:07:30.449 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:05:46.055140Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fhzlht on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:06:50.236118Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.iexpgm on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-iexpgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-iexpgm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.iexpgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.iexpgm\nDeploy daemon haproxy.nfs.foo.smithi133.iexpgm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:06:54.560869Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.cidlwo on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cidlwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cidlwo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cidlwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cidlwo\nDeploy daemon haproxy.nfs.foo.smithi038.cidlwo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:06:54.565189Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.aozvjm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:06:54.568927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.okyqnd on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:07:31.228 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:07:31.420 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:07:31 smithi133 bash[17559]: audit 2024-01-16T10:07:30.444420+0000 mgr.smithi038.dukxrr (mgr.14180) 1114 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:31.420 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:07:31 smithi133 bash[17559]: cluster 2024-01-16T10:07:30.590041+0000 mgr.smithi038.dukxrr (mgr.14180) 1115 : 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-01-16T10:07:31.525 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:07:31 smithi038 bash[13941]: audit 2024-01-16T10:07:30.444420+0000 mgr.smithi038.dukxrr (mgr.14180) 1114 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:31.525 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:07:31 smithi038 bash[13941]: cluster 2024-01-16T10:07:30.590041+0000 mgr.smithi038.dukxrr (mgr.14180) 1115 : 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-01-16T10:07:32.230 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:07:33.920 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:07:33 smithi133 bash[17559]: cluster 2024-01-16T10:07:32.591289+0000 mgr.smithi038.dukxrr (mgr.14180) 1116 : 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-01-16T10:07:34.025 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:07:33 smithi038 bash[13941]: cluster 2024-01-16T10:07:32.591289+0000 mgr.smithi038.dukxrr (mgr.14180) 1116 : 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-01-16T10:07:35.323 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:07:35.323 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:05:46.055140Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fhzlht on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:06:50.236118Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.iexpgm on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-iexpgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-iexpgm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.iexpgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.iexpgm\nDeploy daemon haproxy.nfs.foo.smithi133.iexpgm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:06:54.560869Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.cidlwo on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cidlwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cidlwo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cidlwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cidlwo\nDeploy daemon haproxy.nfs.foo.smithi038.cidlwo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:06:54.565189Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.aozvjm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:06:54.568927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.okyqnd on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:07:35.920 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:07:35 smithi133 bash[17559]: cluster 2024-01-16T10:07:34.592664+0000 mgr.smithi038.dukxrr (mgr.14180) 1117 : 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-01-16T10:07:36.025 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:07:35 smithi038 bash[13941]: cluster 2024-01-16T10:07:34.592664+0000 mgr.smithi038.dukxrr (mgr.14180) 1117 : 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-01-16T10:07:36.077 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:07:37.025 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:07:36 smithi038 bash[13941]: audit 2024-01-16T10:07:35.321878+0000 mgr.smithi038.dukxrr (mgr.14180) 1118 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:37.078 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:07:37.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:07:36 smithi133 bash[17559]: audit 2024-01-16T10:07:35.321878+0000 mgr.smithi038.dukxrr (mgr.14180) 1118 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:38.025 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:07:37 smithi038 bash[13941]: cluster 2024-01-16T10:07:36.593578+0000 mgr.smithi038.dukxrr (mgr.14180) 1119 : 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-01-16T10:07:38.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:07:37 smithi133 bash[17559]: cluster 2024-01-16T10:07:36.593578+0000 mgr.smithi038.dukxrr (mgr.14180) 1119 : 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-01-16T10:07:40.025 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:07:39 smithi038 bash[13941]: cluster 2024-01-16T10:07:38.594936+0000 mgr.smithi038.dukxrr (mgr.14180) 1120 : 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-01-16T10:07:40.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:07:39 smithi133 bash[17559]: cluster 2024-01-16T10:07:38.594936+0000 mgr.smithi038.dukxrr (mgr.14180) 1120 : 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-01-16T10:07:40.232 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:07:40.232 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:05:46.055140Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fhzlht on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:06:50.236118Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.iexpgm on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-iexpgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-iexpgm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.iexpgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.iexpgm\nDeploy daemon haproxy.nfs.foo.smithi133.iexpgm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:06:54.560869Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.cidlwo on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cidlwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cidlwo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cidlwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cidlwo\nDeploy daemon haproxy.nfs.foo.smithi038.cidlwo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:06:54.565189Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.aozvjm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:06:54.568927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.okyqnd on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:07:41.015 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:07:41.275 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:07:41 smithi038 bash[13941]: audit 2024-01-16T10:07:40.230398+0000 mgr.smithi038.dukxrr (mgr.14180) 1121 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:41.275 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:07:41 smithi038 bash[13941]: cluster 2024-01-16T10:07:40.595685+0000 mgr.smithi038.dukxrr (mgr.14180) 1122 : 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-01-16T10:07:41.420 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:07:41 smithi133 bash[17559]: audit 2024-01-16T10:07:40.230398+0000 mgr.smithi038.dukxrr (mgr.14180) 1121 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:41.420 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:07:41 smithi133 bash[17559]: cluster 2024-01-16T10:07:40.595685+0000 mgr.smithi038.dukxrr (mgr.14180) 1122 : 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-01-16T10:07:42.017 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:07:43.775 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:07:43 smithi038 bash[13941]: cluster 2024-01-16T10:07:42.596853+0000 mgr.smithi038.dukxrr (mgr.14180) 1123 : 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-01-16T10:07:43.920 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:07:43 smithi133 bash[17559]: cluster 2024-01-16T10:07:42.596853+0000 mgr.smithi038.dukxrr (mgr.14180) 1123 : 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-01-16T10:07:45.147 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:07:45.147 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:05:46.055140Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fhzlht on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:06:50.236118Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.iexpgm on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-iexpgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-iexpgm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.iexpgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.iexpgm\nDeploy daemon haproxy.nfs.foo.smithi133.iexpgm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:06:54.560869Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.cidlwo on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cidlwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cidlwo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cidlwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cidlwo\nDeploy daemon haproxy.nfs.foo.smithi038.cidlwo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:06:54.565189Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.aozvjm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:06:54.568927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.okyqnd on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:07:45.895 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:07:45.920 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:07:45 smithi133 bash[17559]: cluster 2024-01-16T10:07:44.598002+0000 mgr.smithi038.dukxrr (mgr.14180) 1124 : 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-01-16T10:07:46.025 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:07:45 smithi038 bash[13941]: cluster 2024-01-16T10:07:44.598002+0000 mgr.smithi038.dukxrr (mgr.14180) 1124 : 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-01-16T10:07:46.896 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:07:46.920 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:07:46 smithi133 bash[17559]: audit 2024-01-16T10:07:45.150337+0000 mgr.smithi038.dukxrr (mgr.14180) 1125 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:47.025 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:07:46 smithi038 bash[13941]: audit 2024-01-16T10:07:45.150337+0000 mgr.smithi038.dukxrr (mgr.14180) 1125 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:47.983 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:07:47 smithi038 bash[13941]: cluster 2024-01-16T10:07:46.598965+0000 mgr.smithi038.dukxrr (mgr.14180) 1126 : 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-01-16T10:07:48.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:07:47 smithi133 bash[17559]: cluster 2024-01-16T10:07:46.598965+0000 mgr.smithi038.dukxrr (mgr.14180) 1126 : 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-01-16T10:07:49.955 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:07:49 smithi038 bash[13941]: cluster 2024-01-16T10:07:48.600501+0000 mgr.smithi038.dukxrr (mgr.14180) 1127 : 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-01-16T10:07:50.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:07:49 smithi133 bash[17559]: cluster 2024-01-16T10:07:48.600501+0000 mgr.smithi038.dukxrr (mgr.14180) 1127 : 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-01-16T10:07:50.346 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:07:50.346 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:05:46.055140Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fhzlht on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:06:50.236118Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.iexpgm on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-iexpgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-iexpgm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.iexpgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.iexpgm\nDeploy daemon haproxy.nfs.foo.smithi133.iexpgm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:06:54.560869Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.cidlwo on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cidlwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cidlwo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cidlwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cidlwo\nDeploy daemon haproxy.nfs.foo.smithi038.cidlwo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:06:54.565189Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.aozvjm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:06:54.568927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.okyqnd on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:07:51.104 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:07:51.420 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:07:51 smithi133 bash[17559]: audit 2024-01-16T10:07:50.345002+0000 mgr.smithi038.dukxrr (mgr.14180) 1128 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:51.420 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:07:51 smithi133 bash[17559]: cluster 2024-01-16T10:07:50.601526+0000 mgr.smithi038.dukxrr (mgr.14180) 1129 : 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-01-16T10:07:51.525 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:07:51 smithi038 bash[13941]: audit 2024-01-16T10:07:50.345002+0000 mgr.smithi038.dukxrr (mgr.14180) 1128 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:51.525 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:07:51 smithi038 bash[13941]: cluster 2024-01-16T10:07:50.601526+0000 mgr.smithi038.dukxrr (mgr.14180) 1129 : 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-01-16T10:07:52.105 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:07:53.920 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:07:53 smithi133 bash[17559]: cluster 2024-01-16T10:07:52.602777+0000 mgr.smithi038.dukxrr (mgr.14180) 1130 : 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-01-16T10:07:54.025 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:07:53 smithi038 bash[13941]: cluster 2024-01-16T10:07:52.602777+0000 mgr.smithi038.dukxrr (mgr.14180) 1130 : 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-01-16T10:07:54.920 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:07:54 smithi133 bash[17559]: audit 2024-01-16T10:07:54.573206+0000 mon.smithi038 (mon.0) 962 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T10:07:55.007 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:07:54 smithi038 bash[13941]: audit 2024-01-16T10:07:54.573206+0000 mon.smithi038 (mon.0) 962 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T10:07:55.420 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:07:55.420 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:05:46.055140Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fhzlht on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:06:50.236118Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.iexpgm on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-iexpgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-iexpgm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.iexpgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.iexpgm\nDeploy daemon haproxy.nfs.foo.smithi133.iexpgm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:06:54.560869Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.cidlwo on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cidlwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cidlwo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cidlwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cidlwo\nDeploy daemon haproxy.nfs.foo.smithi038.cidlwo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:06:54.565189Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.aozvjm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:06:54.568927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.okyqnd on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:07:55.775 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:07:55 smithi038 bash[13941]: cluster 2024-01-16T10:07:54.603521+0000 mgr.smithi038.dukxrr (mgr.14180) 1131 : 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-01-16T10:07:55.775 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:07:55 smithi038 bash[13941]: audit 2024-01-16T10:07:54.879250+0000 mon.smithi038 (mon.0) 963 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T10:07:55.775 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:07:55 smithi038 bash[13941]: audit 2024-01-16T10:07:54.880512+0000 mon.smithi038 (mon.0) 964 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T10:07:55.775 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:07:55 smithi038 bash[13941]: audit 2024-01-16T10:07:54.890099+0000 mon.smithi038 (mon.0) 965 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:07:55.775 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:07:55 smithi038 bash[13941]: cluster 2024-01-16T10:07:54.890910+0000 mgr.smithi038.dukxrr (mgr.14180) 1132 : cluster [DBG] pgmap v754: 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-01-16T10:07:55.775 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:07:55 smithi038 bash[13941]: audit 2024-01-16T10:07:54.896357+0000 mon.smithi038 (mon.0) 966 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T10:07:55.776 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:07:55 smithi038 bash[13941]: audit 2024-01-16T10:07:54.908181+0000 mon.smithi038 (mon.0) 967 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:07:55.776 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:07:55 smithi038 bash[13941]: cephadm 2024-01-16T10:07:54.914080+0000 mgr.smithi038.dukxrr (mgr.14180) 1133 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi133.cboqre on smithi133 2024-01-16T10:07:55.920 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:07:55 smithi133 bash[17559]: cluster 2024-01-16T10:07:54.603521+0000 mgr.smithi038.dukxrr (mgr.14180) 1131 : 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-01-16T10:07:55.920 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:07:55 smithi133 bash[17559]: audit 2024-01-16T10:07:54.879250+0000 mon.smithi038 (mon.0) 963 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T10:07:55.920 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:07:55 smithi133 bash[17559]: audit 2024-01-16T10:07:54.880512+0000 mon.smithi038 (mon.0) 964 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T10:07:55.920 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:07:55 smithi133 bash[17559]: audit 2024-01-16T10:07:54.890099+0000 mon.smithi038 (mon.0) 965 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:07:55.921 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:07:55 smithi133 bash[17559]: cluster 2024-01-16T10:07:54.890910+0000 mgr.smithi038.dukxrr (mgr.14180) 1132 : cluster [DBG] pgmap v754: 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-01-16T10:07:55.921 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:07:55 smithi133 bash[17559]: audit 2024-01-16T10:07:54.896357+0000 mon.smithi038 (mon.0) 966 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T10:07:55.921 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:07:55 smithi133 bash[17559]: audit 2024-01-16T10:07:54.908181+0000 mon.smithi038 (mon.0) 967 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:07:55.921 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:07:55 smithi133 bash[17559]: cephadm 2024-01-16T10:07:54.914080+0000 mgr.smithi038.dukxrr (mgr.14180) 1133 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi133.cboqre on smithi133 2024-01-16T10:07:56.179 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:07:57.025 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:07:56 smithi038 bash[13941]: audit 2024-01-16T10:07:55.416836+0000 mgr.smithi038.dukxrr (mgr.14180) 1134 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:57.025 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:07:56 smithi038 bash[13941]: cluster 2024-01-16T10:07:55.886288+0000 mon.smithi038 (mon.0) 968 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-16T10:07:57.025 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:07:56 smithi038 bash[13941]: cluster 2024-01-16T10:07:55.886360+0000 mon.smithi038 (mon.0) 969 : cluster [INF] Cluster is now healthy 2024-01-16T10:07:57.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:07:56 smithi133 bash[17559]: audit 2024-01-16T10:07:55.416836+0000 mgr.smithi038.dukxrr (mgr.14180) 1134 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:57.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:07:56 smithi133 bash[17559]: cluster 2024-01-16T10:07:55.886288+0000 mon.smithi038 (mon.0) 968 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-16T10:07:57.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:07:56 smithi133 bash[17559]: cluster 2024-01-16T10:07:55.886360+0000 mon.smithi038 (mon.0) 969 : cluster [INF] Cluster is now healthy 2024-01-16T10:07:57.181 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:07:58.025 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:07:57 smithi038 bash[13941]: cluster 2024-01-16T10:07:56.891609+0000 mgr.smithi038.dukxrr (mgr.14180) 1135 : cluster [DBG] pgmap v755: 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-01-16T10:07:58.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:07:57 smithi133 bash[17559]: cluster 2024-01-16T10:07:56.891609+0000 mgr.smithi038.dukxrr (mgr.14180) 1135 : cluster [DBG] pgmap v755: 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-01-16T10:08:00.275 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:07:59 smithi038 bash[13941]: cluster 2024-01-16T10:07:58.892784+0000 mgr.smithi038.dukxrr (mgr.14180) 1136 : cluster [DBG] pgmap v756: 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-01-16T10:08:00.275 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:07:59 smithi038 bash[13941]: audit 2024-01-16T10:07:59.106461+0000 mon.smithi038 (mon.0) 970 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi133.cboqre"}]: dispatch 2024-01-16T10:08:00.420 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:07:59 smithi133 bash[17559]: cluster 2024-01-16T10:07:58.892784+0000 mgr.smithi038.dukxrr (mgr.14180) 1136 : cluster [DBG] pgmap v756: 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-01-16T10:08:00.420 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:07:59 smithi133 bash[17559]: audit 2024-01-16T10:07:59.106461+0000 mon.smithi038 (mon.0) 970 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi133.cboqre"}]: dispatch 2024-01-16T10:08:00.480 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:08:00.480 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:06:50.236118Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.iexpgm on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-iexpgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-iexpgm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.iexpgm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.iexpgm\nDeploy daemon haproxy.nfs.foo.smithi133.iexpgm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:06:54.560869Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.cidlwo on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cidlwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cidlwo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cidlwo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cidlwo\nDeploy daemon haproxy.nfs.foo.smithi038.cidlwo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:06:54.565189Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.aozvjm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:06:54.568927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.okyqnd on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:07:59.107584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.cboqre on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-cboqre\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-cboqre\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.cboqre\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.cboqre\nDeploy daemon haproxy.nfs.foo.smithi133.cboqre ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -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.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:08:01.256 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:00 smithi038 bash[13941]: cephadm 2024-01-16T10:07:59.105216+0000 mgr.smithi038.dukxrr (mgr.14180) 1137 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-cboqre 2024-01-16T10:08:01.256 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:00 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:08:01.256 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:00 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-cboqre 2024-01-16T10:08:01.256 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:00 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.cboqre 2024-01-16T10:08:01.256 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:00 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:08:01.256 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:00 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.cboqre 2024-01-16T10:08:01.256 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:00 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.cboqre ... 2024-01-16T10:08:01.256 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:00 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:08:01.256 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:00 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:08:01.256 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:00 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:08:01.256 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:00 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:08:01.256 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:00 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:08:01.257 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:00 smithi038 bash[13941]: Traceback (most recent call last): 2024-01-16T10:08:01.257 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:00 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T10:08:01.257 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:00 smithi038 bash[13941]: yield (conn, connr) 2024-01-16T10:08:01.257 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:00 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T10:08:01.257 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:00 smithi038 bash[13941]: code, '\n'.join(err))) 2024-01-16T10:08:01.257 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:00 smithi038 bash[13941]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-cboqre 2024-01-16T10:08:01.257 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:00 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:08:01.257 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:00 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-cboqre 2024-01-16T10:08:01.257 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:00 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.cboqre 2024-01-16T10:08:01.257 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:00 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:08:01.257 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:00 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.cboqre 2024-01-16T10:08:01.257 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:00 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.cboqre ... 2024-01-16T10:08:01.257 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:00 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:08:01.258 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:08:01.259 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:00 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:08:01.259 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:00 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:08:01.259 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:00 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:08:01.259 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:00 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:08:01.259 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:00 smithi038 bash[13941]: cephadm 2024-01-16T10:07:59.105837+0000 mgr.smithi038.dukxrr (mgr.14180) 1138 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi133.cboqre 2024-01-16T10:08:01.259 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:00 smithi038 bash[13941]: cephadm 2024-01-16T10:07:59.107786+0000 mgr.smithi038.dukxrr (mgr.14180) 1139 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi133.cboqre on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-cboqre 2024-01-16T10:08:01.259 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:00 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:08:01.259 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:00 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-cboqre 2024-01-16T10:08:01.259 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:00 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.cboqre 2024-01-16T10:08:01.259 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:00 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:08:01.259 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:00 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.cboqre 2024-01-16T10:08:01.259 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:00 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.cboqre ... 2024-01-16T10:08:01.259 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:00 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:08:01.259 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:00 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:08:01.260 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:00 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:08:01.260 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:00 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:08:01.260 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:00 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:08:01.260 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:00 smithi038 bash[13941]: cephadm 2024-01-16T10:07:59.111722+0000 mgr.smithi038.dukxrr (mgr.14180) 1140 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.jodkav on smithi038 2024-01-16T10:08:01.420 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:00 smithi133 bash[17559]: cephadm 2024-01-16T10:07:59.105216+0000 mgr.smithi038.dukxrr (mgr.14180) 1137 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-cboqre 2024-01-16T10:08:01.421 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:00 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:08:01.421 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:00 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-cboqre 2024-01-16T10:08:01.421 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:00 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.cboqre 2024-01-16T10:08:01.421 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:00 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:08:01.421 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:00 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.cboqre 2024-01-16T10:08:01.421 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:00 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.cboqre ... 2024-01-16T10:08:01.421 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:00 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:08:01.421 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:00 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:08:01.421 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:00 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:08:01.421 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:00 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:08:01.421 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:00 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:08:01.421 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:00 smithi133 bash[17559]: Traceback (most recent call last): 2024-01-16T10:08:01.421 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:00 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T10:08:01.422 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:00 smithi133 bash[17559]: yield (conn, connr) 2024-01-16T10:08:01.422 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:00 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T10:08:01.422 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:00 smithi133 bash[17559]: code, '\n'.join(err))) 2024-01-16T10:08:01.422 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:00 smithi133 bash[17559]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-cboqre 2024-01-16T10:08:01.422 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:00 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:08:01.422 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:00 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-cboqre 2024-01-16T10:08:01.422 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:00 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.cboqre 2024-01-16T10:08:01.422 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:00 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:08:01.422 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:00 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.cboqre 2024-01-16T10:08:01.422 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:00 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.cboqre ... 2024-01-16T10:08:01.422 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:00 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:08:01.422 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:00 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:08:01.422 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:00 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:08:01.422 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:00 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:08:01.423 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:00 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:08:01.423 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:00 smithi133 bash[17559]: cephadm 2024-01-16T10:07:59.105837+0000 mgr.smithi038.dukxrr (mgr.14180) 1138 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi133.cboqre 2024-01-16T10:08:01.423 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:00 smithi133 bash[17559]: cephadm 2024-01-16T10:07:59.107786+0000 mgr.smithi038.dukxrr (mgr.14180) 1139 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi133.cboqre on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-cboqre 2024-01-16T10:08:01.423 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:00 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:08:01.423 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:00 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-cboqre 2024-01-16T10:08:01.423 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:00 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.cboqre 2024-01-16T10:08:01.423 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:00 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:08:01.423 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:00 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.cboqre 2024-01-16T10:08:01.423 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:00 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.cboqre ... 2024-01-16T10:08:01.423 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:00 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:08:01.423 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:00 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:08:01.423 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:00 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:08:01.423 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:00 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:08:01.423 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:00 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:08:01.423 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:00 smithi133 bash[17559]: cephadm 2024-01-16T10:07:59.111722+0000 mgr.smithi038.dukxrr (mgr.14180) 1140 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.jodkav on smithi038 2024-01-16T10:08:02.259 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:08:02.270 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:01 smithi038 bash[13941]: audit 2024-01-16T10:08:00.482854+0000 mgr.smithi038.dukxrr (mgr.14180) 1141 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:02.270 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:01 smithi038 bash[13941]: cluster 2024-01-16T10:08:00.893537+0000 mgr.smithi038.dukxrr (mgr.14180) 1142 : cluster [DBG] pgmap v757: 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-01-16T10:08:02.420 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:01 smithi133 bash[17559]: audit 2024-01-16T10:08:00.482854+0000 mgr.smithi038.dukxrr (mgr.14180) 1141 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:02.420 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:01 smithi133 bash[17559]: cluster 2024-01-16T10:08:00.893537+0000 mgr.smithi038.dukxrr (mgr.14180) 1142 : cluster [DBG] pgmap v757: 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-01-16T10:08:03.935 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:03 smithi038 bash[13941]: audit 2024-01-16T10:08:02.852602+0000 mon.smithi038 (mon.0) 971 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:08:03.936 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:03 smithi038 bash[13941]: cluster 2024-01-16T10:08:02.894183+0000 mgr.smithi038.dukxrr (mgr.14180) 1143 : cluster [DBG] pgmap v758: 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-01-16T10:08:03.936 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:03 smithi038 bash[13941]: audit 2024-01-16T10:08:03.476398+0000 mon.smithi038 (mon.0) 972 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi038.jodkav"}]: dispatch 2024-01-16T10:08:03.936 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:03 smithi038 bash[13941]: audit 2024-01-16T10:08:03.823677+0000 mon.smithi038 (mon.0) 973 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:08:04.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:03 smithi133 bash[17559]: audit 2024-01-16T10:08:02.852602+0000 mon.smithi038 (mon.0) 971 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:08:04.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:03 smithi133 bash[17559]: cluster 2024-01-16T10:08:02.894183+0000 mgr.smithi038.dukxrr (mgr.14180) 1143 : cluster [DBG] pgmap v758: 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-01-16T10:08:04.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:03 smithi133 bash[17559]: audit 2024-01-16T10:08:03.476398+0000 mon.smithi038 (mon.0) 972 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi038.jodkav"}]: dispatch 2024-01-16T10:08:04.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:03 smithi133 bash[17559]: audit 2024-01-16T10:08:03.823677+0000 mon.smithi038 (mon.0) 973 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:08:05.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:04 smithi133 bash[17559]: cephadm 2024-01-16T10:08:03.475389+0000 mgr.smithi038.dukxrr (mgr.14180) 1144 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jodkav 2024-01-16T10:08:05.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:04 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:08:05.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:04 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jodkav 2024-01-16T10:08:05.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:04 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jodkav 2024-01-16T10:08:05.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:04 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:08:05.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:04 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jodkav 2024-01-16T10:08:05.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:04 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.jodkav ... 2024-01-16T10:08:05.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:04 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:08:05.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:04 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:08:05.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:04 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:08:05.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:04 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:08:05.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:04 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:08:05.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:04 smithi133 bash[17559]: Traceback (most recent call last): 2024-01-16T10:08:05.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:04 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T10:08:05.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:04 smithi133 bash[17559]: yield (conn, connr) 2024-01-16T10:08:05.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:04 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T10:08:05.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:04 smithi133 bash[17559]: code, '\n'.join(err))) 2024-01-16T10:08:05.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:04 smithi133 bash[17559]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jodkav 2024-01-16T10:08:05.172 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:04 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:08:05.172 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:04 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jodkav 2024-01-16T10:08:05.172 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:04 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jodkav 2024-01-16T10:08:05.172 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:04 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:08:05.172 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:04 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jodkav 2024-01-16T10:08:05.172 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:04 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.jodkav ... 2024-01-16T10:08:05.172 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:04 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:08:05.172 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:04 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:08:05.172 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:04 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:08:05.173 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:04 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:08:05.173 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:04 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:08:05.173 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:04 smithi133 bash[17559]: cephadm 2024-01-16T10:08:03.475835+0000 mgr.smithi038.dukxrr (mgr.14180) 1145 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi038.jodkav 2024-01-16T10:08:05.173 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:04 smithi133 bash[17559]: cephadm 2024-01-16T10:08:03.477559+0000 mgr.smithi038.dukxrr (mgr.14180) 1146 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi038.jodkav on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jodkav 2024-01-16T10:08:05.173 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:04 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:08:05.173 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:04 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jodkav 2024-01-16T10:08:05.173 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:04 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jodkav 2024-01-16T10:08:05.173 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:04 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:08:05.173 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:04 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jodkav 2024-01-16T10:08:05.173 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:04 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.jodkav ... 2024-01-16T10:08:05.173 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:04 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:08:05.173 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:04 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:08:05.173 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:04 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:08:05.173 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:04 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:08:05.174 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:04 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:08:05.174 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:04 smithi133 bash[17559]: cephadm 2024-01-16T10:08:03.479460+0000 mgr.smithi038.dukxrr (mgr.14180) 1147 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi133.vosgwm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:08:05.174 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:04 smithi133 bash[17559]: cephadm 2024-01-16T10:08:03.481051+0000 mgr.smithi038.dukxrr (mgr.14180) 1148 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi038.fzdvnw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:08:05.174 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:04 smithi133 bash[17559]: cluster 2024-01-16T10:08:03.481921+0000 mgr.smithi038.dukxrr (mgr.14180) 1149 : 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-01-16T10:08:05.174 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:04 smithi133 bash[17559]: cluster 2024-01-16T10:08:03.848355+0000 mon.smithi038 (mon.0) 974 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-16T10:08:05.275 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:04 smithi038 bash[13941]: cephadm 2024-01-16T10:08:03.475389+0000 mgr.smithi038.dukxrr (mgr.14180) 1144 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jodkav 2024-01-16T10:08:05.275 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:04 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:08:05.276 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:04 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jodkav 2024-01-16T10:08:05.276 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:04 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jodkav 2024-01-16T10:08:05.276 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:04 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:08:05.276 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:04 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jodkav 2024-01-16T10:08:05.276 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:04 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.jodkav ... 2024-01-16T10:08:05.276 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:04 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:08:05.276 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:04 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:08:05.276 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:04 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:08:05.276 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:04 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:08:05.276 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:04 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:08:05.276 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:04 smithi038 bash[13941]: Traceback (most recent call last): 2024-01-16T10:08:05.276 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:04 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T10:08:05.276 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:04 smithi038 bash[13941]: yield (conn, connr) 2024-01-16T10:08:05.276 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:04 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T10:08:05.277 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:04 smithi038 bash[13941]: code, '\n'.join(err))) 2024-01-16T10:08:05.277 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:04 smithi038 bash[13941]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jodkav 2024-01-16T10:08:05.277 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:04 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:08:05.277 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:04 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jodkav 2024-01-16T10:08:05.277 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:04 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jodkav 2024-01-16T10:08:05.277 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:04 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:08:05.277 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:04 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jodkav 2024-01-16T10:08:05.277 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:04 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.jodkav ... 2024-01-16T10:08:05.277 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:04 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:08:05.277 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:04 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:08:05.278 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:04 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:08:05.278 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:04 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:08:05.278 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:04 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:08:05.278 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:04 smithi038 bash[13941]: cephadm 2024-01-16T10:08:03.475835+0000 mgr.smithi038.dukxrr (mgr.14180) 1145 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi038.jodkav 2024-01-16T10:08:05.278 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:04 smithi038 bash[13941]: cephadm 2024-01-16T10:08:03.477559+0000 mgr.smithi038.dukxrr (mgr.14180) 1146 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi038.jodkav on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jodkav 2024-01-16T10:08:05.278 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:04 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:08:05.278 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:04 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jodkav 2024-01-16T10:08:05.278 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:04 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jodkav 2024-01-16T10:08:05.278 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:04 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:08:05.278 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:04 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jodkav 2024-01-16T10:08:05.278 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:04 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.jodkav ... 2024-01-16T10:08:05.278 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:04 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:08:05.278 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:04 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:08:05.278 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:04 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:08:05.279 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:04 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:08:05.279 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:04 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:08:05.279 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:04 smithi038 bash[13941]: cephadm 2024-01-16T10:08:03.479460+0000 mgr.smithi038.dukxrr (mgr.14180) 1147 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi133.vosgwm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:08:05.279 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:04 smithi038 bash[13941]: cephadm 2024-01-16T10:08:03.481051+0000 mgr.smithi038.dukxrr (mgr.14180) 1148 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi038.fzdvnw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:08:05.279 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:04 smithi038 bash[13941]: cluster 2024-01-16T10:08:03.481921+0000 mgr.smithi038.dukxrr (mgr.14180) 1149 : 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-01-16T10:08:05.279 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:04 smithi038 bash[13941]: cluster 2024-01-16T10:08:03.848355+0000 mon.smithi038 (mon.0) 974 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-16T10:08:05.703 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:08:05.703 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:06:54.568927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.okyqnd on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:07:59.107584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.cboqre on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-cboqre\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-cboqre\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.cboqre\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.cboqre\nDeploy daemon haproxy.nfs.foo.smithi133.cboqre ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:08:03.477415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.jodkav on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jodkav\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jodkav\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jodkav\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jodkav\nDeploy daemon haproxy.nfs.foo.smithi038.jodkav ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:08:03.479357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.vosgwm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:08:03.480952Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fzdvnw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:08:06.420 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:06 smithi133 bash[17559]: cluster 2024-01-16T10:08:05.482498+0000 mgr.smithi038.dukxrr (mgr.14180) 1150 : 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-01-16T10:08:06.420 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:06 smithi133 bash[17559]: audit 2024-01-16T10:08:05.701931+0000 mgr.smithi038.dukxrr (mgr.14180) 1151 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:06.441 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:06 smithi038 bash[13941]: cluster 2024-01-16T10:08:05.482498+0000 mgr.smithi038.dukxrr (mgr.14180) 1150 : 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-01-16T10:08:06.442 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:06 smithi038 bash[13941]: audit 2024-01-16T10:08:05.701931+0000 mgr.smithi038.dukxrr (mgr.14180) 1151 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:06.443 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:08:07.444 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:08:08.775 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:08 smithi038 bash[13941]: cluster 2024-01-16T10:08:07.483434+0000 mgr.smithi038.dukxrr (mgr.14180) 1152 : 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-01-16T10:08:08.919 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:08 smithi133 bash[17559]: cluster 2024-01-16T10:08:07.483434+0000 mgr.smithi038.dukxrr (mgr.14180) 1152 : 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-01-16T10:08:10.705 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:08:10.705 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:06:54.568927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.okyqnd on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:07:59.107584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.cboqre on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-cboqre\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-cboqre\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.cboqre\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.cboqre\nDeploy daemon haproxy.nfs.foo.smithi133.cboqre ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:08:03.477415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.jodkav on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jodkav\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jodkav\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jodkav\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jodkav\nDeploy daemon haproxy.nfs.foo.smithi038.jodkav ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:08:03.479357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.vosgwm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:08:03.480952Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fzdvnw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:08:10.758 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:10 smithi038 bash[13941]: cluster 2024-01-16T10:08:09.484769+0000 mgr.smithi038.dukxrr (mgr.14180) 1153 : 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-01-16T10:08:10.919 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:10 smithi133 bash[17559]: cluster 2024-01-16T10:08:09.484769+0000 mgr.smithi038.dukxrr (mgr.14180) 1153 : 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-01-16T10:08:11.474 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:08:11.775 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:11 smithi038 bash[13941]: audit 2024-01-16T10:08:10.708910+0000 mgr.smithi038.dukxrr (mgr.14180) 1154 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:11.920 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:11 smithi133 bash[17559]: audit 2024-01-16T10:08:10.708910+0000 mgr.smithi038.dukxrr (mgr.14180) 1154 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:12.475 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:08:12.774 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:12 smithi038 bash[13941]: cluster 2024-01-16T10:08:11.485592+0000 mgr.smithi038.dukxrr (mgr.14180) 1155 : 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-01-16T10:08:12.919 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:12 smithi133 bash[17559]: cluster 2024-01-16T10:08:11.485592+0000 mgr.smithi038.dukxrr (mgr.14180) 1155 : 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-01-16T10:08:14.912 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:14 smithi038 bash[13941]: cluster 2024-01-16T10:08:13.487088+0000 mgr.smithi038.dukxrr (mgr.14180) 1156 : 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-01-16T10:08:14.919 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:14 smithi133 bash[17559]: cluster 2024-01-16T10:08:13.487088+0000 mgr.smithi038.dukxrr (mgr.14180) 1156 : 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-01-16T10:08:15.344 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:08:15.345 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:06:54.568927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.okyqnd on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:07:59.107584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.cboqre on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-cboqre\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-cboqre\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.cboqre\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.cboqre\nDeploy daemon haproxy.nfs.foo.smithi133.cboqre ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:08:03.477415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.jodkav on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jodkav\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jodkav\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jodkav\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jodkav\nDeploy daemon haproxy.nfs.foo.smithi038.jodkav ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:08:03.479357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.vosgwm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:08:03.480952Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fzdvnw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:08:16.128 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:08:16.419 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:16 smithi133 bash[17559]: audit 2024-01-16T10:08:15.343347+0000 mgr.smithi038.dukxrr (mgr.14180) 1157 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:16.420 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:16 smithi133 bash[17559]: cluster 2024-01-16T10:08:15.488217+0000 mgr.smithi038.dukxrr (mgr.14180) 1158 : 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-01-16T10:08:16.524 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:16 smithi038 bash[13941]: audit 2024-01-16T10:08:15.343347+0000 mgr.smithi038.dukxrr (mgr.14180) 1157 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:16.525 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:16 smithi038 bash[13941]: cluster 2024-01-16T10:08:15.488217+0000 mgr.smithi038.dukxrr (mgr.14180) 1158 : 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-01-16T10:08:17.129 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:08:19.169 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:18 smithi133 bash[17559]: cluster 2024-01-16T10:08:17.489308+0000 mgr.smithi038.dukxrr (mgr.14180) 1159 : 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-01-16T10:08:19.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:18 smithi133 bash[17559]: audit 2024-01-16T10:08:17.854232+0000 mon.smithi038 (mon.0) 975 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:08:19.275 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:18 smithi038 bash[13941]: cluster 2024-01-16T10:08:17.489308+0000 mgr.smithi038.dukxrr (mgr.14180) 1159 : 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-01-16T10:08:19.275 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:18 smithi038 bash[13941]: audit 2024-01-16T10:08:17.854232+0000 mon.smithi038 (mon.0) 975 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:08:20.274 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:08:20.274 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:06:54.568927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.okyqnd on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:07:59.107584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.cboqre on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-cboqre\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-cboqre\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.cboqre\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.cboqre\nDeploy daemon haproxy.nfs.foo.smithi133.cboqre ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:08:03.477415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.jodkav on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jodkav\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jodkav\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jodkav\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jodkav\nDeploy daemon haproxy.nfs.foo.smithi038.jodkav ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:08:03.479357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.vosgwm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:08:03.480952Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fzdvnw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:08:21.042 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:08:21.169 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:20 smithi133 bash[17559]: cluster 2024-01-16T10:08:19.490224+0000 mgr.smithi038.dukxrr (mgr.14180) 1160 : 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-01-16T10:08:21.274 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:20 smithi038 bash[13941]: cluster 2024-01-16T10:08:19.490224+0000 mgr.smithi038.dukxrr (mgr.14180) 1160 : 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-01-16T10:08:22.043 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:08:22.169 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:21 smithi133 bash[17559]: audit 2024-01-16T10:08:20.273861+0000 mgr.smithi038.dukxrr (mgr.14180) 1161 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:22.249 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:21 smithi038 bash[13941]: audit 2024-01-16T10:08:20.273861+0000 mgr.smithi038.dukxrr (mgr.14180) 1161 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:23.145 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:22 smithi038 bash[13941]: cluster 2024-01-16T10:08:21.491284+0000 mgr.smithi038.dukxrr (mgr.14180) 1162 : 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-01-16T10:08:23.169 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:22 smithi133 bash[17559]: cluster 2024-01-16T10:08:21.491284+0000 mgr.smithi038.dukxrr (mgr.14180) 1162 : 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-01-16T10:08:25.169 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:24 smithi133 bash[17559]: cluster 2024-01-16T10:08:23.492648+0000 mgr.smithi038.dukxrr (mgr.14180) 1163 : 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-01-16T10:08:25.244 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:08:25.244 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:06:54.568927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.okyqnd on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:07:59.107584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.cboqre on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-cboqre\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-cboqre\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.cboqre\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.cboqre\nDeploy daemon haproxy.nfs.foo.smithi133.cboqre ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:08:03.477415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.jodkav on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jodkav\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jodkav\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jodkav\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jodkav\nDeploy daemon haproxy.nfs.foo.smithi038.jodkav ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:08:03.479357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.vosgwm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:08:03.480952Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fzdvnw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:08:25.274 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:24 smithi038 bash[13941]: cluster 2024-01-16T10:08:23.492648+0000 mgr.smithi038.dukxrr (mgr.14180) 1163 : 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-01-16T10:08:26.000 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:08:26.274 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:26 smithi038 bash[13941]: audit 2024-01-16T10:08:25.241120+0000 mgr.smithi038.dukxrr (mgr.14180) 1164 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:26.275 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:26 smithi038 bash[13941]: cluster 2024-01-16T10:08:25.493648+0000 mgr.smithi038.dukxrr (mgr.14180) 1165 : 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-01-16T10:08:26.419 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:26 smithi133 bash[17559]: audit 2024-01-16T10:08:25.241120+0000 mgr.smithi038.dukxrr (mgr.14180) 1164 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:26.419 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:26 smithi133 bash[17559]: cluster 2024-01-16T10:08:25.493648+0000 mgr.smithi038.dukxrr (mgr.14180) 1165 : 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-01-16T10:08:27.001 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:08:28.774 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:28 smithi038 bash[13941]: cluster 2024-01-16T10:08:27.494294+0000 mgr.smithi038.dukxrr (mgr.14180) 1166 : 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-01-16T10:08:28.919 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:28 smithi133 bash[17559]: cluster 2024-01-16T10:08:27.494294+0000 mgr.smithi038.dukxrr (mgr.14180) 1166 : 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-01-16T10:08:30.269 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:08:30.269 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:06:54.568927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.okyqnd on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:07:59.107584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.cboqre on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-cboqre\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-cboqre\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.cboqre\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.cboqre\nDeploy daemon haproxy.nfs.foo.smithi133.cboqre ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:08:03.477415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.jodkav on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jodkav\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jodkav\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jodkav\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jodkav\nDeploy daemon haproxy.nfs.foo.smithi038.jodkav ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:08:03.479357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.vosgwm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:08:03.480952Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fzdvnw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:08:30.774 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:30 smithi038 bash[13941]: cluster 2024-01-16T10:08:29.495519+0000 mgr.smithi038.dukxrr (mgr.14180) 1167 : 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-01-16T10:08:30.919 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:30 smithi133 bash[17559]: cluster 2024-01-16T10:08:29.495519+0000 mgr.smithi038.dukxrr (mgr.14180) 1167 : 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-01-16T10:08:31.099 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:08:31.919 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:31 smithi133 bash[17559]: audit 2024-01-16T10:08:30.268057+0000 mgr.smithi038.dukxrr (mgr.14180) 1168 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:32.024 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:31 smithi038 bash[13941]: audit 2024-01-16T10:08:30.268057+0000 mgr.smithi038.dukxrr (mgr.14180) 1168 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:32.100 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:08:32.919 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:32 smithi133 bash[17559]: cluster 2024-01-16T10:08:31.496671+0000 mgr.smithi038.dukxrr (mgr.14180) 1169 : 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-01-16T10:08:33.025 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:32 smithi038 bash[13941]: cluster 2024-01-16T10:08:31.496671+0000 mgr.smithi038.dukxrr (mgr.14180) 1169 : 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-01-16T10:08:34.919 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:34 smithi133 bash[17559]: cluster 2024-01-16T10:08:33.498016+0000 mgr.smithi038.dukxrr (mgr.14180) 1170 : 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-01-16T10:08:34.968 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:34 smithi038 bash[13941]: cluster 2024-01-16T10:08:33.498016+0000 mgr.smithi038.dukxrr (mgr.14180) 1170 : 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-01-16T10:08:35.357 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:08:35.357 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:06:54.568927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.okyqnd on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:07:59.107584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.cboqre on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-cboqre\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-cboqre\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.cboqre\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.cboqre\nDeploy daemon haproxy.nfs.foo.smithi133.cboqre ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:08:03.477415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.jodkav on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jodkav\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jodkav\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jodkav\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jodkav\nDeploy daemon haproxy.nfs.foo.smithi038.jodkav ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:08:03.479357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.vosgwm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:08:03.480952Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fzdvnw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:08:36.200 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:08:36.419 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:36 smithi133 bash[17559]: audit 2024-01-16T10:08:35.355933+0000 mgr.smithi038.dukxrr (mgr.14180) 1171 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:36.419 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:36 smithi133 bash[17559]: cluster 2024-01-16T10:08:35.499084+0000 mgr.smithi038.dukxrr (mgr.14180) 1172 : 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-01-16T10:08:36.524 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:36 smithi038 bash[13941]: audit 2024-01-16T10:08:35.355933+0000 mgr.smithi038.dukxrr (mgr.14180) 1171 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:36.524 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:36 smithi038 bash[13941]: cluster 2024-01-16T10:08:35.499084+0000 mgr.smithi038.dukxrr (mgr.14180) 1172 : 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-01-16T10:08:37.201 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:08:38.919 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:38 smithi133 bash[17559]: cluster 2024-01-16T10:08:37.500183+0000 mgr.smithi038.dukxrr (mgr.14180) 1173 : 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-01-16T10:08:38.935 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:38 smithi038 bash[13941]: cluster 2024-01-16T10:08:37.500183+0000 mgr.smithi038.dukxrr (mgr.14180) 1173 : 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-01-16T10:08:40.429 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:08:40.429 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:06:54.568927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.okyqnd on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:07:59.107584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.cboqre on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-cboqre\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-cboqre\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.cboqre\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.cboqre\nDeploy daemon haproxy.nfs.foo.smithi133.cboqre ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:08:03.477415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.jodkav on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jodkav\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jodkav\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jodkav\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jodkav\nDeploy daemon haproxy.nfs.foo.smithi038.jodkav ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:08:03.479357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.vosgwm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:08:03.480952Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fzdvnw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:08:40.774 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:40 smithi038 bash[13941]: cluster 2024-01-16T10:08:39.501446+0000 mgr.smithi038.dukxrr (mgr.14180) 1174 : 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-01-16T10:08:40.919 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:40 smithi133 bash[17559]: cluster 2024-01-16T10:08:39.501446+0000 mgr.smithi038.dukxrr (mgr.14180) 1174 : 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-01-16T10:08:41.140 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:08:41.919 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:41 smithi133 bash[17559]: audit 2024-01-16T10:08:40.426659+0000 mgr.smithi038.dukxrr (mgr.14180) 1175 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:42.024 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:41 smithi038 bash[13941]: audit 2024-01-16T10:08:40.426659+0000 mgr.smithi038.dukxrr (mgr.14180) 1175 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:42.140 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:08:42.774 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:42 smithi038 bash[13941]: cluster 2024-01-16T10:08:41.502568+0000 mgr.smithi038.dukxrr (mgr.14180) 1176 : 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-01-16T10:08:42.919 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:42 smithi133 bash[17559]: cluster 2024-01-16T10:08:41.502568+0000 mgr.smithi038.dukxrr (mgr.14180) 1176 : 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-01-16T10:08:44.919 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:44 smithi133 bash[17559]: cluster 2024-01-16T10:08:43.503478+0000 mgr.smithi038.dukxrr (mgr.14180) 1177 : 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-01-16T10:08:45.024 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:44 smithi038 bash[13941]: cluster 2024-01-16T10:08:43.503478+0000 mgr.smithi038.dukxrr (mgr.14180) 1177 : 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-01-16T10:08:45.164 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:08:45.164 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:06:54.568927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.okyqnd on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:07:59.107584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.cboqre on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-cboqre\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-cboqre\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.cboqre\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.cboqre\nDeploy daemon haproxy.nfs.foo.smithi133.cboqre ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:08:03.477415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.jodkav on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jodkav\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jodkav\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jodkav\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jodkav\nDeploy daemon haproxy.nfs.foo.smithi038.jodkav ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:08:03.479357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.vosgwm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:08:03.480952Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fzdvnw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:08:45.954 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:08:46.274 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:46 smithi038 bash[13941]: audit 2024-01-16T10:08:45.167697+0000 mgr.smithi038.dukxrr (mgr.14180) 1178 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:46.274 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:46 smithi038 bash[13941]: cluster 2024-01-16T10:08:45.504701+0000 mgr.smithi038.dukxrr (mgr.14180) 1179 : 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-01-16T10:08:46.419 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:46 smithi133 bash[17559]: audit 2024-01-16T10:08:45.167697+0000 mgr.smithi038.dukxrr (mgr.14180) 1178 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:46.419 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:46 smithi133 bash[17559]: cluster 2024-01-16T10:08:45.504701+0000 mgr.smithi038.dukxrr (mgr.14180) 1179 : 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-01-16T10:08:46.954 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:08:48.774 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:48 smithi038 bash[13941]: cluster 2024-01-16T10:08:47.505935+0000 mgr.smithi038.dukxrr (mgr.14180) 1180 : 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-01-16T10:08:48.919 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:48 smithi133 bash[17559]: cluster 2024-01-16T10:08:47.505935+0000 mgr.smithi038.dukxrr (mgr.14180) 1180 : 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-01-16T10:08:50.284 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:08:50.285 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:06:54.568927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.okyqnd on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:07:59.107584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.cboqre on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-cboqre\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-cboqre\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.cboqre\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.cboqre\nDeploy daemon haproxy.nfs.foo.smithi133.cboqre ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:08:03.477415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.jodkav on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jodkav\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jodkav\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jodkav\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jodkav\nDeploy daemon haproxy.nfs.foo.smithi038.jodkav ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:08:03.479357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.vosgwm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:08:03.480952Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fzdvnw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:08:50.774 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:50 smithi038 bash[13941]: cluster 2024-01-16T10:08:49.507285+0000 mgr.smithi038.dukxrr (mgr.14180) 1181 : 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-01-16T10:08:50.919 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:50 smithi133 bash[17559]: cluster 2024-01-16T10:08:49.507285+0000 mgr.smithi038.dukxrr (mgr.14180) 1181 : 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-01-16T10:08:50.971 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:08:51.919 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:51 smithi133 bash[17559]: audit 2024-01-16T10:08:50.288194+0000 mgr.smithi038.dukxrr (mgr.14180) 1182 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:51.972 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:08:51.986 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:51 smithi038 bash[13941]: audit 2024-01-16T10:08:50.288194+0000 mgr.smithi038.dukxrr (mgr.14180) 1182 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:52.919 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:52 smithi133 bash[17559]: cluster 2024-01-16T10:08:51.508402+0000 mgr.smithi038.dukxrr (mgr.14180) 1183 : 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-01-16T10:08:52.963 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:52 smithi038 bash[13941]: cluster 2024-01-16T10:08:51.508402+0000 mgr.smithi038.dukxrr (mgr.14180) 1183 : 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-01-16T10:08:54.919 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:54 smithi133 bash[17559]: cluster 2024-01-16T10:08:53.509116+0000 mgr.smithi038.dukxrr (mgr.14180) 1184 : 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-01-16T10:08:55.024 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:54 smithi038 bash[13941]: cluster 2024-01-16T10:08:53.509116+0000 mgr.smithi038.dukxrr (mgr.14180) 1184 : 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-01-16T10:08:55.088 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:08:55.088 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:06:54.568927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.okyqnd on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:07:59.107584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.cboqre on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-cboqre\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-cboqre\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.cboqre\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.cboqre\nDeploy daemon haproxy.nfs.foo.smithi133.cboqre ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:08:03.477415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.jodkav on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jodkav\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jodkav\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jodkav\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jodkav\nDeploy daemon haproxy.nfs.foo.smithi038.jodkav ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:08:03.479357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.vosgwm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:08:03.480952Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fzdvnw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:08:55.861 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:08:56.524 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:56 smithi038 bash[13941]: audit 2024-01-16T10:08:55.088504+0000 mgr.smithi038.dukxrr (mgr.14180) 1185 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:56.524 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:56 smithi038 bash[13941]: cluster 2024-01-16T10:08:55.510179+0000 mgr.smithi038.dukxrr (mgr.14180) 1186 : 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-01-16T10:08:56.669 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:56 smithi133 bash[17559]: audit 2024-01-16T10:08:55.088504+0000 mgr.smithi038.dukxrr (mgr.14180) 1185 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:56.669 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:56 smithi133 bash[17559]: cluster 2024-01-16T10:08:55.510179+0000 mgr.smithi038.dukxrr (mgr.14180) 1186 : 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-01-16T10:08:56.862 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:08:58.774 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:08:58 smithi038 bash[13941]: cluster 2024-01-16T10:08:57.511268+0000 mgr.smithi038.dukxrr (mgr.14180) 1187 : 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-01-16T10:08:58.919 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:08:58 smithi133 bash[17559]: cluster 2024-01-16T10:08:57.511268+0000 mgr.smithi038.dukxrr (mgr.14180) 1187 : 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-01-16T10:09:00.284 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:09:00.284 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:06:54.568927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.okyqnd on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:07:59.107584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.cboqre on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-cboqre\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-cboqre\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.cboqre\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.cboqre\nDeploy daemon haproxy.nfs.foo.smithi133.cboqre ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:08:03.477415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.jodkav on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jodkav\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jodkav\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jodkav\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jodkav\nDeploy daemon haproxy.nfs.foo.smithi038.jodkav ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:08:03.479357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.vosgwm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:08:03.480952Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fzdvnw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:09:00.774 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:00 smithi038 bash[13941]: cluster 2024-01-16T10:08:59.512626+0000 mgr.smithi038.dukxrr (mgr.14180) 1188 : 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-01-16T10:09:00.919 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:00 smithi133 bash[17559]: cluster 2024-01-16T10:08:59.512626+0000 mgr.smithi038.dukxrr (mgr.14180) 1188 : 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-01-16T10:09:01.071 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:09:01.919 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:01 smithi133 bash[17559]: audit 2024-01-16T10:09:00.288012+0000 mgr.smithi038.dukxrr (mgr.14180) 1189 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:09:02.024 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:01 smithi038 bash[13941]: audit 2024-01-16T10:09:00.288012+0000 mgr.smithi038.dukxrr (mgr.14180) 1189 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:09:02.072 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:09:02.919 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:02 smithi133 bash[17559]: cluster 2024-01-16T10:09:01.513733+0000 mgr.smithi038.dukxrr (mgr.14180) 1190 : 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-01-16T10:09:03.024 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:02 smithi038 bash[13941]: cluster 2024-01-16T10:09:01.513733+0000 mgr.smithi038.dukxrr (mgr.14180) 1190 : 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-01-16T10:09:03.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:03 smithi133 bash[17559]: audit 2024-01-16T10:09:03.485335+0000 mon.smithi038 (mon.0) 976 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T10:09:04.024 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:03 smithi038 bash[13941]: audit 2024-01-16T10:09:03.485335+0000 mon.smithi038 (mon.0) 976 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T10:09:04.907 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:04 smithi038 bash[13941]: cluster 2024-01-16T10:09:03.514744+0000 mgr.smithi038.dukxrr (mgr.14180) 1191 : 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-01-16T10:09:04.907 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:04 smithi038 bash[13941]: audit 2024-01-16T10:09:03.788854+0000 mon.smithi038 (mon.0) 977 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T10:09:04.907 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:04 smithi038 bash[13941]: audit 2024-01-16T10:09:03.790054+0000 mon.smithi038 (mon.0) 978 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T10:09:04.907 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:04 smithi038 bash[13941]: audit 2024-01-16T10:09:03.797723+0000 mon.smithi038 (mon.0) 979 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:09:04.907 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:04 smithi038 bash[13941]: cluster 2024-01-16T10:09:03.798297+0000 mgr.smithi038.dukxrr (mgr.14180) 1192 : cluster [DBG] pgmap v790: 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-01-16T10:09:04.907 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:04 smithi038 bash[13941]: audit 2024-01-16T10:09:03.802974+0000 mon.smithi038 (mon.0) 980 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T10:09:04.908 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:04 smithi038 bash[13941]: audit 2024-01-16T10:09:03.815329+0000 mon.smithi038 (mon.0) 981 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:09:04.908 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:04 smithi038 bash[13941]: cephadm 2024-01-16T10:09:03.819420+0000 mgr.smithi038.dukxrr (mgr.14180) 1193 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi133.odnceo on smithi133 2024-01-16T10:09:04.919 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:04 smithi133 bash[17559]: cluster 2024-01-16T10:09:03.514744+0000 mgr.smithi038.dukxrr (mgr.14180) 1191 : 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-01-16T10:09:04.919 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:04 smithi133 bash[17559]: audit 2024-01-16T10:09:03.788854+0000 mon.smithi038 (mon.0) 977 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T10:09:04.919 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:04 smithi133 bash[17559]: audit 2024-01-16T10:09:03.790054+0000 mon.smithi038 (mon.0) 978 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T10:09:04.919 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:04 smithi133 bash[17559]: audit 2024-01-16T10:09:03.797723+0000 mon.smithi038 (mon.0) 979 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:09:04.919 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:04 smithi133 bash[17559]: cluster 2024-01-16T10:09:03.798297+0000 mgr.smithi038.dukxrr (mgr.14180) 1192 : cluster [DBG] pgmap v790: 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-01-16T10:09:04.919 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:04 smithi133 bash[17559]: audit 2024-01-16T10:09:03.802974+0000 mon.smithi038 (mon.0) 980 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T10:09:04.919 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:04 smithi133 bash[17559]: audit 2024-01-16T10:09:03.815329+0000 mon.smithi038 (mon.0) 981 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:09:04.919 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:04 smithi133 bash[17559]: cephadm 2024-01-16T10:09:03.819420+0000 mgr.smithi038.dukxrr (mgr.14180) 1193 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi133.odnceo on smithi133 2024-01-16T10:09:05.347 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:09:05.347 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:06:54.568927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.okyqnd on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:07:59.107584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.cboqre on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-cboqre\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-cboqre\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.cboqre\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.cboqre\nDeploy daemon haproxy.nfs.foo.smithi133.cboqre ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:08:03.477415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.jodkav on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jodkav\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jodkav\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jodkav\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jodkav\nDeploy daemon haproxy.nfs.foo.smithi038.jodkav ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:08:03.479357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.vosgwm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:08:03.480952Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fzdvnw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:09:05.774 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:05 smithi038 bash[13941]: cluster 2024-01-16T10:09:04.795061+0000 mon.smithi038 (mon.0) 982 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-16T10:09:05.774 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:05 smithi038 bash[13941]: cluster 2024-01-16T10:09:04.795117+0000 mon.smithi038 (mon.0) 983 : cluster [INF] Cluster is now healthy 2024-01-16T10:09:05.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:05 smithi133 bash[17559]: cluster 2024-01-16T10:09:04.795061+0000 mon.smithi038 (mon.0) 982 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-16T10:09:05.919 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:05 smithi133 bash[17559]: cluster 2024-01-16T10:09:04.795117+0000 mon.smithi038 (mon.0) 983 : cluster [INF] Cluster is now healthy 2024-01-16T10:09:06.083 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:09:06.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:06 smithi133 bash[17559]: audit 2024-01-16T10:09:05.347663+0000 mgr.smithi038.dukxrr (mgr.14180) 1194 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:09:06.919 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:06 smithi133 bash[17559]: cluster 2024-01-16T10:09:05.799053+0000 mgr.smithi038.dukxrr (mgr.14180) 1195 : cluster [DBG] pgmap v791: 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-01-16T10:09:07.024 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:06 smithi038 bash[13941]: audit 2024-01-16T10:09:05.347663+0000 mgr.smithi038.dukxrr (mgr.14180) 1194 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:09:07.024 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:06 smithi038 bash[13941]: cluster 2024-01-16T10:09:05.799053+0000 mgr.smithi038.dukxrr (mgr.14180) 1195 : cluster [DBG] pgmap v791: 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-01-16T10:09:07.084 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:09:07.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:07 smithi133 bash[17559]: audit 2024-01-16T10:09:07.673329+0000 mon.smithi038 (mon.0) 984 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi133.odnceo"}]: dispatch 2024-01-16T10:09:08.024 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:07 smithi038 bash[13941]: audit 2024-01-16T10:09:07.673329+0000 mon.smithi038 (mon.0) 984 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi133.odnceo"}]: dispatch 2024-01-16T10:09:08.935 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:08 smithi038 bash[13941]: cephadm 2024-01-16T10:09:07.672099+0000 mgr.smithi038.dukxrr (mgr.14180) 1196 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-odnceo 2024-01-16T10:09:08.935 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:08 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:09:08.935 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:08 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-odnceo 2024-01-16T10:09:08.935 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:08 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.odnceo 2024-01-16T10:09:08.935 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:08 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:09:08.935 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:08 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.odnceo 2024-01-16T10:09:08.935 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:08 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.odnceo ... 2024-01-16T10:09:08.935 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:08 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:09:08.935 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:08 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:09:08.935 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:08 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:09:08.935 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:08 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:09:08.936 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:08 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:09:08.936 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:08 smithi038 bash[13941]: Traceback (most recent call last): 2024-01-16T10:09:08.936 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:08 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T10:09:08.936 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:08 smithi038 bash[13941]: yield (conn, connr) 2024-01-16T10:09:08.936 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:08 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T10:09:08.936 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:08 smithi038 bash[13941]: code, '\n'.join(err))) 2024-01-16T10:09:08.936 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:08 smithi038 bash[13941]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-odnceo 2024-01-16T10:09:08.936 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:08 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:09:08.936 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:08 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-odnceo 2024-01-16T10:09:08.936 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:08 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.odnceo 2024-01-16T10:09:08.936 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:08 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:09:08.936 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:08 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.odnceo 2024-01-16T10:09:08.936 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:08 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.odnceo ... 2024-01-16T10:09:08.937 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:08 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:09:08.937 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:08 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:09:08.937 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:08 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:09:08.937 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:08 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:09:08.937 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:08 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:09:08.937 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:08 smithi038 bash[13941]: cephadm 2024-01-16T10:09:07.672723+0000 mgr.smithi038.dukxrr (mgr.14180) 1197 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi133.odnceo 2024-01-16T10:09:08.937 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:08 smithi038 bash[13941]: cephadm 2024-01-16T10:09:07.674962+0000 mgr.smithi038.dukxrr (mgr.14180) 1198 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi133.odnceo on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-odnceo 2024-01-16T10:09:08.937 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:08 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:09:08.937 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:08 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-odnceo 2024-01-16T10:09:08.937 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:08 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.odnceo 2024-01-16T10:09:08.938 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:08 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:09:08.938 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:08 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.odnceo 2024-01-16T10:09:08.938 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:08 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.odnceo ... 2024-01-16T10:09:08.938 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:08 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:09:08.938 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:08 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:09:08.938 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:08 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:09:08.938 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:08 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:09:08.938 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:08 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:09:08.938 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:08 smithi038 bash[13941]: cephadm 2024-01-16T10:09:07.679763+0000 mgr.smithi038.dukxrr (mgr.14180) 1199 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.eouevz on smithi038 2024-01-16T10:09:08.938 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:08 smithi038 bash[13941]: cluster 2024-01-16T10:09:07.799665+0000 mgr.smithi038.dukxrr (mgr.14180) 1200 : cluster [DBG] pgmap v792: 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-01-16T10:09:09.169 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:08 smithi133 bash[17559]: cephadm 2024-01-16T10:09:07.672099+0000 mgr.smithi038.dukxrr (mgr.14180) 1196 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-odnceo 2024-01-16T10:09:09.169 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:08 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:09:09.169 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:08 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-odnceo 2024-01-16T10:09:09.169 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:08 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.odnceo 2024-01-16T10:09:09.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:08 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:09:09.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:08 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.odnceo 2024-01-16T10:09:09.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:08 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.odnceo ... 2024-01-16T10:09:09.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:08 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:09:09.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:08 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:09:09.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:08 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:09:09.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:08 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:09:09.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:08 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:09:09.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:08 smithi133 bash[17559]: Traceback (most recent call last): 2024-01-16T10:09:09.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:08 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T10:09:09.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:08 smithi133 bash[17559]: yield (conn, connr) 2024-01-16T10:09:09.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:08 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T10:09:09.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:08 smithi133 bash[17559]: code, '\n'.join(err))) 2024-01-16T10:09:09.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:08 smithi133 bash[17559]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-odnceo 2024-01-16T10:09:09.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:08 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:09:09.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:08 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-odnceo 2024-01-16T10:09:09.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:08 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.odnceo 2024-01-16T10:09:09.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:08 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:09:09.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:08 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.odnceo 2024-01-16T10:09:09.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:08 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.odnceo ... 2024-01-16T10:09:09.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:08 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:09:09.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:08 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:09:09.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:08 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:09:09.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:08 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:09:09.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:08 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:09:09.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:08 smithi133 bash[17559]: cephadm 2024-01-16T10:09:07.672723+0000 mgr.smithi038.dukxrr (mgr.14180) 1197 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi133.odnceo 2024-01-16T10:09:09.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:08 smithi133 bash[17559]: cephadm 2024-01-16T10:09:07.674962+0000 mgr.smithi038.dukxrr (mgr.14180) 1198 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi133.odnceo on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-odnceo 2024-01-16T10:09:09.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:08 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:09:09.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:08 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-odnceo 2024-01-16T10:09:09.172 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:08 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.odnceo 2024-01-16T10:09:09.172 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:08 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:09:09.172 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:08 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.odnceo 2024-01-16T10:09:09.172 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:08 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.odnceo ... 2024-01-16T10:09:09.172 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:08 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:09:09.172 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:08 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:09:09.172 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:08 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:09:09.172 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:08 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:09:09.172 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:08 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:09:09.172 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:08 smithi133 bash[17559]: cephadm 2024-01-16T10:09:07.679763+0000 mgr.smithi038.dukxrr (mgr.14180) 1199 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.eouevz on smithi038 2024-01-16T10:09:09.172 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:08 smithi133 bash[17559]: cluster 2024-01-16T10:09:07.799665+0000 mgr.smithi038.dukxrr (mgr.14180) 1200 : cluster [DBG] pgmap v792: 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-01-16T10:09:10.406 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:09:10.407 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:07:59.107584Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.cboqre on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-cboqre\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-cboqre\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.cboqre\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.cboqre\nDeploy daemon haproxy.nfs.foo.smithi133.cboqre ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:08:03.477415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.jodkav on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jodkav\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-jodkav\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jodkav\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.jodkav\nDeploy daemon haproxy.nfs.foo.smithi038.jodkav ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:08:03.479357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.vosgwm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:08:03.480952Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fzdvnw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:09:07.674693Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.odnceo on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-odnceo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-odnceo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.odnceo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.odnceo\nDeploy daemon haproxy.nfs.foo.smithi133.odnceo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -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.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:09:11.024 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:10 smithi038 bash[13941]: cluster 2024-01-16T10:09:09.800296+0000 mgr.smithi038.dukxrr (mgr.14180) 1201 : cluster [DBG] pgmap v793: 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-01-16T10:09:11.168 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:10 smithi133 bash[17559]: cluster 2024-01-16T10:09:09.800296+0000 mgr.smithi038.dukxrr (mgr.14180) 1201 : cluster [DBG] pgmap v793: 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-01-16T10:09:11.186 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:09:12.168 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:11 smithi133 bash[17559]: audit 2024-01-16T10:09:10.406558+0000 mgr.smithi038.dukxrr (mgr.14180) 1202 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:09:12.169 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:11 smithi133 bash[17559]: audit 2024-01-16T10:09:11.471216+0000 mon.smithi038 (mon.0) 985 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi038.eouevz"}]: dispatch 2024-01-16T10:09:12.186 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:09:12.200 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:11 smithi038 bash[13941]: audit 2024-01-16T10:09:10.406558+0000 mgr.smithi038.dukxrr (mgr.14180) 1202 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:09:12.200 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:11 smithi038 bash[13941]: audit 2024-01-16T10:09:11.471216+0000 mon.smithi038 (mon.0) 985 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi038.eouevz"}]: dispatch 2024-01-16T10:09:13.169 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:12 smithi133 bash[17559]: cephadm 2024-01-16T10:09:11.469938+0000 mgr.smithi038.dukxrr (mgr.14180) 1203 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-eouevz 2024-01-16T10:09:13.169 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:12 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:09:13.169 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:12 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-eouevz 2024-01-16T10:09:13.169 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:12 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.eouevz 2024-01-16T10:09:13.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:12 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:09:13.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:12 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.eouevz 2024-01-16T10:09:13.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:12 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.eouevz ... 2024-01-16T10:09:13.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:12 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:09:13.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:12 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:09:13.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:12 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:09:13.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:12 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:09:13.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:12 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:09:13.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:12 smithi133 bash[17559]: Traceback (most recent call last): 2024-01-16T10:09:13.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:12 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T10:09:13.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:12 smithi133 bash[17559]: yield (conn, connr) 2024-01-16T10:09:13.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:12 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T10:09:13.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:12 smithi133 bash[17559]: code, '\n'.join(err))) 2024-01-16T10:09:13.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:12 smithi133 bash[17559]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-eouevz 2024-01-16T10:09:13.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:12 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:09:13.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:12 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-eouevz 2024-01-16T10:09:13.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:12 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.eouevz 2024-01-16T10:09:13.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:12 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:09:13.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:12 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.eouevz 2024-01-16T10:09:13.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:12 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.eouevz ... 2024-01-16T10:09:13.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:12 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:09:13.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:12 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:09:13.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:12 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:09:13.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:12 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:09:13.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:12 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:09:13.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:12 smithi133 bash[17559]: cephadm 2024-01-16T10:09:11.470434+0000 mgr.smithi038.dukxrr (mgr.14180) 1204 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi038.eouevz 2024-01-16T10:09:13.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:12 smithi133 bash[17559]: cephadm 2024-01-16T10:09:11.472750+0000 mgr.smithi038.dukxrr (mgr.14180) 1205 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi038.eouevz on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-eouevz 2024-01-16T10:09:13.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:12 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:09:13.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:12 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-eouevz 2024-01-16T10:09:13.172 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:12 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.eouevz 2024-01-16T10:09:13.172 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:12 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:09:13.172 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:12 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.eouevz 2024-01-16T10:09:13.172 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:12 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.eouevz ... 2024-01-16T10:09:13.172 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:12 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:09:13.172 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:12 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:09:13.172 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:12 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:09:13.172 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:12 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:09:13.172 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:12 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:09:13.172 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:12 smithi133 bash[17559]: cephadm 2024-01-16T10:09:11.475538+0000 mgr.smithi038.dukxrr (mgr.14180) 1206 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi133.dlwfve on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:09:13.172 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:12 smithi133 bash[17559]: cephadm 2024-01-16T10:09:11.477699+0000 mgr.smithi038.dukxrr (mgr.14180) 1207 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi038.rkkxkq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:09:13.172 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:12 smithi133 bash[17559]: cluster 2024-01-16T10:09:11.478741+0000 mgr.smithi038.dukxrr (mgr.14180) 1208 : 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-01-16T10:09:13.172 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:12 smithi133 bash[17559]: cluster 2024-01-16T10:09:11.857094+0000 mon.smithi038 (mon.0) 986 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-16T10:09:13.227 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:12 smithi038 bash[13941]: cephadm 2024-01-16T10:09:11.469938+0000 mgr.smithi038.dukxrr (mgr.14180) 1203 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-eouevz 2024-01-16T10:09:13.228 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:12 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:09:13.228 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:12 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-eouevz 2024-01-16T10:09:13.228 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:12 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.eouevz 2024-01-16T10:09:13.228 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:12 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:09:13.228 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:12 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.eouevz 2024-01-16T10:09:13.228 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:12 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.eouevz ... 2024-01-16T10:09:13.228 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:12 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:09:13.228 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:12 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:09:13.228 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:12 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:09:13.228 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:12 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:09:13.228 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:12 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:09:13.228 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:12 smithi038 bash[13941]: Traceback (most recent call last): 2024-01-16T10:09:13.229 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:12 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T10:09:13.229 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:12 smithi038 bash[13941]: yield (conn, connr) 2024-01-16T10:09:13.229 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:12 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T10:09:13.229 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:12 smithi038 bash[13941]: code, '\n'.join(err))) 2024-01-16T10:09:13.229 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:12 smithi038 bash[13941]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-eouevz 2024-01-16T10:09:13.229 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:12 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:09:13.229 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:12 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-eouevz 2024-01-16T10:09:13.229 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:12 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.eouevz 2024-01-16T10:09:13.229 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:12 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:09:13.229 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:12 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.eouevz 2024-01-16T10:09:13.229 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:12 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.eouevz ... 2024-01-16T10:09:13.229 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:12 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:09:13.229 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:12 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:09:13.229 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:12 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:09:13.230 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:12 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:09:13.230 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:12 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:09:13.230 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:12 smithi038 bash[13941]: cephadm 2024-01-16T10:09:11.470434+0000 mgr.smithi038.dukxrr (mgr.14180) 1204 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi038.eouevz 2024-01-16T10:09:13.230 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:12 smithi038 bash[13941]: cephadm 2024-01-16T10:09:11.472750+0000 mgr.smithi038.dukxrr (mgr.14180) 1205 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi038.eouevz on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-eouevz 2024-01-16T10:09:13.230 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:12 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:09:13.230 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:12 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-eouevz 2024-01-16T10:09:13.230 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:12 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.eouevz 2024-01-16T10:09:13.230 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:12 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:09:13.230 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:12 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.eouevz 2024-01-16T10:09:13.230 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:12 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.eouevz ... 2024-01-16T10:09:13.230 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:12 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:09:13.230 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:12 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:09:13.230 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:12 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:09:13.230 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:12 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:09:13.230 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:12 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:09:13.231 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:12 smithi038 bash[13941]: cephadm 2024-01-16T10:09:11.475538+0000 mgr.smithi038.dukxrr (mgr.14180) 1206 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi133.dlwfve on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:09:13.231 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:12 smithi038 bash[13941]: cephadm 2024-01-16T10:09:11.477699+0000 mgr.smithi038.dukxrr (mgr.14180) 1207 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi038.rkkxkq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:09:13.231 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:12 smithi038 bash[13941]: cluster 2024-01-16T10:09:11.478741+0000 mgr.smithi038.dukxrr (mgr.14180) 1208 : 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-01-16T10:09:13.231 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:12 smithi038 bash[13941]: cluster 2024-01-16T10:09:11.857094+0000 mon.smithi038 (mon.0) 986 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-16T10:09:15.168 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:14 smithi133 bash[17559]: cluster 2024-01-16T10:09:13.480036+0000 mgr.smithi038.dukxrr (mgr.14180) 1209 : 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-01-16T10:09:15.169 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:14 smithi133 bash[17559]: audit 2024-01-16T10:09:13.871799+0000 mon.smithi038 (mon.0) 987 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:09:15.274 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:14 smithi038 bash[13941]: cluster 2024-01-16T10:09:13.480036+0000 mgr.smithi038.dukxrr (mgr.14180) 1209 : 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-01-16T10:09:15.274 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:14 smithi038 bash[13941]: audit 2024-01-16T10:09:13.871799+0000 mon.smithi038 (mon.0) 987 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:09:15.282 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:09:15.282 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:08:03.480952Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fzdvnw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:09:07.674693Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.odnceo on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-odnceo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-odnceo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.odnceo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.odnceo\nDeploy daemon haproxy.nfs.foo.smithi133.odnceo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:09:11.472576Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.eouevz on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-eouevz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-eouevz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.eouevz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.eouevz\nDeploy daemon haproxy.nfs.foo.smithi038.eouevz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:09:11.475411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.dlwfve on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:09:11.477573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.rkkxkq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:09:16.047 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:09:16.524 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:16 smithi038 bash[13941]: audit 2024-01-16T10:09:15.282285+0000 mgr.smithi038.dukxrr (mgr.14180) 1210 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:09:16.524 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:16 smithi038 bash[13941]: cluster 2024-01-16T10:09:15.480716+0000 mgr.smithi038.dukxrr (mgr.14180) 1211 : 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-01-16T10:09:16.668 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:16 smithi133 bash[17559]: audit 2024-01-16T10:09:15.282285+0000 mgr.smithi038.dukxrr (mgr.14180) 1210 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:09:16.668 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:16 smithi133 bash[17559]: cluster 2024-01-16T10:09:15.480716+0000 mgr.smithi038.dukxrr (mgr.14180) 1211 : 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-01-16T10:09:17.048 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:09:18.773 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:18 smithi038 bash[13941]: cluster 2024-01-16T10:09:17.481833+0000 mgr.smithi038.dukxrr (mgr.14180) 1212 : 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-01-16T10:09:18.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:18 smithi133 bash[17559]: cluster 2024-01-16T10:09:17.481833+0000 mgr.smithi038.dukxrr (mgr.14180) 1212 : 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-01-16T10:09:20.218 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:09:20.218 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:08:03.480952Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fzdvnw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:09:07.674693Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.odnceo on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-odnceo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-odnceo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.odnceo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.odnceo\nDeploy daemon haproxy.nfs.foo.smithi133.odnceo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:09:11.472576Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.eouevz on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-eouevz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-eouevz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.eouevz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.eouevz\nDeploy daemon haproxy.nfs.foo.smithi038.eouevz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:09:11.475411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.dlwfve on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:09:11.477573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.rkkxkq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:09:20.773 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:20 smithi038 bash[13941]: cluster 2024-01-16T10:09:19.483225+0000 mgr.smithi038.dukxrr (mgr.14180) 1213 : 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-01-16T10:09:20.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:20 smithi133 bash[17559]: cluster 2024-01-16T10:09:19.483225+0000 mgr.smithi038.dukxrr (mgr.14180) 1213 : 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-01-16T10:09:20.945 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:09:21.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:21 smithi133 bash[17559]: audit 2024-01-16T10:09:20.217380+0000 mgr.smithi038.dukxrr (mgr.14180) 1214 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:09:21.946 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:09:21.958 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:21 smithi038 bash[13941]: audit 2024-01-16T10:09:20.217380+0000 mgr.smithi038.dukxrr (mgr.14180) 1214 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:09:22.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:22 smithi133 bash[17559]: cluster 2024-01-16T10:09:21.484293+0000 mgr.smithi038.dukxrr (mgr.14180) 1215 : 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-01-16T10:09:23.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:22 smithi038 bash[13941]: cluster 2024-01-16T10:09:21.484293+0000 mgr.smithi038.dukxrr (mgr.14180) 1215 : 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-01-16T10:09:24.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:24 smithi133 bash[17559]: cluster 2024-01-16T10:09:23.485346+0000 mgr.smithi038.dukxrr (mgr.14180) 1216 : 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-01-16T10:09:24.971 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:09:24.971 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:08:03.480952Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fzdvnw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:09:07.674693Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.odnceo on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-odnceo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-odnceo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.odnceo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.odnceo\nDeploy daemon haproxy.nfs.foo.smithi133.odnceo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:09:11.472576Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.eouevz on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-eouevz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-eouevz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.eouevz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.eouevz\nDeploy daemon haproxy.nfs.foo.smithi038.eouevz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:09:11.475411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.dlwfve on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:09:11.477573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.rkkxkq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:09:25.023 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:24 smithi038 bash[13941]: cluster 2024-01-16T10:09:23.485346+0000 mgr.smithi038.dukxrr (mgr.14180) 1216 : 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-01-16T10:09:25.730 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:09:25.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:25 smithi133 bash[17559]: audit 2024-01-16T10:09:24.971447+0000 mgr.smithi038.dukxrr (mgr.14180) 1217 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:09:26.023 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:25 smithi038 bash[13941]: audit 2024-01-16T10:09:24.971447+0000 mgr.smithi038.dukxrr (mgr.14180) 1217 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:09:26.731 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:09:26.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:26 smithi133 bash[17559]: cluster 2024-01-16T10:09:25.486271+0000 mgr.smithi038.dukxrr (mgr.14180) 1218 : 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-01-16T10:09:27.023 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:26 smithi038 bash[13941]: cluster 2024-01-16T10:09:25.486271+0000 mgr.smithi038.dukxrr (mgr.14180) 1218 : 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-01-16T10:09:28.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:28 smithi133 bash[17559]: cluster 2024-01-16T10:09:27.487366+0000 mgr.smithi038.dukxrr (mgr.14180) 1219 : 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-01-16T10:09:28.933 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:28 smithi038 bash[13941]: cluster 2024-01-16T10:09:27.487366+0000 mgr.smithi038.dukxrr (mgr.14180) 1219 : 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-01-16T10:09:29.791 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:09:29.791 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:08:03.480952Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fzdvnw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:09:07.674693Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.odnceo on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-odnceo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-odnceo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.odnceo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.odnceo\nDeploy daemon haproxy.nfs.foo.smithi133.odnceo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:09:11.472576Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.eouevz on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-eouevz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-eouevz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.eouevz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.eouevz\nDeploy daemon haproxy.nfs.foo.smithi038.eouevz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:09:11.475411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.dlwfve on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:09:11.477573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.rkkxkq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:09:30.539 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:09:30.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:30 smithi133 bash[17559]: cluster 2024-01-16T10:09:29.488732+0000 mgr.smithi038.dukxrr (mgr.14180) 1220 : 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-01-16T10:09:30.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:30 smithi133 bash[17559]: audit 2024-01-16T10:09:29.792130+0000 mgr.smithi038.dukxrr (mgr.14180) 1221 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:09:31.023 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:30 smithi038 bash[13941]: cluster 2024-01-16T10:09:29.488732+0000 mgr.smithi038.dukxrr (mgr.14180) 1220 : 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-01-16T10:09:31.024 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:30 smithi038 bash[13941]: audit 2024-01-16T10:09:29.792130+0000 mgr.smithi038.dukxrr (mgr.14180) 1221 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:09:31.541 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:09:32.832 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:32 smithi038 bash[13941]: cluster 2024-01-16T10:09:31.489846+0000 mgr.smithi038.dukxrr (mgr.14180) 1222 : 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-01-16T10:09:32.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:32 smithi133 bash[17559]: cluster 2024-01-16T10:09:31.489846+0000 mgr.smithi038.dukxrr (mgr.14180) 1222 : 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-01-16T10:09:34.773 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:34 smithi038 bash[13941]: cluster 2024-01-16T10:09:33.491188+0000 mgr.smithi038.dukxrr (mgr.14180) 1223 : 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-01-16T10:09:34.780 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:09:34.780 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:08:03.480952Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fzdvnw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:09:07.674693Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.odnceo on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-odnceo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-odnceo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.odnceo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.odnceo\nDeploy daemon haproxy.nfs.foo.smithi133.odnceo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:09:11.472576Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.eouevz on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-eouevz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-eouevz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.eouevz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.eouevz\nDeploy daemon haproxy.nfs.foo.smithi038.eouevz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:09:11.475411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.dlwfve on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:09:11.477573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.rkkxkq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:09:34.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:34 smithi133 bash[17559]: cluster 2024-01-16T10:09:33.491188+0000 mgr.smithi038.dukxrr (mgr.14180) 1223 : 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-01-16T10:09:35.550 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:09:35.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:35 smithi133 bash[17559]: audit 2024-01-16T10:09:34.778747+0000 mgr.smithi038.dukxrr (mgr.14180) 1224 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:09:36.023 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:35 smithi038 bash[13941]: audit 2024-01-16T10:09:34.778747+0000 mgr.smithi038.dukxrr (mgr.14180) 1224 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:09:36.551 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:09:36.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:36 smithi133 bash[17559]: cluster 2024-01-16T10:09:35.492314+0000 mgr.smithi038.dukxrr (mgr.14180) 1225 : 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-01-16T10:09:37.024 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:36 smithi038 bash[13941]: cluster 2024-01-16T10:09:35.492314+0000 mgr.smithi038.dukxrr (mgr.14180) 1225 : 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-01-16T10:09:38.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:38 smithi133 bash[17559]: cluster 2024-01-16T10:09:37.493456+0000 mgr.smithi038.dukxrr (mgr.14180) 1226 : 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-01-16T10:09:38.934 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:38 smithi038 bash[13941]: cluster 2024-01-16T10:09:37.493456+0000 mgr.smithi038.dukxrr (mgr.14180) 1226 : 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-01-16T10:09:39.749 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:09:39.749 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:08:03.480952Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fzdvnw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:09:07.674693Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.odnceo on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-odnceo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-odnceo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.odnceo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.odnceo\nDeploy daemon haproxy.nfs.foo.smithi133.odnceo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:09:11.472576Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.eouevz on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-eouevz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-eouevz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.eouevz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.eouevz\nDeploy daemon haproxy.nfs.foo.smithi038.eouevz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:09:11.475411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.dlwfve on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:09:11.477573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.rkkxkq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:09:40.501 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:09:40.773 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:40 smithi038 bash[13941]: cluster 2024-01-16T10:09:39.494739+0000 mgr.smithi038.dukxrr (mgr.14180) 1227 : 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-01-16T10:09:40.773 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:40 smithi038 bash[13941]: audit 2024-01-16T10:09:39.749686+0000 mgr.smithi038.dukxrr (mgr.14180) 1228 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:09:40.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:40 smithi133 bash[17559]: cluster 2024-01-16T10:09:39.494739+0000 mgr.smithi038.dukxrr (mgr.14180) 1227 : 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-01-16T10:09:40.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:40 smithi133 bash[17559]: audit 2024-01-16T10:09:39.749686+0000 mgr.smithi038.dukxrr (mgr.14180) 1228 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:09:41.503 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:09:42.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:42 smithi133 bash[17559]: cluster 2024-01-16T10:09:41.495874+0000 mgr.smithi038.dukxrr (mgr.14180) 1229 : 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-01-16T10:09:42.946 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:42 smithi038 bash[13941]: cluster 2024-01-16T10:09:41.495874+0000 mgr.smithi038.dukxrr (mgr.14180) 1229 : 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-01-16T10:09:44.681 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:09:44.681 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:08:03.480952Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fzdvnw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:09:07.674693Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.odnceo on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-odnceo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-odnceo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.odnceo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.odnceo\nDeploy daemon haproxy.nfs.foo.smithi133.odnceo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:09:11.472576Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.eouevz on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-eouevz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-eouevz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.eouevz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.eouevz\nDeploy daemon haproxy.nfs.foo.smithi038.eouevz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:09:11.475411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.dlwfve on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:09:11.477573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.rkkxkq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:09:44.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:44 smithi133 bash[17559]: cluster 2024-01-16T10:09:43.497449+0000 mgr.smithi038.dukxrr (mgr.14180) 1230 : 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-01-16T10:09:44.929 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:44 smithi038 bash[13941]: cluster 2024-01-16T10:09:43.497449+0000 mgr.smithi038.dukxrr (mgr.14180) 1230 : 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-01-16T10:09:45.458 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:09:45.773 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:45 smithi038 bash[13941]: audit 2024-01-16T10:09:44.686034+0000 mgr.smithi038.dukxrr (mgr.14180) 1231 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:09:45.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:45 smithi133 bash[17559]: audit 2024-01-16T10:09:44.686034+0000 mgr.smithi038.dukxrr (mgr.14180) 1231 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:09:46.460 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:09:46.773 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:46 smithi038 bash[13941]: cluster 2024-01-16T10:09:45.498555+0000 mgr.smithi038.dukxrr (mgr.14180) 1232 : 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-01-16T10:09:46.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:46 smithi133 bash[17559]: cluster 2024-01-16T10:09:45.498555+0000 mgr.smithi038.dukxrr (mgr.14180) 1232 : 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-01-16T10:09:48.774 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:48 smithi038 bash[13941]: cluster 2024-01-16T10:09:47.499688+0000 mgr.smithi038.dukxrr (mgr.14180) 1233 : 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-01-16T10:09:48.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:48 smithi133 bash[17559]: cluster 2024-01-16T10:09:47.499688+0000 mgr.smithi038.dukxrr (mgr.14180) 1233 : 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-01-16T10:09:49.739 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:09:49.740 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:08:03.480952Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fzdvnw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:09:07.674693Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.odnceo on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-odnceo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-odnceo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.odnceo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.odnceo\nDeploy daemon haproxy.nfs.foo.smithi133.odnceo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:09:11.472576Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.eouevz on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-eouevz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-eouevz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.eouevz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.eouevz\nDeploy daemon haproxy.nfs.foo.smithi038.eouevz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:09:11.475411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.dlwfve on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:09:11.477573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.rkkxkq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:09:50.539 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:09:50.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:50 smithi133 bash[17559]: cluster 2024-01-16T10:09:49.500615+0000 mgr.smithi038.dukxrr (mgr.14180) 1234 : 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-01-16T10:09:50.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:50 smithi133 bash[17559]: audit 2024-01-16T10:09:49.738167+0000 mgr.smithi038.dukxrr (mgr.14180) 1235 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:09:51.023 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:50 smithi038 bash[13941]: cluster 2024-01-16T10:09:49.500615+0000 mgr.smithi038.dukxrr (mgr.14180) 1234 : 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-01-16T10:09:51.023 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:50 smithi038 bash[13941]: audit 2024-01-16T10:09:49.738167+0000 mgr.smithi038.dukxrr (mgr.14180) 1235 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:09:51.539 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:09:52.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:52 smithi133 bash[17559]: cluster 2024-01-16T10:09:51.501701+0000 mgr.smithi038.dukxrr (mgr.14180) 1236 : 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-01-16T10:09:52.945 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:52 smithi038 bash[13941]: cluster 2024-01-16T10:09:51.501701+0000 mgr.smithi038.dukxrr (mgr.14180) 1236 : 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-01-16T10:09:54.716 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:09:54.717 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:08:03.480952Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fzdvnw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:09:07.674693Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.odnceo on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-odnceo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-odnceo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.odnceo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.odnceo\nDeploy daemon haproxy.nfs.foo.smithi133.odnceo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:09:11.472576Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.eouevz on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-eouevz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-eouevz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.eouevz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.eouevz\nDeploy daemon haproxy.nfs.foo.smithi038.eouevz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:09:11.475411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.dlwfve on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:09:11.477573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.rkkxkq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:09:54.910 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:54 smithi038 bash[13941]: cluster 2024-01-16T10:09:53.502509+0000 mgr.smithi038.dukxrr (mgr.14180) 1237 : 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-01-16T10:09:54.917 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:54 smithi133 bash[17559]: cluster 2024-01-16T10:09:53.502509+0000 mgr.smithi038.dukxrr (mgr.14180) 1237 : 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-01-16T10:09:55.454 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:09:55.773 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:55 smithi038 bash[13941]: audit 2024-01-16T10:09:54.718723+0000 mgr.smithi038.dukxrr (mgr.14180) 1238 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:09:55.917 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:55 smithi133 bash[17559]: audit 2024-01-16T10:09:54.718723+0000 mgr.smithi038.dukxrr (mgr.14180) 1238 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:09:56.455 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:09:56.773 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:56 smithi038 bash[13941]: cluster 2024-01-16T10:09:55.503624+0000 mgr.smithi038.dukxrr (mgr.14180) 1239 : 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-01-16T10:09:56.917 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:56 smithi133 bash[17559]: cluster 2024-01-16T10:09:55.503624+0000 mgr.smithi038.dukxrr (mgr.14180) 1239 : 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-01-16T10:09:58.773 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:09:58 smithi038 bash[13941]: cluster 2024-01-16T10:09:57.504736+0000 mgr.smithi038.dukxrr (mgr.14180) 1240 : 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-01-16T10:09:59.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:09:58 smithi133 bash[17559]: cluster 2024-01-16T10:09:57.504736+0000 mgr.smithi038.dukxrr (mgr.14180) 1240 : 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-01-16T10:09:59.638 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:09:59.638 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:08:03.480952Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fzdvnw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:09:07.674693Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.odnceo on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-odnceo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-odnceo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.odnceo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.odnceo\nDeploy daemon haproxy.nfs.foo.smithi133.odnceo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:09:11.472576Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.eouevz on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-eouevz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-eouevz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.eouevz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.eouevz\nDeploy daemon haproxy.nfs.foo.smithi038.eouevz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:09:11.475411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.dlwfve on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:09:11.477573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.rkkxkq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:10:00.408 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:10:01.023 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:00 smithi038 bash[13941]: cluster 2024-01-16T10:09:59.505952+0000 mgr.smithi038.dukxrr (mgr.14180) 1241 : 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-01-16T10:10:01.023 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:00 smithi038 bash[13941]: audit 2024-01-16T10:09:59.637962+0000 mgr.smithi038.dukxrr (mgr.14180) 1242 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:10:01.023 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:00 smithi038 bash[13941]: cluster 2024-01-16T10:10:00.000187+0000 mon.smithi038 (mon.0) 988 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2024-01-16T10:10:01.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:00 smithi133 bash[17559]: cluster 2024-01-16T10:09:59.505952+0000 mgr.smithi038.dukxrr (mgr.14180) 1241 : 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-01-16T10:10:01.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:00 smithi133 bash[17559]: audit 2024-01-16T10:09:59.637962+0000 mgr.smithi038.dukxrr (mgr.14180) 1242 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:10:01.168 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:00 smithi133 bash[17559]: cluster 2024-01-16T10:10:00.000187+0000 mon.smithi038 (mon.0) 988 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2024-01-16T10:10:01.409 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:10:02.773 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:02 smithi038 bash[13941]: cluster 2024-01-16T10:10:01.506999+0000 mgr.smithi038.dukxrr (mgr.14180) 1243 : 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-01-16T10:10:03.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:02 smithi133 bash[17559]: cluster 2024-01-16T10:10:01.506999+0000 mgr.smithi038.dukxrr (mgr.14180) 1243 : 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-01-16T10:10:04.436 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:10:04.436 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:08:03.480952Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fzdvnw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:09:07.674693Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.odnceo on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-odnceo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-odnceo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.odnceo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.odnceo\nDeploy daemon haproxy.nfs.foo.smithi133.odnceo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:09:11.472576Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.eouevz on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-eouevz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-eouevz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.eouevz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.eouevz\nDeploy daemon haproxy.nfs.foo.smithi038.eouevz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:09:11.475411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.dlwfve on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:09:11.477573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.rkkxkq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:10:04.774 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:04 smithi038 bash[13941]: cluster 2024-01-16T10:10:03.508424+0000 mgr.smithi038.dukxrr (mgr.14180) 1244 : 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-01-16T10:10:05.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:04 smithi133 bash[17559]: cluster 2024-01-16T10:10:03.508424+0000 mgr.smithi038.dukxrr (mgr.14180) 1244 : 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-01-16T10:10:05.202 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:10:06.023 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:05 smithi038 bash[13941]: audit 2024-01-16T10:10:04.437659+0000 mgr.smithi038.dukxrr (mgr.14180) 1245 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:10:06.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:05 smithi133 bash[17559]: audit 2024-01-16T10:10:04.437659+0000 mgr.smithi038.dukxrr (mgr.14180) 1245 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:10:06.203 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:10:07.023 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:06 smithi038 bash[13941]: cluster 2024-01-16T10:10:05.509479+0000 mgr.smithi038.dukxrr (mgr.14180) 1246 : 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-01-16T10:10:07.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:06 smithi133 bash[17559]: cluster 2024-01-16T10:10:05.509479+0000 mgr.smithi038.dukxrr (mgr.14180) 1246 : 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-01-16T10:10:09.022 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:08 smithi038 bash[13941]: cluster 2024-01-16T10:10:07.510682+0000 mgr.smithi038.dukxrr (mgr.14180) 1247 : 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-01-16T10:10:09.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:08 smithi133 bash[17559]: cluster 2024-01-16T10:10:07.510682+0000 mgr.smithi038.dukxrr (mgr.14180) 1247 : 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-01-16T10:10:09.244 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:10:09.244 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:08:03.480952Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fzdvnw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:09:07.674693Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.odnceo on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-odnceo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-odnceo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.odnceo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.odnceo\nDeploy daemon haproxy.nfs.foo.smithi133.odnceo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:09:11.472576Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.eouevz on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-eouevz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-eouevz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.eouevz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.eouevz\nDeploy daemon haproxy.nfs.foo.smithi038.eouevz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:09:11.475411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.dlwfve on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:09:11.477573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.rkkxkq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:10:09.997 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:10:10.998 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:10:11.012 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:10 smithi038 bash[13941]: audit 2024-01-16T10:10:09.245272+0000 mgr.smithi038.dukxrr (mgr.14180) 1248 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:10:11.012 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:10 smithi038 bash[13941]: cluster 2024-01-16T10:10:09.512078+0000 mgr.smithi038.dukxrr (mgr.14180) 1249 : 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-01-16T10:10:11.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:10 smithi133 bash[17559]: audit 2024-01-16T10:10:09.245272+0000 mgr.smithi038.dukxrr (mgr.14180) 1248 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:10:11.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:10 smithi133 bash[17559]: cluster 2024-01-16T10:10:09.512078+0000 mgr.smithi038.dukxrr (mgr.14180) 1249 : 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-01-16T10:10:12.023 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:11 smithi038 bash[13941]: audit 2024-01-16T10:10:11.482767+0000 mon.smithi038 (mon.0) 989 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T10:10:12.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:11 smithi133 bash[17559]: audit 2024-01-16T10:10:11.482767+0000 mon.smithi038 (mon.0) 989 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T10:10:13.023 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:12 smithi038 bash[13941]: cluster 2024-01-16T10:10:11.513072+0000 mgr.smithi038.dukxrr (mgr.14180) 1250 : 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-01-16T10:10:13.023 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:12 smithi038 bash[13941]: audit 2024-01-16T10:10:11.787881+0000 mon.smithi038 (mon.0) 990 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T10:10:13.023 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:12 smithi038 bash[13941]: audit 2024-01-16T10:10:11.789280+0000 mon.smithi038 (mon.0) 991 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T10:10:13.023 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:12 smithi038 bash[13941]: audit 2024-01-16T10:10:11.796708+0000 mon.smithi038 (mon.0) 992 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:10:13.023 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:12 smithi038 bash[13941]: cluster 2024-01-16T10:10:11.797447+0000 mgr.smithi038.dukxrr (mgr.14180) 1251 : cluster [DBG] pgmap v825: 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-01-16T10:10:13.023 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:12 smithi038 bash[13941]: audit 2024-01-16T10:10:11.801739+0000 mon.smithi038 (mon.0) 993 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T10:10:13.023 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:12 smithi038 bash[13941]: audit 2024-01-16T10:10:11.812855+0000 mon.smithi038 (mon.0) 994 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:10:13.023 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:12 smithi038 bash[13941]: cephadm 2024-01-16T10:10:11.815600+0000 mgr.smithi038.dukxrr (mgr.14180) 1252 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi133.lovxgf on smithi133 2024-01-16T10:10:13.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:12 smithi133 bash[17559]: cluster 2024-01-16T10:10:11.513072+0000 mgr.smithi038.dukxrr (mgr.14180) 1250 : 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-01-16T10:10:13.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:12 smithi133 bash[17559]: audit 2024-01-16T10:10:11.787881+0000 mon.smithi038 (mon.0) 990 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T10:10:13.168 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:12 smithi133 bash[17559]: audit 2024-01-16T10:10:11.789280+0000 mon.smithi038 (mon.0) 991 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T10:10:13.168 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:12 smithi133 bash[17559]: audit 2024-01-16T10:10:11.796708+0000 mon.smithi038 (mon.0) 992 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:10:13.168 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:12 smithi133 bash[17559]: cluster 2024-01-16T10:10:11.797447+0000 mgr.smithi038.dukxrr (mgr.14180) 1251 : cluster [DBG] pgmap v825: 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-01-16T10:10:13.168 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:12 smithi133 bash[17559]: audit 2024-01-16T10:10:11.801739+0000 mon.smithi038 (mon.0) 993 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T10:10:13.168 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:12 smithi133 bash[17559]: audit 2024-01-16T10:10:11.812855+0000 mon.smithi038 (mon.0) 994 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:10:13.168 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:12 smithi133 bash[17559]: cephadm 2024-01-16T10:10:11.815600+0000 mgr.smithi038.dukxrr (mgr.14180) 1252 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi133.lovxgf on smithi133 2024-01-16T10:10:14.022 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:13 smithi038 bash[13941]: cluster 2024-01-16T10:10:12.794291+0000 mon.smithi038 (mon.0) 995 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-16T10:10:14.023 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:13 smithi038 bash[13941]: cluster 2024-01-16T10:10:12.794342+0000 mon.smithi038 (mon.0) 996 : cluster [INF] Cluster is now healthy 2024-01-16T10:10:14.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:13 smithi133 bash[17559]: cluster 2024-01-16T10:10:12.794291+0000 mon.smithi038 (mon.0) 995 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-16T10:10:14.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:13 smithi133 bash[17559]: cluster 2024-01-16T10:10:12.794342+0000 mon.smithi038 (mon.0) 996 : cluster [INF] Cluster is now healthy 2024-01-16T10:10:14.206 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:10:14.206 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:08:03.480952Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.fzdvnw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:09:07.674693Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.odnceo on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-odnceo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-odnceo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.odnceo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.odnceo\nDeploy daemon haproxy.nfs.foo.smithi133.odnceo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:09:11.472576Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.eouevz on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-eouevz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-eouevz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.eouevz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.eouevz\nDeploy daemon haproxy.nfs.foo.smithi038.eouevz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:09:11.475411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.dlwfve on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:09:11.477573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.rkkxkq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:10:14.956 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:10:15.022 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:14 smithi038 bash[13941]: cluster 2024-01-16T10:10:13.798303+0000 mgr.smithi038.dukxrr (mgr.14180) 1253 : cluster [DBG] pgmap v826: 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-01-16T10:10:15.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:14 smithi133 bash[17559]: cluster 2024-01-16T10:10:13.798303+0000 mgr.smithi038.dukxrr (mgr.14180) 1253 : cluster [DBG] pgmap v826: 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-01-16T10:10:15.958 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:10:16.022 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:15 smithi038 bash[13941]: audit 2024-01-16T10:10:14.205997+0000 mgr.smithi038.dukxrr (mgr.14180) 1254 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:10:16.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:15 smithi133 bash[17559]: audit 2024-01-16T10:10:14.205997+0000 mgr.smithi038.dukxrr (mgr.14180) 1254 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:10:17.023 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:16 smithi038 bash[13941]: cluster 2024-01-16T10:10:15.799201+0000 mgr.smithi038.dukxrr (mgr.14180) 1255 : cluster [DBG] pgmap v827: 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-01-16T10:10:17.023 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:16 smithi038 bash[13941]: cephadm 2024-01-16T10:10:16.017806+0000 mgr.smithi038.dukxrr (mgr.14180) 1256 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-lovxgf 2024-01-16T10:10:17.024 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:16 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:10:17.024 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:16 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-lovxgf 2024-01-16T10:10:17.024 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:16 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.lovxgf 2024-01-16T10:10:17.024 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:16 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:10:17.024 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:16 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.lovxgf 2024-01-16T10:10:17.024 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:16 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.lovxgf ... 2024-01-16T10:10:17.024 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:16 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:10:17.024 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:16 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:10:17.024 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:16 smithi038 bash[13941]: stat: stderr 2.3: Pulling from library/haproxy 2024-01-16T10:10:17.024 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:16 smithi038 bash[13941]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:10:17.024 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:16 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:10:17.024 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:16 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:10:17.024 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:16 smithi038 bash[13941]: Traceback (most recent call last): 2024-01-16T10:10:17.025 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:16 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T10:10:17.025 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:16 smithi038 bash[13941]: yield (conn, connr) 2024-01-16T10:10:17.025 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:16 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T10:10:17.025 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:16 smithi038 bash[13941]: code, '\n'.join(err))) 2024-01-16T10:10:17.025 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:16 smithi038 bash[13941]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-lovxgf 2024-01-16T10:10:17.025 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:16 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:10:17.025 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:16 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-lovxgf 2024-01-16T10:10:17.025 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:16 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.lovxgf 2024-01-16T10:10:17.025 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:16 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:10:17.025 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:16 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.lovxgf 2024-01-16T10:10:17.025 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:16 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.lovxgf ... 2024-01-16T10:10:17.025 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:16 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:10:17.025 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:16 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:10:17.026 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:16 smithi038 bash[13941]: stat: stderr 2.3: Pulling from library/haproxy 2024-01-16T10:10:17.026 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:16 smithi038 bash[13941]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:10:17.026 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:16 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:10:17.026 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:16 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:10:17.026 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:16 smithi038 bash[13941]: cephadm 2024-01-16T10:10:16.018421+0000 mgr.smithi038.dukxrr (mgr.14180) 1257 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi133.lovxgf 2024-01-16T10:10:17.026 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:16 smithi038 bash[13941]: audit 2024-01-16T10:10:16.019250+0000 mon.smithi038 (mon.0) 997 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi133.lovxgf"}]: dispatch 2024-01-16T10:10:17.026 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:16 smithi038 bash[13941]: cephadm 2024-01-16T10:10:16.020987+0000 mgr.smithi038.dukxrr (mgr.14180) 1258 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi133.lovxgf on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-lovxgf 2024-01-16T10:10:17.026 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:16 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:10:17.026 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:16 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-lovxgf 2024-01-16T10:10:17.026 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:16 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.lovxgf 2024-01-16T10:10:17.027 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:16 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:10:17.027 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:16 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.lovxgf 2024-01-16T10:10:17.027 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:16 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.lovxgf ... 2024-01-16T10:10:17.027 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:16 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:10:17.027 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:16 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:10:17.027 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:16 smithi038 bash[13941]: stat: stderr 2.3: Pulling from library/haproxy 2024-01-16T10:10:17.027 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:16 smithi038 bash[13941]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:10:17.027 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:16 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:10:17.027 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:16 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:10:17.027 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:16 smithi038 bash[13941]: cephadm 2024-01-16T10:10:16.025890+0000 mgr.smithi038.dukxrr (mgr.14180) 1259 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.kqznpu on smithi038 2024-01-16T10:10:17.168 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:16 smithi133 bash[17559]: cluster 2024-01-16T10:10:15.799201+0000 mgr.smithi038.dukxrr (mgr.14180) 1255 : cluster [DBG] pgmap v827: 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-01-16T10:10:17.168 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:16 smithi133 bash[17559]: cephadm 2024-01-16T10:10:16.017806+0000 mgr.smithi038.dukxrr (mgr.14180) 1256 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-lovxgf 2024-01-16T10:10:17.168 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:16 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:10:17.168 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:16 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-lovxgf 2024-01-16T10:10:17.168 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:16 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.lovxgf 2024-01-16T10:10:17.168 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:16 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:10:17.168 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:16 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.lovxgf 2024-01-16T10:10:17.169 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:16 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.lovxgf ... 2024-01-16T10:10:17.169 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:16 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:10:17.169 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:16 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:10:17.169 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:16 smithi133 bash[17559]: stat: stderr 2.3: Pulling from library/haproxy 2024-01-16T10:10:17.169 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:16 smithi133 bash[17559]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:10:17.169 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:16 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:10:17.169 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:16 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:10:17.169 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:16 smithi133 bash[17559]: Traceback (most recent call last): 2024-01-16T10:10:17.169 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:16 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T10:10:17.169 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:16 smithi133 bash[17559]: yield (conn, connr) 2024-01-16T10:10:17.169 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:16 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T10:10:17.169 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:16 smithi133 bash[17559]: code, '\n'.join(err))) 2024-01-16T10:10:17.169 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:16 smithi133 bash[17559]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-lovxgf 2024-01-16T10:10:17.169 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:16 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:10:17.169 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:16 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-lovxgf 2024-01-16T10:10:17.169 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:16 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.lovxgf 2024-01-16T10:10:17.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:16 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:10:17.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:16 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.lovxgf 2024-01-16T10:10:17.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:16 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.lovxgf ... 2024-01-16T10:10:17.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:16 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:10:17.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:16 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:10:17.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:16 smithi133 bash[17559]: stat: stderr 2.3: Pulling from library/haproxy 2024-01-16T10:10:17.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:16 smithi133 bash[17559]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:10:17.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:16 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:10:17.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:16 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:10:17.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:16 smithi133 bash[17559]: cephadm 2024-01-16T10:10:16.018421+0000 mgr.smithi038.dukxrr (mgr.14180) 1257 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi133.lovxgf 2024-01-16T10:10:17.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:16 smithi133 bash[17559]: audit 2024-01-16T10:10:16.019250+0000 mon.smithi038 (mon.0) 997 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi133.lovxgf"}]: dispatch 2024-01-16T10:10:17.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:16 smithi133 bash[17559]: cephadm 2024-01-16T10:10:16.020987+0000 mgr.smithi038.dukxrr (mgr.14180) 1258 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi133.lovxgf on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-lovxgf 2024-01-16T10:10:17.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:16 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:10:17.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:16 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-lovxgf 2024-01-16T10:10:17.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:16 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.lovxgf 2024-01-16T10:10:17.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:16 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:10:17.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:16 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.lovxgf 2024-01-16T10:10:17.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:16 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.lovxgf ... 2024-01-16T10:10:17.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:16 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:10:17.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:16 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:10:17.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:16 smithi133 bash[17559]: stat: stderr 2.3: Pulling from library/haproxy 2024-01-16T10:10:17.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:16 smithi133 bash[17559]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:10:17.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:16 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:10:17.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:16 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:10:17.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:16 smithi133 bash[17559]: cephadm 2024-01-16T10:10:16.025890+0000 mgr.smithi038.dukxrr (mgr.14180) 1259 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.kqznpu on smithi038 2024-01-16T10:10:19.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:18 smithi133 bash[17559]: cluster 2024-01-16T10:10:17.800235+0000 mgr.smithi038.dukxrr (mgr.14180) 1260 : cluster [DBG] pgmap v828: 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-01-16T10:10:19.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:18 smithi133 bash[17559]: audit 2024-01-16T10:10:17.854721+0000 mon.smithi038 (mon.0) 998 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:10:19.270 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:10:19.270 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:09:07.674693Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.odnceo on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-odnceo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-odnceo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.odnceo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.odnceo\nDeploy daemon haproxy.nfs.foo.smithi133.odnceo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:09:11.472576Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.eouevz on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-eouevz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-eouevz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.eouevz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.eouevz\nDeploy daemon haproxy.nfs.foo.smithi038.eouevz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:09:11.475411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.dlwfve on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:09:11.477573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.rkkxkq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:10:16.020766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lovxgf on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-lovxgf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-lovxgf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.lovxgf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.lovxgf\nDeploy daemon haproxy.nfs.foo.smithi133.lovxgf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -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.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:10:19.272 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:18 smithi038 bash[13941]: cluster 2024-01-16T10:10:17.800235+0000 mgr.smithi038.dukxrr (mgr.14180) 1260 : cluster [DBG] pgmap v828: 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-01-16T10:10:19.272 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:18 smithi038 bash[13941]: audit 2024-01-16T10:10:17.854721+0000 mon.smithi038 (mon.0) 998 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:10:20.098 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:10:21.099 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:10:21.113 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:20 smithi038 bash[13941]: audit 2024-01-16T10:10:19.271284+0000 mgr.smithi038.dukxrr (mgr.14180) 1261 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:10:21.113 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:20 smithi038 bash[13941]: cluster 2024-01-16T10:10:19.801041+0000 mgr.smithi038.dukxrr (mgr.14180) 1262 : 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-01-16T10:10:21.113 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:20 smithi038 bash[13941]: audit 2024-01-16T10:10:20.251680+0000 mon.smithi038 (mon.0) 999 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi038.kqznpu"}]: dispatch 2024-01-16T10:10:21.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:20 smithi133 bash[17559]: audit 2024-01-16T10:10:19.271284+0000 mgr.smithi038.dukxrr (mgr.14180) 1261 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:10:21.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:20 smithi133 bash[17559]: cluster 2024-01-16T10:10:19.801041+0000 mgr.smithi038.dukxrr (mgr.14180) 1262 : 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-01-16T10:10:21.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:20 smithi133 bash[17559]: audit 2024-01-16T10:10:20.251680+0000 mon.smithi038 (mon.0) 999 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi038.kqznpu"}]: dispatch 2024-01-16T10:10:22.168 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:21 smithi133 bash[17559]: cephadm 2024-01-16T10:10:20.250546+0000 mgr.smithi038.dukxrr (mgr.14180) 1263 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kqznpu 2024-01-16T10:10:22.168 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:21 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:10:22.168 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:21 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kqznpu 2024-01-16T10:10:22.168 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:21 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kqznpu 2024-01-16T10:10:22.168 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:21 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:10:22.168 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:21 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kqznpu 2024-01-16T10:10:22.169 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:21 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.kqznpu ... 2024-01-16T10:10:22.169 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:21 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:10:22.169 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:21 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:10:22.169 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:21 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:10:22.169 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:21 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:10:22.169 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:21 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:10:22.169 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:21 smithi133 bash[17559]: Traceback (most recent call last): 2024-01-16T10:10:22.169 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:21 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T10:10:22.169 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:21 smithi133 bash[17559]: yield (conn, connr) 2024-01-16T10:10:22.169 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:21 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T10:10:22.169 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:21 smithi133 bash[17559]: code, '\n'.join(err))) 2024-01-16T10:10:22.169 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:21 smithi133 bash[17559]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kqznpu 2024-01-16T10:10:22.169 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:21 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:10:22.169 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:21 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kqznpu 2024-01-16T10:10:22.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:21 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kqznpu 2024-01-16T10:10:22.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:21 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:10:22.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:21 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kqznpu 2024-01-16T10:10:22.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:21 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.kqznpu ... 2024-01-16T10:10:22.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:21 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:10:22.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:21 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:10:22.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:21 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:10:22.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:21 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:10:22.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:21 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:10:22.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:21 smithi133 bash[17559]: cephadm 2024-01-16T10:10:20.250980+0000 mgr.smithi038.dukxrr (mgr.14180) 1264 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi038.kqznpu 2024-01-16T10:10:22.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:21 smithi133 bash[17559]: cephadm 2024-01-16T10:10:20.253224+0000 mgr.smithi038.dukxrr (mgr.14180) 1265 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi038.kqznpu on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kqznpu 2024-01-16T10:10:22.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:21 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:10:22.170 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:21 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kqznpu 2024-01-16T10:10:22.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:21 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kqznpu 2024-01-16T10:10:22.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:21 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:10:22.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:21 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kqznpu 2024-01-16T10:10:22.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:21 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.kqznpu ... 2024-01-16T10:10:22.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:21 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:10:22.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:21 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:10:22.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:21 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:10:22.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:21 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:10:22.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:21 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:10:22.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:21 smithi133 bash[17559]: cephadm 2024-01-16T10:10:20.255200+0000 mgr.smithi038.dukxrr (mgr.14180) 1266 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi133.itbcjv on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:10:22.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:21 smithi133 bash[17559]: cephadm 2024-01-16T10:10:20.256817+0000 mgr.smithi038.dukxrr (mgr.14180) 1267 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi038.zkvmio on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:10:22.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:21 smithi133 bash[17559]: cluster 2024-01-16T10:10:20.257724+0000 mgr.smithi038.dukxrr (mgr.14180) 1268 : cluster [DBG] pgmap v830: 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-01-16T10:10:22.171 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:21 smithi133 bash[17559]: cluster 2024-01-16T10:10:21.208995+0000 mon.smithi038 (mon.0) 1000 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-16T10:10:22.206 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:21 smithi038 bash[13941]: cephadm 2024-01-16T10:10:20.250546+0000 mgr.smithi038.dukxrr (mgr.14180) 1263 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kqznpu 2024-01-16T10:10:22.206 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:21 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:10:22.206 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:21 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kqznpu 2024-01-16T10:10:22.206 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:21 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kqznpu 2024-01-16T10:10:22.206 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:21 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:10:22.206 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:21 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kqznpu 2024-01-16T10:10:22.207 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:21 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.kqznpu ... 2024-01-16T10:10:22.207 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:21 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:10:22.207 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:21 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:10:22.207 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:21 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:10:22.207 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:21 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:10:22.207 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:21 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:10:22.207 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:21 smithi038 bash[13941]: Traceback (most recent call last): 2024-01-16T10:10:22.207 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:21 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T10:10:22.207 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:21 smithi038 bash[13941]: yield (conn, connr) 2024-01-16T10:10:22.207 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:21 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T10:10:22.207 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:21 smithi038 bash[13941]: code, '\n'.join(err))) 2024-01-16T10:10:22.207 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:21 smithi038 bash[13941]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kqznpu 2024-01-16T10:10:22.207 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:21 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:10:22.207 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:21 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kqznpu 2024-01-16T10:10:22.207 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:21 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kqznpu 2024-01-16T10:10:22.208 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:21 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:10:22.208 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:21 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kqznpu 2024-01-16T10:10:22.208 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:21 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.kqznpu ... 2024-01-16T10:10:22.208 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:21 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:10:22.208 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:21 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:10:22.208 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:21 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:10:22.208 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:21 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:10:22.208 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:21 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:10:22.208 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:21 smithi038 bash[13941]: cephadm 2024-01-16T10:10:20.250980+0000 mgr.smithi038.dukxrr (mgr.14180) 1264 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi038.kqznpu 2024-01-16T10:10:22.208 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:21 smithi038 bash[13941]: cephadm 2024-01-16T10:10:20.253224+0000 mgr.smithi038.dukxrr (mgr.14180) 1265 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi038.kqznpu on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kqznpu 2024-01-16T10:10:22.208 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:21 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:10:22.208 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:21 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kqznpu 2024-01-16T10:10:22.208 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:21 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kqznpu 2024-01-16T10:10:22.209 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:21 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:10:22.209 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:21 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kqznpu 2024-01-16T10:10:22.209 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:21 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.kqznpu ... 2024-01-16T10:10:22.209 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:21 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:10:22.209 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:21 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:10:22.209 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:21 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:10:22.209 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:21 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:10:22.209 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:21 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:10:22.209 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:21 smithi038 bash[13941]: cephadm 2024-01-16T10:10:20.255200+0000 mgr.smithi038.dukxrr (mgr.14180) 1266 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi133.itbcjv on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:10:22.209 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:21 smithi038 bash[13941]: cephadm 2024-01-16T10:10:20.256817+0000 mgr.smithi038.dukxrr (mgr.14180) 1267 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi038.zkvmio on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:10:22.209 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:21 smithi038 bash[13941]: cluster 2024-01-16T10:10:20.257724+0000 mgr.smithi038.dukxrr (mgr.14180) 1268 : cluster [DBG] pgmap v830: 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-01-16T10:10:22.209 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:21 smithi038 bash[13941]: cluster 2024-01-16T10:10:21.208995+0000 mon.smithi038 (mon.0) 1000 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-16T10:10:24.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:23 smithi133 bash[17559]: cluster 2024-01-16T10:10:22.258531+0000 mgr.smithi038.dukxrr (mgr.14180) 1269 : cluster [DBG] pgmap v831: 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-01-16T10:10:24.272 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:23 smithi038 bash[13941]: cluster 2024-01-16T10:10:22.258531+0000 mgr.smithi038.dukxrr (mgr.14180) 1269 : cluster [DBG] pgmap v831: 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-01-16T10:10:24.390 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:10:24.390 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:09:11.477573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.rkkxkq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:10:16.020766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lovxgf on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-lovxgf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-lovxgf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.lovxgf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.lovxgf\nDeploy daemon haproxy.nfs.foo.smithi133.lovxgf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:10:20.253084Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.kqznpu on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kqznpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kqznpu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kqznpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kqznpu\nDeploy daemon haproxy.nfs.foo.smithi038.kqznpu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:10:20.255094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.itbcjv on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:10:20.256720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.zkvmio on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:10:25.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:24 smithi133 bash[17559]: audit 2024-01-16T10:10:23.914889+0000 mon.smithi038 (mon.0) 1001 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:10:25.181 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:24 smithi038 bash[13941]: audit 2024-01-16T10:10:23.914889+0000 mon.smithi038 (mon.0) 1001 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:10:25.183 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:10:26.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:25 smithi133 bash[17559]: cluster 2024-01-16T10:10:24.259617+0000 mgr.smithi038.dukxrr (mgr.14180) 1270 : cluster [DBG] pgmap v832: 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-01-16T10:10:26.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:25 smithi133 bash[17559]: audit 2024-01-16T10:10:24.389438+0000 mgr.smithi038.dukxrr (mgr.14180) 1271 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:10:26.183 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:10:26.197 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:25 smithi038 bash[13941]: cluster 2024-01-16T10:10:24.259617+0000 mgr.smithi038.dukxrr (mgr.14180) 1270 : cluster [DBG] pgmap v832: 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-01-16T10:10:26.197 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:25 smithi038 bash[13941]: audit 2024-01-16T10:10:24.389438+0000 mgr.smithi038.dukxrr (mgr.14180) 1271 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:10:28.022 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:27 smithi038 bash[13941]: cluster 2024-01-16T10:10:26.260361+0000 mgr.smithi038.dukxrr (mgr.14180) 1272 : cluster [DBG] pgmap v833: 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-01-16T10:10:28.417 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:27 smithi133 bash[17559]: cluster 2024-01-16T10:10:26.260361+0000 mgr.smithi038.dukxrr (mgr.14180) 1272 : cluster [DBG] pgmap v833: 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-01-16T10:10:29.504 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:10:29.504 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:09:11.477573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.rkkxkq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:10:16.020766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lovxgf on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-lovxgf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-lovxgf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.lovxgf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.lovxgf\nDeploy daemon haproxy.nfs.foo.smithi133.lovxgf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:10:20.253084Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.kqznpu on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kqznpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kqznpu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kqznpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kqznpu\nDeploy daemon haproxy.nfs.foo.smithi038.kqznpu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:10:20.255094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.itbcjv on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:10:20.256720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.zkvmio on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:10:30.022 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:29 smithi038 bash[13941]: cluster 2024-01-16T10:10:28.261386+0000 mgr.smithi038.dukxrr (mgr.14180) 1273 : cluster [DBG] pgmap v834: 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-01-16T10:10:30.256 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:10:30.417 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:29 smithi133 bash[17559]: cluster 2024-01-16T10:10:28.261386+0000 mgr.smithi038.dukxrr (mgr.14180) 1273 : cluster [DBG] pgmap v834: 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-01-16T10:10:31.257 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:10:31.270 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:30 smithi038 bash[13941]: audit 2024-01-16T10:10:29.505811+0000 mgr.smithi038.dukxrr (mgr.14180) 1274 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:10:31.417 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:30 smithi133 bash[17559]: audit 2024-01-16T10:10:29.505811+0000 mgr.smithi038.dukxrr (mgr.14180) 1274 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:10:32.272 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:31 smithi038 bash[13941]: cluster 2024-01-16T10:10:30.262651+0000 mgr.smithi038.dukxrr (mgr.14180) 1275 : cluster [DBG] pgmap v835: 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-01-16T10:10:32.417 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:31 smithi133 bash[17559]: cluster 2024-01-16T10:10:30.262651+0000 mgr.smithi038.dukxrr (mgr.14180) 1275 : cluster [DBG] pgmap v835: 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-01-16T10:10:34.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:33 smithi133 bash[17559]: cluster 2024-01-16T10:10:32.263685+0000 mgr.smithi038.dukxrr (mgr.14180) 1276 : cluster [DBG] pgmap v836: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:10:34.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:33 smithi133 bash[17559]: audit 2024-01-16T10:10:32.859382+0000 mon.smithi038 (mon.0) 1002 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:10:34.261 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:10:34.261 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:09:11.477573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.rkkxkq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:10:16.020766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lovxgf on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-lovxgf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-lovxgf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.lovxgf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.lovxgf\nDeploy daemon haproxy.nfs.foo.smithi133.lovxgf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:10:20.253084Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.kqznpu on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kqznpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kqznpu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kqznpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kqznpu\nDeploy daemon haproxy.nfs.foo.smithi038.kqznpu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:10:20.255094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.itbcjv on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:10:20.256720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.zkvmio on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:10:34.272 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:33 smithi038 bash[13941]: cluster 2024-01-16T10:10:32.263685+0000 mgr.smithi038.dukxrr (mgr.14180) 1276 : cluster [DBG] pgmap v836: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:10:34.272 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:33 smithi038 bash[13941]: audit 2024-01-16T10:10:32.859382+0000 mon.smithi038 (mon.0) 1002 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:10:35.098 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:10:36.099 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:10:36.112 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:35 smithi038 bash[13941]: audit 2024-01-16T10:10:34.262723+0000 mgr.smithi038.dukxrr (mgr.14180) 1277 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:10:36.112 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:35 smithi038 bash[13941]: cluster 2024-01-16T10:10:34.264365+0000 mgr.smithi038.dukxrr (mgr.14180) 1278 : cluster [DBG] pgmap v837: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T10:10:36.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:35 smithi133 bash[17559]: audit 2024-01-16T10:10:34.262723+0000 mgr.smithi038.dukxrr (mgr.14180) 1277 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:10:36.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:35 smithi133 bash[17559]: cluster 2024-01-16T10:10:34.264365+0000 mgr.smithi038.dukxrr (mgr.14180) 1278 : cluster [DBG] pgmap v837: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T10:10:38.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:37 smithi133 bash[17559]: cluster 2024-01-16T10:10:36.265369+0000 mgr.smithi038.dukxrr (mgr.14180) 1279 : 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-01-16T10:10:38.272 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:37 smithi038 bash[13941]: cluster 2024-01-16T10:10:36.265369+0000 mgr.smithi038.dukxrr (mgr.14180) 1279 : 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-01-16T10:10:39.350 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:10:39.350 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:09:11.477573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.rkkxkq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:10:16.020766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lovxgf on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-lovxgf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-lovxgf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.lovxgf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.lovxgf\nDeploy daemon haproxy.nfs.foo.smithi133.lovxgf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:10:20.253084Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.kqznpu on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kqznpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kqznpu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kqznpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kqznpu\nDeploy daemon haproxy.nfs.foo.smithi038.kqznpu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:10:20.255094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.itbcjv on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:10:20.256720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.zkvmio on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:10:40.119 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:10:40.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:39 smithi133 bash[17559]: cluster 2024-01-16T10:10:38.266784+0000 mgr.smithi038.dukxrr (mgr.14180) 1280 : 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-01-16T10:10:40.272 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:39 smithi038 bash[13941]: cluster 2024-01-16T10:10:38.266784+0000 mgr.smithi038.dukxrr (mgr.14180) 1280 : 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-01-16T10:10:41.120 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:10:41.133 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:40 smithi038 bash[13941]: audit 2024-01-16T10:10:39.356547+0000 mgr.smithi038.dukxrr (mgr.14180) 1281 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:10:41.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:40 smithi133 bash[17559]: audit 2024-01-16T10:10:39.356547+0000 mgr.smithi038.dukxrr (mgr.14180) 1281 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:10:42.156 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:41 smithi038 bash[13941]: cluster 2024-01-16T10:10:40.268254+0000 mgr.smithi038.dukxrr (mgr.14180) 1282 : 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-01-16T10:10:42.166 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:41 smithi133 bash[17559]: cluster 2024-01-16T10:10:40.268254+0000 mgr.smithi038.dukxrr (mgr.14180) 1282 : 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-01-16T10:10:44.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:43 smithi133 bash[17559]: cluster 2024-01-16T10:10:42.269385+0000 mgr.smithi038.dukxrr (mgr.14180) 1283 : cluster [DBG] pgmap v841: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:10:44.272 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:43 smithi038 bash[13941]: cluster 2024-01-16T10:10:42.269385+0000 mgr.smithi038.dukxrr (mgr.14180) 1283 : cluster [DBG] pgmap v841: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:10:44.381 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:10:44.382 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:09:11.477573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.rkkxkq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:10:16.020766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lovxgf on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-lovxgf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-lovxgf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.lovxgf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.lovxgf\nDeploy daemon haproxy.nfs.foo.smithi133.lovxgf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:10:20.253084Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.kqznpu on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kqznpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kqznpu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kqznpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kqznpu\nDeploy daemon haproxy.nfs.foo.smithi038.kqznpu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:10:20.255094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.itbcjv on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:10:20.256720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.zkvmio on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:10:45.190 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:10:46.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:45 smithi133 bash[17559]: cluster 2024-01-16T10:10:44.270654+0000 mgr.smithi038.dukxrr (mgr.14180) 1284 : cluster [DBG] pgmap v842: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T10:10:46.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:45 smithi133 bash[17559]: audit 2024-01-16T10:10:44.383282+0000 mgr.smithi038.dukxrr (mgr.14180) 1285 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:10:46.190 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:10:46.204 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:45 smithi038 bash[13941]: cluster 2024-01-16T10:10:44.270654+0000 mgr.smithi038.dukxrr (mgr.14180) 1284 : cluster [DBG] pgmap v842: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T10:10:46.204 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:45 smithi038 bash[13941]: audit 2024-01-16T10:10:44.383282+0000 mgr.smithi038.dukxrr (mgr.14180) 1285 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:10:48.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:47 smithi133 bash[17559]: cluster 2024-01-16T10:10:46.271895+0000 mgr.smithi038.dukxrr (mgr.14180) 1286 : 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-01-16T10:10:48.272 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:47 smithi038 bash[13941]: cluster 2024-01-16T10:10:46.271895+0000 mgr.smithi038.dukxrr (mgr.14180) 1286 : 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-01-16T10:10:49.673 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:10:49.673 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:09:11.477573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.rkkxkq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:10:16.020766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lovxgf on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-lovxgf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-lovxgf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.lovxgf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.lovxgf\nDeploy daemon haproxy.nfs.foo.smithi133.lovxgf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:10:20.253084Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.kqznpu on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kqznpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kqznpu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kqznpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kqznpu\nDeploy daemon haproxy.nfs.foo.smithi038.kqznpu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:10:20.255094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.itbcjv on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:10:20.256720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.zkvmio on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:10:50.022 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:49 smithi038 bash[13941]: cluster 2024-01-16T10:10:48.273338+0000 mgr.smithi038.dukxrr (mgr.14180) 1287 : 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-01-16T10:10:50.166 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:49 smithi133 bash[17559]: cluster 2024-01-16T10:10:48.273338+0000 mgr.smithi038.dukxrr (mgr.14180) 1287 : 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-01-16T10:10:50.502 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:10:51.166 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:50 smithi133 bash[17559]: audit 2024-01-16T10:10:49.674653+0000 mgr.smithi038.dukxrr (mgr.14180) 1288 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:10:51.272 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:50 smithi038 bash[13941]: audit 2024-01-16T10:10:49.674653+0000 mgr.smithi038.dukxrr (mgr.14180) 1288 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:10:51.503 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:10:52.166 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:51 smithi133 bash[17559]: cluster 2024-01-16T10:10:50.274175+0000 mgr.smithi038.dukxrr (mgr.14180) 1289 : 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-01-16T10:10:52.272 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:51 smithi038 bash[13941]: cluster 2024-01-16T10:10:50.274175+0000 mgr.smithi038.dukxrr (mgr.14180) 1289 : 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-01-16T10:10:54.166 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:53 smithi133 bash[17559]: cluster 2024-01-16T10:10:52.275097+0000 mgr.smithi038.dukxrr (mgr.14180) 1290 : cluster [DBG] pgmap v846: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:10:54.272 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:53 smithi038 bash[13941]: cluster 2024-01-16T10:10:52.275097+0000 mgr.smithi038.dukxrr (mgr.14180) 1290 : cluster [DBG] pgmap v846: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:10:54.672 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:10:54.672 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:09:11.477573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.rkkxkq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:10:16.020766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lovxgf on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-lovxgf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-lovxgf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.lovxgf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.lovxgf\nDeploy daemon haproxy.nfs.foo.smithi133.lovxgf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:10:20.253084Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.kqznpu on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kqznpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kqznpu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kqznpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kqznpu\nDeploy daemon haproxy.nfs.foo.smithi038.kqznpu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:10:20.255094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.itbcjv on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:10:20.256720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.zkvmio on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:10:55.470 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:10:56.272 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:55 smithi038 bash[13941]: cluster 2024-01-16T10:10:54.276563+0000 mgr.smithi038.dukxrr (mgr.14180) 1291 : cluster [DBG] pgmap v847: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T10:10:56.272 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:55 smithi038 bash[13941]: audit 2024-01-16T10:10:54.673897+0000 mgr.smithi038.dukxrr (mgr.14180) 1292 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:10:56.416 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:55 smithi133 bash[17559]: cluster 2024-01-16T10:10:54.276563+0000 mgr.smithi038.dukxrr (mgr.14180) 1291 : cluster [DBG] pgmap v847: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T10:10:56.416 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:55 smithi133 bash[17559]: audit 2024-01-16T10:10:54.673897+0000 mgr.smithi038.dukxrr (mgr.14180) 1292 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:10:56.471 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:10:58.272 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:57 smithi038 bash[13941]: cluster 2024-01-16T10:10:56.277760+0000 mgr.smithi038.dukxrr (mgr.14180) 1293 : 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-01-16T10:10:58.416 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:57 smithi133 bash[17559]: cluster 2024-01-16T10:10:56.277760+0000 mgr.smithi038.dukxrr (mgr.14180) 1293 : 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-01-16T10:10:59.598 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:10:59.598 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:09:11.477573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.rkkxkq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:10:16.020766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lovxgf on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-lovxgf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-lovxgf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.lovxgf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.lovxgf\nDeploy daemon haproxy.nfs.foo.smithi133.lovxgf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:10:20.253084Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.kqznpu on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kqznpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kqznpu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kqznpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kqznpu\nDeploy daemon haproxy.nfs.foo.smithi038.kqznpu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:10:20.255094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.itbcjv on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:10:20.256720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.zkvmio on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:11:00.272 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:10:59 smithi038 bash[13941]: cluster 2024-01-16T10:10:58.278836+0000 mgr.smithi038.dukxrr (mgr.14180) 1294 : 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-01-16T10:11:00.416 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:11:00.417 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:10:59 smithi133 bash[17559]: cluster 2024-01-16T10:10:58.278836+0000 mgr.smithi038.dukxrr (mgr.14180) 1294 : 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-01-16T10:11:01.272 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:00 smithi038 bash[13941]: audit 2024-01-16T10:10:59.599413+0000 mgr.smithi038.dukxrr (mgr.14180) 1295 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:11:01.416 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:00 smithi133 bash[17559]: audit 2024-01-16T10:10:59.599413+0000 mgr.smithi038.dukxrr (mgr.14180) 1295 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:11:01.418 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:11:02.272 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:01 smithi038 bash[13941]: cluster 2024-01-16T10:11:00.279931+0000 mgr.smithi038.dukxrr (mgr.14180) 1296 : 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-01-16T10:11:02.416 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:01 smithi133 bash[17559]: cluster 2024-01-16T10:11:00.279931+0000 mgr.smithi038.dukxrr (mgr.14180) 1296 : 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-01-16T10:11:04.231 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:03 smithi038 bash[13941]: cluster 2024-01-16T10:11:02.280946+0000 mgr.smithi038.dukxrr (mgr.14180) 1297 : cluster [DBG] pgmap v851: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:11:04.416 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:03 smithi133 bash[17559]: cluster 2024-01-16T10:11:02.280946+0000 mgr.smithi038.dukxrr (mgr.14180) 1297 : cluster [DBG] pgmap v851: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:11:04.614 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:11:04.614 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:09:11.477573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.rkkxkq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:10:16.020766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lovxgf on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-lovxgf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-lovxgf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.lovxgf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.lovxgf\nDeploy daemon haproxy.nfs.foo.smithi133.lovxgf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:10:20.253084Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.kqznpu on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kqznpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kqznpu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kqznpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kqznpu\nDeploy daemon haproxy.nfs.foo.smithi038.kqznpu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:10:20.255094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.itbcjv on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:10:20.256720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.zkvmio on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:11:05.473 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:11:06.272 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:05 smithi038 bash[13941]: cluster 2024-01-16T10:11:04.282012+0000 mgr.smithi038.dukxrr (mgr.14180) 1298 : cluster [DBG] pgmap v852: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T10:11:06.272 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:05 smithi038 bash[13941]: audit 2024-01-16T10:11:04.616298+0000 mgr.smithi038.dukxrr (mgr.14180) 1299 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:11:06.416 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:05 smithi133 bash[17559]: cluster 2024-01-16T10:11:04.282012+0000 mgr.smithi038.dukxrr (mgr.14180) 1298 : cluster [DBG] pgmap v852: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T10:11:06.416 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:05 smithi133 bash[17559]: audit 2024-01-16T10:11:04.616298+0000 mgr.smithi038.dukxrr (mgr.14180) 1299 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:11:06.474 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:11:08.272 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:07 smithi038 bash[13941]: cluster 2024-01-16T10:11:06.283135+0000 mgr.smithi038.dukxrr (mgr.14180) 1300 : 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-01-16T10:11:08.416 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:07 smithi133 bash[17559]: cluster 2024-01-16T10:11:06.283135+0000 mgr.smithi038.dukxrr (mgr.14180) 1300 : 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-01-16T10:11:09.652 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:11:09.653 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:09:11.477573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.rkkxkq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:10:16.020766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lovxgf on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-lovxgf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-lovxgf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.lovxgf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.lovxgf\nDeploy daemon haproxy.nfs.foo.smithi133.lovxgf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:10:20.253084Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.kqznpu on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kqznpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kqznpu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kqznpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kqznpu\nDeploy daemon haproxy.nfs.foo.smithi038.kqznpu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:10:20.255094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.itbcjv on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:10:20.256720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.zkvmio on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:11:10.271 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:09 smithi038 bash[13941]: cluster 2024-01-16T10:11:08.284800+0000 mgr.smithi038.dukxrr (mgr.14180) 1301 : 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-01-16T10:11:10.392 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:11:10.416 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:09 smithi133 bash[17559]: cluster 2024-01-16T10:11:08.284800+0000 mgr.smithi038.dukxrr (mgr.14180) 1301 : 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-01-16T10:11:11.271 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:10 smithi038 bash[13941]: audit 2024-01-16T10:11:09.654694+0000 mgr.smithi038.dukxrr (mgr.14180) 1302 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:11:11.394 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:11:11.416 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:10 smithi133 bash[17559]: audit 2024-01-16T10:11:09.654694+0000 mgr.smithi038.dukxrr (mgr.14180) 1302 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:11:12.271 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:11 smithi038 bash[13941]: cluster 2024-01-16T10:11:10.285893+0000 mgr.smithi038.dukxrr (mgr.14180) 1303 : 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-01-16T10:11:12.416 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:11 smithi133 bash[17559]: cluster 2024-01-16T10:11:10.285893+0000 mgr.smithi038.dukxrr (mgr.14180) 1303 : 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-01-16T10:11:14.271 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:13 smithi038 bash[13941]: cluster 2024-01-16T10:11:12.286461+0000 mgr.smithi038.dukxrr (mgr.14180) 1304 : cluster [DBG] pgmap v856: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:11:14.416 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:13 smithi133 bash[17559]: cluster 2024-01-16T10:11:12.286461+0000 mgr.smithi038.dukxrr (mgr.14180) 1304 : cluster [DBG] pgmap v856: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:11:14.564 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:11:14.564 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:09:11.477573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.rkkxkq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:10:16.020766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lovxgf on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-lovxgf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-lovxgf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.lovxgf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.lovxgf\nDeploy daemon haproxy.nfs.foo.smithi133.lovxgf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:10:20.253084Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.kqznpu on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kqznpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kqznpu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kqznpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kqznpu\nDeploy daemon haproxy.nfs.foo.smithi038.kqznpu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:10:20.255094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.itbcjv on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:10:20.256720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.zkvmio on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:11:15.293 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:11:16.272 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:16 smithi038 bash[13941]: cluster 2024-01-16T10:11:14.287921+0000 mgr.smithi038.dukxrr (mgr.14180) 1305 : cluster [DBG] pgmap v857: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T10:11:16.272 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:16 smithi038 bash[13941]: audit 2024-01-16T10:11:14.567045+0000 mgr.smithi038.dukxrr (mgr.14180) 1306 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:11:16.294 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:11:16.416 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:16 smithi133 bash[17559]: cluster 2024-01-16T10:11:14.287921+0000 mgr.smithi038.dukxrr (mgr.14180) 1305 : cluster [DBG] pgmap v857: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T10:11:16.416 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:16 smithi133 bash[17559]: audit 2024-01-16T10:11:14.567045+0000 mgr.smithi038.dukxrr (mgr.14180) 1306 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:11:18.271 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:18 smithi038 bash[13941]: cluster 2024-01-16T10:11:16.289078+0000 mgr.smithi038.dukxrr (mgr.14180) 1307 : 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-01-16T10:11:18.416 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:18 smithi133 bash[17559]: cluster 2024-01-16T10:11:16.289078+0000 mgr.smithi038.dukxrr (mgr.14180) 1307 : 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-01-16T10:11:19.582 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:11:19.583 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:09:11.477573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.rkkxkq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:10:16.020766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lovxgf on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-lovxgf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-lovxgf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.lovxgf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.lovxgf\nDeploy daemon haproxy.nfs.foo.smithi133.lovxgf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:10:20.253084Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.kqznpu on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kqznpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kqznpu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kqznpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kqznpu\nDeploy daemon haproxy.nfs.foo.smithi038.kqznpu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:10:20.255094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.itbcjv on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:10:20.256720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.zkvmio on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:11:20.271 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:20 smithi038 bash[13941]: cluster 2024-01-16T10:11:18.290440+0000 mgr.smithi038.dukxrr (mgr.14180) 1308 : 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-01-16T10:11:20.318 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:11:20.416 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:20 smithi133 bash[17559]: cluster 2024-01-16T10:11:18.290440+0000 mgr.smithi038.dukxrr (mgr.14180) 1308 : 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-01-16T10:11:21.272 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:21 smithi038 bash[13941]: audit 2024-01-16T10:11:19.585726+0000 mgr.smithi038.dukxrr (mgr.14180) 1309 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:11:21.272 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:21 smithi038 bash[13941]: audit 2024-01-16T10:11:20.261926+0000 mon.smithi038 (mon.0) 1003 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T10:11:21.272 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:21 smithi038 bash[13941]: audit 2024-01-16T10:11:20.569058+0000 mon.smithi038 (mon.0) 1004 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T10:11:21.272 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:21 smithi038 bash[13941]: audit 2024-01-16T10:11:20.570954+0000 mon.smithi038 (mon.0) 1005 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T10:11:21.272 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:21 smithi038 bash[13941]: audit 2024-01-16T10:11:20.580084+0000 mon.smithi038 (mon.0) 1006 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:11:21.272 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:21 smithi038 bash[13941]: audit 2024-01-16T10:11:20.588529+0000 mon.smithi038 (mon.0) 1007 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T10:11:21.272 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:21 smithi038 bash[13941]: audit 2024-01-16T10:11:20.600295+0000 mon.smithi038 (mon.0) 1008 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:11:21.319 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:11:21.416 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:21 smithi133 bash[17559]: audit 2024-01-16T10:11:19.585726+0000 mgr.smithi038.dukxrr (mgr.14180) 1309 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:11:21.416 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:21 smithi133 bash[17559]: audit 2024-01-16T10:11:20.261926+0000 mon.smithi038 (mon.0) 1003 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T10:11:21.416 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:21 smithi133 bash[17559]: audit 2024-01-16T10:11:20.569058+0000 mon.smithi038 (mon.0) 1004 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T10:11:21.416 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:21 smithi133 bash[17559]: audit 2024-01-16T10:11:20.570954+0000 mon.smithi038 (mon.0) 1005 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T10:11:21.416 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:21 smithi133 bash[17559]: audit 2024-01-16T10:11:20.580084+0000 mon.smithi038 (mon.0) 1006 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:11:21.417 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:21 smithi133 bash[17559]: audit 2024-01-16T10:11:20.588529+0000 mon.smithi038 (mon.0) 1007 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T10:11:21.417 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:21 smithi133 bash[17559]: audit 2024-01-16T10:11:20.600295+0000 mon.smithi038 (mon.0) 1008 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:11:22.271 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:22 smithi038 bash[13941]: cluster 2024-01-16T10:11:20.291601+0000 mgr.smithi038.dukxrr (mgr.14180) 1310 : cluster [DBG] pgmap v860: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:11:22.272 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:22 smithi038 bash[13941]: cluster 2024-01-16T10:11:20.580989+0000 mgr.smithi038.dukxrr (mgr.14180) 1311 : cluster [DBG] pgmap v861: 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-01-16T10:11:22.272 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:22 smithi038 bash[13941]: cephadm 2024-01-16T10:11:20.605457+0000 mgr.smithi038.dukxrr (mgr.14180) 1312 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi133.mexdry on smithi133 2024-01-16T10:11:22.272 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:22 smithi038 bash[13941]: cluster 2024-01-16T10:11:21.228520+0000 mon.smithi038 (mon.0) 1009 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-16T10:11:22.272 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:22 smithi038 bash[13941]: cluster 2024-01-16T10:11:21.228584+0000 mon.smithi038 (mon.0) 1010 : cluster [INF] Cluster is now healthy 2024-01-16T10:11:22.416 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:22 smithi133 bash[17559]: cluster 2024-01-16T10:11:20.291601+0000 mgr.smithi038.dukxrr (mgr.14180) 1310 : cluster [DBG] pgmap v860: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:11:22.416 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:22 smithi133 bash[17559]: cluster 2024-01-16T10:11:20.580989+0000 mgr.smithi038.dukxrr (mgr.14180) 1311 : cluster [DBG] pgmap v861: 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-01-16T10:11:22.416 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:22 smithi133 bash[17559]: cephadm 2024-01-16T10:11:20.605457+0000 mgr.smithi038.dukxrr (mgr.14180) 1312 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi133.mexdry on smithi133 2024-01-16T10:11:22.416 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:22 smithi133 bash[17559]: cluster 2024-01-16T10:11:21.228520+0000 mon.smithi038 (mon.0) 1009 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-16T10:11:22.416 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:22 smithi133 bash[17559]: cluster 2024-01-16T10:11:21.228584+0000 mon.smithi038 (mon.0) 1010 : cluster [INF] Cluster is now healthy 2024-01-16T10:11:24.271 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:24 smithi038 bash[13941]: cluster 2024-01-16T10:11:22.581934+0000 mgr.smithi038.dukxrr (mgr.14180) 1313 : cluster [DBG] pgmap v862: 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-01-16T10:11:24.397 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:11:24.397 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:09:11.477573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.rkkxkq on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:10:16.020766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lovxgf on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-lovxgf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-lovxgf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.lovxgf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.lovxgf\nDeploy daemon haproxy.nfs.foo.smithi133.lovxgf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:10:20.253084Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.kqznpu on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kqznpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-kqznpu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kqznpu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.kqznpu\nDeploy daemon haproxy.nfs.foo.smithi038.kqznpu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:10:20.255094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.itbcjv on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:10:20.256720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.zkvmio on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:11:24.404 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:24 smithi133 bash[17559]: cluster 2024-01-16T10:11:22.581934+0000 mgr.smithi038.dukxrr (mgr.14180) 1313 : cluster [DBG] pgmap v862: 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-01-16T10:11:25.214 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:11:25.416 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:25 smithi133 bash[17559]: audit 2024-01-16T10:11:24.494878+0000 mon.smithi038 (mon.0) 1011 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi133.mexdry"}]: dispatch 2024-01-16T10:11:25.521 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:25 smithi038 bash[13941]: audit 2024-01-16T10:11:24.494878+0000 mon.smithi038 (mon.0) 1011 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi133.mexdry"}]: dispatch 2024-01-16T10:11:26.215 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:11:26.415 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:26 smithi038 bash[13941]: audit 2024-01-16T10:11:24.398778+0000 mgr.smithi038.dukxrr (mgr.14180) 1314 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:11:26.415 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:26 smithi038 bash[13941]: cephadm 2024-01-16T10:11:24.494063+0000 mgr.smithi038.dukxrr (mgr.14180) 1315 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-mexdry 2024-01-16T10:11:26.415 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:26 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:11:26.415 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:26 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-mexdry 2024-01-16T10:11:26.415 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:26 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.mexdry 2024-01-16T10:11:26.415 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:26 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:11:26.415 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:26 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.mexdry 2024-01-16T10:11:26.415 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:26 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.mexdry ... 2024-01-16T10:11:26.415 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:26 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:11:26.415 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:26 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:11:26.415 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:26 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:11:26.415 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:26 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:11:26.416 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:26 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:11:26.416 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:26 smithi038 bash[13941]: Traceback (most recent call last): 2024-01-16T10:11:26.416 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:26 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T10:11:26.416 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:26 smithi038 bash[13941]: yield (conn, connr) 2024-01-16T10:11:26.416 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:26 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T10:11:26.416 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:26 smithi038 bash[13941]: code, '\n'.join(err))) 2024-01-16T10:11:26.416 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:26 smithi038 bash[13941]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-mexdry 2024-01-16T10:11:26.416 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:26 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:11:26.416 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:26 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-mexdry 2024-01-16T10:11:26.416 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:26 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.mexdry 2024-01-16T10:11:26.416 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:26 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:11:26.416 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:26 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.mexdry 2024-01-16T10:11:26.416 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:26 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.mexdry ... 2024-01-16T10:11:26.417 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:26 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:11:26.417 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:26 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:11:26.417 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:26 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:11:26.417 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:26 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:11:26.417 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:26 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:11:26.417 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:26 smithi038 bash[13941]: cephadm 2024-01-16T10:11:24.494424+0000 mgr.smithi038.dukxrr (mgr.14180) 1316 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi133.mexdry 2024-01-16T10:11:26.417 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:26 smithi038 bash[13941]: cephadm 2024-01-16T10:11:24.496004+0000 mgr.smithi038.dukxrr (mgr.14180) 1317 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi133.mexdry on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-mexdry 2024-01-16T10:11:26.417 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:26 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:11:26.417 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:26 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-mexdry 2024-01-16T10:11:26.417 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:26 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.mexdry 2024-01-16T10:11:26.417 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:26 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:11:26.417 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:26 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.mexdry 2024-01-16T10:11:26.417 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:26 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.mexdry ... 2024-01-16T10:11:26.417 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:26 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:11:26.417 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:26 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:11:26.418 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:26 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:11:26.418 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:26 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:11:26.418 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:26 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:11:26.418 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:26 smithi038 bash[13941]: cephadm 2024-01-16T10:11:24.499786+0000 mgr.smithi038.dukxrr (mgr.14180) 1318 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.sxueir on smithi038 2024-01-16T10:11:26.418 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:26 smithi038 bash[13941]: cluster 2024-01-16T10:11:24.582761+0000 mgr.smithi038.dukxrr (mgr.14180) 1319 : cluster [DBG] pgmap v863: 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-01-16T10:11:26.418 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:26 smithi133 bash[17559]: audit 2024-01-16T10:11:24.398778+0000 mgr.smithi038.dukxrr (mgr.14180) 1314 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:11:26.418 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:26 smithi133 bash[17559]: cephadm 2024-01-16T10:11:24.494063+0000 mgr.smithi038.dukxrr (mgr.14180) 1315 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-mexdry 2024-01-16T10:11:26.419 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:26 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:11:26.419 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:26 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-mexdry 2024-01-16T10:11:26.419 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:26 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.mexdry 2024-01-16T10:11:26.419 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:26 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:11:26.419 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:26 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.mexdry 2024-01-16T10:11:26.419 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:26 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.mexdry ... 2024-01-16T10:11:26.419 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:26 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:11:26.419 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:26 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:11:26.419 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:26 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:11:26.419 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:26 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:11:26.419 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:26 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:11:26.419 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:26 smithi133 bash[17559]: Traceback (most recent call last): 2024-01-16T10:11:26.419 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:26 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T10:11:26.419 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:26 smithi133 bash[17559]: yield (conn, connr) 2024-01-16T10:11:26.419 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:26 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T10:11:26.420 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:26 smithi133 bash[17559]: code, '\n'.join(err))) 2024-01-16T10:11:26.420 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:26 smithi133 bash[17559]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-mexdry 2024-01-16T10:11:26.420 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:26 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:11:26.420 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:26 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-mexdry 2024-01-16T10:11:26.420 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:26 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.mexdry 2024-01-16T10:11:26.420 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:26 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:11:26.420 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:26 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.mexdry 2024-01-16T10:11:26.420 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:26 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.mexdry ... 2024-01-16T10:11:26.420 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:26 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:11:26.420 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:26 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:11:26.420 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:26 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:11:26.420 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:26 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:11:26.420 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:26 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:11:26.420 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:26 smithi133 bash[17559]: cephadm 2024-01-16T10:11:24.494424+0000 mgr.smithi038.dukxrr (mgr.14180) 1316 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi133.mexdry 2024-01-16T10:11:26.421 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:26 smithi133 bash[17559]: cephadm 2024-01-16T10:11:24.496004+0000 mgr.smithi038.dukxrr (mgr.14180) 1317 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi133.mexdry on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-mexdry 2024-01-16T10:11:26.421 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:26 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:11:26.421 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:26 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-mexdry 2024-01-16T10:11:26.421 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:26 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.mexdry 2024-01-16T10:11:26.421 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:26 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:11:26.421 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:26 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.mexdry 2024-01-16T10:11:26.421 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:26 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.mexdry ... 2024-01-16T10:11:26.421 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:26 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:11:26.421 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:26 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:11:26.421 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:26 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:11:26.421 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:26 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:11:26.421 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:26 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:11:26.421 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:26 smithi133 bash[17559]: cephadm 2024-01-16T10:11:24.499786+0000 mgr.smithi038.dukxrr (mgr.14180) 1318 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.sxueir on smithi038 2024-01-16T10:11:26.421 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:26 smithi133 bash[17559]: cluster 2024-01-16T10:11:24.582761+0000 mgr.smithi038.dukxrr (mgr.14180) 1319 : cluster [DBG] pgmap v863: 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-01-16T10:11:27.416 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:27 smithi133 bash[17559]: cluster 2024-01-16T10:11:26.583439+0000 mgr.smithi038.dukxrr (mgr.14180) 1320 : cluster [DBG] pgmap v864: 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-01-16T10:11:27.474 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:27 smithi038 bash[13941]: cluster 2024-01-16T10:11:26.583439+0000 mgr.smithi038.dukxrr (mgr.14180) 1320 : cluster [DBG] pgmap v864: 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-01-16T10:11:29.758 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:11:29.758 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:10:20.256720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.zkvmio on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:11:24.495866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.mexdry on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-mexdry\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-mexdry\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.mexdry\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.mexdry\nDeploy daemon haproxy.nfs.foo.smithi133.mexdry ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:11:28.997173Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.sxueir on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-sxueir\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-sxueir\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.sxueir\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.sxueir\nDeploy daemon haproxy.nfs.foo.smithi038.sxueir ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:11:28.999249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.pwnbxd on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:11:29.001076Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.dyfdiv on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:11:29.916 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:29 smithi133 bash[17559]: cluster 2024-01-16T10:11:28.584577+0000 mgr.smithi038.dukxrr (mgr.14180) 1321 : cluster [DBG] pgmap v865: 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-01-16T10:11:29.917 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:29 smithi133 bash[17559]: cephadm 2024-01-16T10:11:28.995249+0000 mgr.smithi038.dukxrr (mgr.14180) 1322 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-sxueir 2024-01-16T10:11:29.917 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:29 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:11:29.917 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:29 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-sxueir 2024-01-16T10:11:29.917 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:29 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.sxueir 2024-01-16T10:11:29.917 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:29 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:11:29.917 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:29 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.sxueir 2024-01-16T10:11:29.917 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:29 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.sxueir ... 2024-01-16T10:11:29.917 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:29 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:11:29.917 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:29 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:11:29.917 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:29 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:11:29.917 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:29 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:11:29.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:29 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:11:29.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:29 smithi133 bash[17559]: Traceback (most recent call last): 2024-01-16T10:11:29.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:29 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T10:11:29.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:29 smithi133 bash[17559]: yield (conn, connr) 2024-01-16T10:11:29.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:29 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T10:11:29.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:29 smithi133 bash[17559]: code, '\n'.join(err))) 2024-01-16T10:11:29.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:29 smithi133 bash[17559]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-sxueir 2024-01-16T10:11:29.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:29 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:11:29.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:29 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-sxueir 2024-01-16T10:11:29.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:29 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.sxueir 2024-01-16T10:11:29.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:29 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:11:29.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:29 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.sxueir 2024-01-16T10:11:29.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:29 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.sxueir ... 2024-01-16T10:11:29.919 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:29 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:11:29.919 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:29 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:11:29.919 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:29 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:11:29.919 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:29 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:11:29.919 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:29 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:11:29.919 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:29 smithi133 bash[17559]: cephadm 2024-01-16T10:11:28.995531+0000 mgr.smithi038.dukxrr (mgr.14180) 1323 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi038.sxueir 2024-01-16T10:11:29.919 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:29 smithi133 bash[17559]: audit 2024-01-16T10:11:28.996088+0000 mon.smithi038 (mon.0) 1012 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi038.sxueir"}]: dispatch 2024-01-16T10:11:29.919 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:29 smithi133 bash[17559]: cephadm 2024-01-16T10:11:28.997291+0000 mgr.smithi038.dukxrr (mgr.14180) 1324 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi038.sxueir on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-sxueir 2024-01-16T10:11:29.919 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:29 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:11:29.920 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:29 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-sxueir 2024-01-16T10:11:29.920 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:29 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.sxueir 2024-01-16T10:11:29.920 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:29 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:11:29.920 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:29 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.sxueir 2024-01-16T10:11:29.920 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:29 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.sxueir ... 2024-01-16T10:11:29.920 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:29 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:11:29.920 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:29 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:11:29.920 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:29 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:11:29.920 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:29 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:11:29.920 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:29 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:11:29.920 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:29 smithi133 bash[17559]: cephadm 2024-01-16T10:11:28.999369+0000 mgr.smithi038.dukxrr (mgr.14180) 1325 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi133.pwnbxd on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:11:29.920 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:29 smithi133 bash[17559]: cephadm 2024-01-16T10:11:29.001247+0000 mgr.smithi038.dukxrr (mgr.14180) 1326 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi038.dyfdiv on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:11:29.920 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:29 smithi133 bash[17559]: cluster 2024-01-16T10:11:29.002282+0000 mgr.smithi038.dukxrr (mgr.14180) 1327 : cluster [DBG] pgmap v866: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 235 B/s rd, 0 op/s 2024-01-16T10:11:29.997 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:29 smithi038 bash[13941]: cluster 2024-01-16T10:11:28.584577+0000 mgr.smithi038.dukxrr (mgr.14180) 1321 : cluster [DBG] pgmap v865: 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-01-16T10:11:29.997 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:29 smithi038 bash[13941]: cephadm 2024-01-16T10:11:28.995249+0000 mgr.smithi038.dukxrr (mgr.14180) 1322 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-sxueir 2024-01-16T10:11:29.997 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:29 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:11:29.997 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:29 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-sxueir 2024-01-16T10:11:29.997 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:29 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.sxueir 2024-01-16T10:11:29.997 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:29 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:11:29.997 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:29 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.sxueir 2024-01-16T10:11:29.997 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:29 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.sxueir ... 2024-01-16T10:11:29.997 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:29 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:11:29.997 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:29 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:11:29.997 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:29 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:11:29.998 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:29 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:11:29.998 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:29 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:11:29.998 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:29 smithi038 bash[13941]: Traceback (most recent call last): 2024-01-16T10:11:29.998 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:29 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T10:11:29.998 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:29 smithi038 bash[13941]: yield (conn, connr) 2024-01-16T10:11:29.998 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:29 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T10:11:29.998 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:29 smithi038 bash[13941]: code, '\n'.join(err))) 2024-01-16T10:11:29.998 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:29 smithi038 bash[13941]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-sxueir 2024-01-16T10:11:29.998 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:29 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:11:29.998 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:29 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-sxueir 2024-01-16T10:11:29.998 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:29 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.sxueir 2024-01-16T10:11:29.998 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:29 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:11:29.998 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:29 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.sxueir 2024-01-16T10:11:29.998 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:29 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.sxueir ... 2024-01-16T10:11:29.999 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:29 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:11:29.999 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:29 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:11:29.999 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:29 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:11:30.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:29 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:11:30.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:29 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:11:30.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:29 smithi038 bash[13941]: cephadm 2024-01-16T10:11:28.995531+0000 mgr.smithi038.dukxrr (mgr.14180) 1323 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi038.sxueir 2024-01-16T10:11:30.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:29 smithi038 bash[13941]: audit 2024-01-16T10:11:28.996088+0000 mon.smithi038 (mon.0) 1012 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi038.sxueir"}]: dispatch 2024-01-16T10:11:30.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:29 smithi038 bash[13941]: cephadm 2024-01-16T10:11:28.997291+0000 mgr.smithi038.dukxrr (mgr.14180) 1324 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi038.sxueir on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-sxueir 2024-01-16T10:11:30.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:29 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:11:30.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:29 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-sxueir 2024-01-16T10:11:30.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:29 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.sxueir 2024-01-16T10:11:30.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:29 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:11:30.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:29 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.sxueir 2024-01-16T10:11:30.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:29 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.sxueir ... 2024-01-16T10:11:30.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:29 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:11:30.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:29 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:11:30.000 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:29 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:11:30.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:29 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:11:30.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:29 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:11:30.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:29 smithi038 bash[13941]: cephadm 2024-01-16T10:11:28.999369+0000 mgr.smithi038.dukxrr (mgr.14180) 1325 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi133.pwnbxd on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:11:30.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:29 smithi038 bash[13941]: cephadm 2024-01-16T10:11:29.001247+0000 mgr.smithi038.dukxrr (mgr.14180) 1326 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi038.dyfdiv on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:11:30.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:29 smithi038 bash[13941]: cluster 2024-01-16T10:11:29.002282+0000 mgr.smithi038.dukxrr (mgr.14180) 1327 : cluster [DBG] pgmap v866: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 235 B/s rd, 0 op/s 2024-01-16T10:11:30.545 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:11:30.916 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:30 smithi133 bash[17559]: cluster 2024-01-16T10:11:29.641847+0000 mon.smithi038 (mon.0) 1013 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-16T10:11:30.916 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:30 smithi133 bash[17559]: audit 2024-01-16T10:11:29.760959+0000 mgr.smithi038.dukxrr (mgr.14180) 1328 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:11:31.021 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:30 smithi038 bash[13941]: cluster 2024-01-16T10:11:29.641847+0000 mon.smithi038 (mon.0) 1013 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-16T10:11:31.021 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:30 smithi038 bash[13941]: audit 2024-01-16T10:11:29.760959+0000 mgr.smithi038.dukxrr (mgr.14180) 1328 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:11:31.546 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:11:31.916 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:31 smithi133 bash[17559]: cluster 2024-01-16T10:11:31.003398+0000 mgr.smithi038.dukxrr (mgr.14180) 1329 : cluster [DBG] pgmap v867: 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-01-16T10:11:32.021 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:31 smithi038 bash[13941]: cluster 2024-01-16T10:11:31.003398+0000 mgr.smithi038.dukxrr (mgr.14180) 1329 : cluster [DBG] pgmap v867: 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-01-16T10:11:33.416 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:33 smithi133 bash[17559]: cluster 2024-01-16T10:11:33.004808+0000 mgr.smithi038.dukxrr (mgr.14180) 1330 : cluster [DBG] pgmap v868: 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-01-16T10:11:33.521 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:33 smithi038 bash[13941]: cluster 2024-01-16T10:11:33.004808+0000 mgr.smithi038.dukxrr (mgr.14180) 1330 : cluster [DBG] pgmap v868: 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-01-16T10:11:34.770 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:11:34.771 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:10:20.256720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.zkvmio on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:11:24.495866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.mexdry on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-mexdry\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-mexdry\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.mexdry\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.mexdry\nDeploy daemon haproxy.nfs.foo.smithi133.mexdry ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:11:28.997173Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.sxueir on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-sxueir\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-sxueir\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.sxueir\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.sxueir\nDeploy daemon haproxy.nfs.foo.smithi038.sxueir ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:11:28.999249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.pwnbxd on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:11:29.001076Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.dyfdiv on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:11:35.271 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:34 smithi038 bash[13941]: audit 2024-01-16T10:11:33.966510+0000 mon.smithi038 (mon.0) 1014 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:11:35.416 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:34 smithi133 bash[17559]: audit 2024-01-16T10:11:33.966510+0000 mon.smithi038 (mon.0) 1014 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:11:35.535 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:11:36.271 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:35 smithi038 bash[13941]: audit 2024-01-16T10:11:34.773398+0000 mgr.smithi038.dukxrr (mgr.14180) 1331 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:11:36.271 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:35 smithi038 bash[13941]: cluster 2024-01-16T10:11:35.006021+0000 mgr.smithi038.dukxrr (mgr.14180) 1332 : cluster [DBG] pgmap v869: 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-01-16T10:11:36.416 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:35 smithi133 bash[17559]: audit 2024-01-16T10:11:34.773398+0000 mgr.smithi038.dukxrr (mgr.14180) 1331 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:11:36.416 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:35 smithi133 bash[17559]: cluster 2024-01-16T10:11:35.006021+0000 mgr.smithi038.dukxrr (mgr.14180) 1332 : cluster [DBG] pgmap v869: 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-01-16T10:11:36.536 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:11:37.416 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:37 smithi133 bash[17559]: cluster 2024-01-16T10:11:37.007114+0000 mgr.smithi038.dukxrr (mgr.14180) 1333 : cluster [DBG] pgmap v870: 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-01-16T10:11:37.521 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:37 smithi038 bash[13941]: cluster 2024-01-16T10:11:37.007114+0000 mgr.smithi038.dukxrr (mgr.14180) 1333 : cluster [DBG] pgmap v870: 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-01-16T10:11:39.218 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:39 smithi038 bash[13941]: cluster 2024-01-16T10:11:39.008576+0000 mgr.smithi038.dukxrr (mgr.14180) 1334 : cluster [DBG] pgmap v871: 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-01-16T10:11:39.416 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:39 smithi133 bash[17559]: cluster 2024-01-16T10:11:39.008576+0000 mgr.smithi038.dukxrr (mgr.14180) 1334 : cluster [DBG] pgmap v871: 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-01-16T10:11:39.572 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:11:39.572 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:10:20.256720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.zkvmio on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:11:24.495866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.mexdry on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-mexdry\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-mexdry\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.mexdry\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.mexdry\nDeploy daemon haproxy.nfs.foo.smithi133.mexdry ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:11:28.997173Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.sxueir on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-sxueir\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-sxueir\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.sxueir\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.sxueir\nDeploy daemon haproxy.nfs.foo.smithi038.sxueir ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:11:28.999249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.pwnbxd on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:11:29.001076Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.dyfdiv on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:11:40.333 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:11:40.416 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:40 smithi133 bash[17559]: audit 2024-01-16T10:11:39.575140+0000 mgr.smithi038.dukxrr (mgr.14180) 1335 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:11:40.521 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:40 smithi038 bash[13941]: audit 2024-01-16T10:11:39.575140+0000 mgr.smithi038.dukxrr (mgr.14180) 1335 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:11:41.334 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:11:41.484 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:41 smithi133 bash[17559]: cluster 2024-01-16T10:11:41.009854+0000 mgr.smithi038.dukxrr (mgr.14180) 1336 : cluster [DBG] pgmap v872: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:11:41.521 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:41 smithi038 bash[13941]: cluster 2024-01-16T10:11:41.009854+0000 mgr.smithi038.dukxrr (mgr.14180) 1336 : cluster [DBG] pgmap v872: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:11:43.416 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:43 smithi133 bash[17559]: cluster 2024-01-16T10:11:43.011413+0000 mgr.smithi038.dukxrr (mgr.14180) 1337 : cluster [DBG] pgmap v873: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T10:11:43.521 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:43 smithi038 bash[13941]: cluster 2024-01-16T10:11:43.011413+0000 mgr.smithi038.dukxrr (mgr.14180) 1337 : cluster [DBG] pgmap v873: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T10:11:44.552 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:11:44.552 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:10:20.256720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.zkvmio on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:11:24.495866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.mexdry on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-mexdry\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-mexdry\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.mexdry\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.mexdry\nDeploy daemon haproxy.nfs.foo.smithi133.mexdry ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:11:28.997173Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.sxueir on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-sxueir\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-sxueir\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.sxueir\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.sxueir\nDeploy daemon haproxy.nfs.foo.smithi038.sxueir ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:11:28.999249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.pwnbxd on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:11:29.001076Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.dyfdiv on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:11:45.316 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:11:45.416 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:45 smithi133 bash[17559]: audit 2024-01-16T10:11:44.555364+0000 mgr.smithi038.dukxrr (mgr.14180) 1338 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:11:45.416 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:45 smithi133 bash[17559]: cluster 2024-01-16T10:11:45.012619+0000 mgr.smithi038.dukxrr (mgr.14180) 1339 : 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-01-16T10:11:45.521 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:45 smithi038 bash[13941]: audit 2024-01-16T10:11:44.555364+0000 mgr.smithi038.dukxrr (mgr.14180) 1338 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:11:45.521 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:45 smithi038 bash[13941]: cluster 2024-01-16T10:11:45.012619+0000 mgr.smithi038.dukxrr (mgr.14180) 1339 : 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-01-16T10:11:46.317 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:11:47.415 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:47 smithi133 bash[17559]: cluster 2024-01-16T10:11:47.013229+0000 mgr.smithi038.dukxrr (mgr.14180) 1340 : 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-01-16T10:11:47.462 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:47 smithi038 bash[13941]: cluster 2024-01-16T10:11:47.013229+0000 mgr.smithi038.dukxrr (mgr.14180) 1340 : 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-01-16T10:11:49.239 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:49 smithi038 bash[13941]: cluster 2024-01-16T10:11:49.014581+0000 mgr.smithi038.dukxrr (mgr.14180) 1341 : 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-01-16T10:11:49.415 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:49 smithi133 bash[17559]: cluster 2024-01-16T10:11:49.014581+0000 mgr.smithi038.dukxrr (mgr.14180) 1341 : 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-01-16T10:11:49.665 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:11:49.665 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:10:20.256720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.zkvmio on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:11:24.495866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.mexdry on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-mexdry\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-mexdry\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.mexdry\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.mexdry\nDeploy daemon haproxy.nfs.foo.smithi133.mexdry ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:11:28.997173Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.sxueir on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-sxueir\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-sxueir\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.sxueir\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.sxueir\nDeploy daemon haproxy.nfs.foo.smithi038.sxueir ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:11:28.999249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.pwnbxd on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:11:29.001076Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.dyfdiv on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:11:50.271 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:50 smithi038 bash[13941]: audit 2024-01-16T10:11:49.671696+0000 mgr.smithi038.dukxrr (mgr.14180) 1342 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:11:50.416 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:50 smithi133 bash[17559]: audit 2024-01-16T10:11:49.671696+0000 mgr.smithi038.dukxrr (mgr.14180) 1342 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:11:50.477 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:11:51.477 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:11:51.491 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:51 smithi038 bash[13941]: cluster 2024-01-16T10:11:51.015637+0000 mgr.smithi038.dukxrr (mgr.14180) 1343 : cluster [DBG] pgmap v877: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:11:51.665 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:51 smithi133 bash[17559]: cluster 2024-01-16T10:11:51.015637+0000 mgr.smithi038.dukxrr (mgr.14180) 1343 : cluster [DBG] pgmap v877: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:11:53.271 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:53 smithi038 bash[13941]: cluster 2024-01-16T10:11:53.017009+0000 mgr.smithi038.dukxrr (mgr.14180) 1344 : cluster [DBG] pgmap v878: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T10:11:53.415 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:53 smithi133 bash[17559]: cluster 2024-01-16T10:11:53.017009+0000 mgr.smithi038.dukxrr (mgr.14180) 1344 : cluster [DBG] pgmap v878: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T10:11:54.617 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:11:54.617 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:10:20.256720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.zkvmio on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:11:24.495866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.mexdry on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-mexdry\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-mexdry\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.mexdry\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.mexdry\nDeploy daemon haproxy.nfs.foo.smithi133.mexdry ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:11:28.997173Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.sxueir on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-sxueir\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-sxueir\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.sxueir\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.sxueir\nDeploy daemon haproxy.nfs.foo.smithi038.sxueir ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:11:28.999249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.pwnbxd on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:11:29.001076Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.dyfdiv on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:11:55.407 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:55 smithi038 bash[13941]: audit 2024-01-16T10:11:54.619433+0000 mgr.smithi038.dukxrr (mgr.14180) 1345 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:11:55.407 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:55 smithi038 bash[13941]: cluster 2024-01-16T10:11:55.018214+0000 mgr.smithi038.dukxrr (mgr.14180) 1346 : 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-01-16T10:11:55.408 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:11:55.415 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:55 smithi133 bash[17559]: audit 2024-01-16T10:11:54.619433+0000 mgr.smithi038.dukxrr (mgr.14180) 1345 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:11:55.415 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:55 smithi133 bash[17559]: cluster 2024-01-16T10:11:55.018214+0000 mgr.smithi038.dukxrr (mgr.14180) 1346 : 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-01-16T10:11:56.409 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:11:57.415 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:57 smithi133 bash[17559]: cluster 2024-01-16T10:11:57.019161+0000 mgr.smithi038.dukxrr (mgr.14180) 1347 : 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-01-16T10:11:57.512 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:57 smithi038 bash[13941]: cluster 2024-01-16T10:11:57.019161+0000 mgr.smithi038.dukxrr (mgr.14180) 1347 : 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-01-16T10:11:59.245 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:11:59 smithi038 bash[13941]: cluster 2024-01-16T10:11:59.020604+0000 mgr.smithi038.dukxrr (mgr.14180) 1348 : 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-01-16T10:11:59.415 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:11:59 smithi133 bash[17559]: cluster 2024-01-16T10:11:59.020604+0000 mgr.smithi038.dukxrr (mgr.14180) 1348 : 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-01-16T10:11:59.656 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:11:59.657 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:10:20.256720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.zkvmio on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:11:24.495866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.mexdry on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-mexdry\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-mexdry\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.mexdry\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.mexdry\nDeploy daemon haproxy.nfs.foo.smithi133.mexdry ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:11:28.997173Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.sxueir on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-sxueir\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-sxueir\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.sxueir\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.sxueir\nDeploy daemon haproxy.nfs.foo.smithi038.sxueir ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:11:28.999249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.pwnbxd on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:11:29.001076Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.dyfdiv on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:12:00.271 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:00 smithi038 bash[13941]: audit 2024-01-16T10:11:59.660084+0000 mgr.smithi038.dukxrr (mgr.14180) 1349 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:12:00.415 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:00 smithi133 bash[17559]: audit 2024-01-16T10:11:59.660084+0000 mgr.smithi038.dukxrr (mgr.14180) 1349 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:12:00.436 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:12:01.437 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:12:01.521 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:01 smithi038 bash[13941]: cluster 2024-01-16T10:12:01.021749+0000 mgr.smithi038.dukxrr (mgr.14180) 1350 : cluster [DBG] pgmap v882: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:12:01.665 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:01 smithi133 bash[17559]: cluster 2024-01-16T10:12:01.021749+0000 mgr.smithi038.dukxrr (mgr.14180) 1350 : cluster [DBG] pgmap v882: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:12:03.415 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:03 smithi133 bash[17559]: cluster 2024-01-16T10:12:03.022492+0000 mgr.smithi038.dukxrr (mgr.14180) 1351 : cluster [DBG] pgmap v883: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T10:12:03.422 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:03 smithi038 bash[13941]: cluster 2024-01-16T10:12:03.022492+0000 mgr.smithi038.dukxrr (mgr.14180) 1351 : cluster [DBG] pgmap v883: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T10:12:04.686 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:12:04.686 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:10:20.256720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.zkvmio on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:11:24.495866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.mexdry on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-mexdry\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-mexdry\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.mexdry\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.mexdry\nDeploy daemon haproxy.nfs.foo.smithi133.mexdry ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:11:28.997173Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.sxueir on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-sxueir\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-sxueir\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.sxueir\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.sxueir\nDeploy daemon haproxy.nfs.foo.smithi038.sxueir ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:11:28.999249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.pwnbxd on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:11:29.001076Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.dyfdiv on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:12:05.271 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:05 smithi038 bash[13941]: audit 2024-01-16T10:12:04.689456+0000 mgr.smithi038.dukxrr (mgr.14180) 1352 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:12:05.271 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:05 smithi038 bash[13941]: cluster 2024-01-16T10:12:05.023591+0000 mgr.smithi038.dukxrr (mgr.14180) 1353 : 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-01-16T10:12:05.415 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:05 smithi133 bash[17559]: audit 2024-01-16T10:12:04.689456+0000 mgr.smithi038.dukxrr (mgr.14180) 1352 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:12:05.416 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:05 smithi133 bash[17559]: cluster 2024-01-16T10:12:05.023591+0000 mgr.smithi038.dukxrr (mgr.14180) 1353 : 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-01-16T10:12:05.521 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:12:06.522 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:12:07.415 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:07 smithi133 bash[17559]: cluster 2024-01-16T10:12:07.024679+0000 mgr.smithi038.dukxrr (mgr.14180) 1354 : 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-01-16T10:12:07.521 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:07 smithi038 bash[13941]: cluster 2024-01-16T10:12:07.024679+0000 mgr.smithi038.dukxrr (mgr.14180) 1354 : 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-01-16T10:12:09.271 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:09 smithi038 bash[13941]: cluster 2024-01-16T10:12:09.026073+0000 mgr.smithi038.dukxrr (mgr.14180) 1355 : 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-01-16T10:12:09.415 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:09 smithi133 bash[17559]: cluster 2024-01-16T10:12:09.026073+0000 mgr.smithi038.dukxrr (mgr.14180) 1355 : 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-01-16T10:12:09.705 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:12:09.705 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:10:20.256720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.zkvmio on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:11:24.495866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.mexdry on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-mexdry\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-mexdry\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.mexdry\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.mexdry\nDeploy daemon haproxy.nfs.foo.smithi133.mexdry ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:11:28.997173Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.sxueir on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-sxueir\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-sxueir\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.sxueir\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.sxueir\nDeploy daemon haproxy.nfs.foo.smithi038.sxueir ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:11:28.999249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.pwnbxd on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:11:29.001076Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.dyfdiv on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:12:10.271 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:10 smithi038 bash[13941]: audit 2024-01-16T10:12:09.712306+0000 mgr.smithi038.dukxrr (mgr.14180) 1356 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:12:10.415 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:10 smithi133 bash[17559]: audit 2024-01-16T10:12:09.712306+0000 mgr.smithi038.dukxrr (mgr.14180) 1356 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:12:10.483 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:12:11.484 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:12:11.498 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:11 smithi038 bash[13941]: cluster 2024-01-16T10:12:11.027177+0000 mgr.smithi038.dukxrr (mgr.14180) 1357 : cluster [DBG] pgmap v887: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:12:11.665 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:11 smithi133 bash[17559]: cluster 2024-01-16T10:12:11.027177+0000 mgr.smithi038.dukxrr (mgr.14180) 1357 : cluster [DBG] pgmap v887: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:12:13.271 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:13 smithi038 bash[13941]: cluster 2024-01-16T10:12:13.028605+0000 mgr.smithi038.dukxrr (mgr.14180) 1358 : cluster [DBG] pgmap v888: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T10:12:13.415 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:13 smithi133 bash[17559]: cluster 2024-01-16T10:12:13.028605+0000 mgr.smithi038.dukxrr (mgr.14180) 1358 : cluster [DBG] pgmap v888: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T10:12:14.678 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:12:14.678 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:10:20.256720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.zkvmio on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:11:24.495866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.mexdry on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-mexdry\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-mexdry\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.mexdry\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.mexdry\nDeploy daemon haproxy.nfs.foo.smithi133.mexdry ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:11:28.997173Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.sxueir on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-sxueir\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-sxueir\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.sxueir\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.sxueir\nDeploy daemon haproxy.nfs.foo.smithi038.sxueir ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:11:28.999249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.pwnbxd on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:11:29.001076Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.dyfdiv on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:12:15.270 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:15 smithi038 bash[13941]: audit 2024-01-16T10:12:14.682104+0000 mgr.smithi038.dukxrr (mgr.14180) 1359 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:12:15.271 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:15 smithi038 bash[13941]: cluster 2024-01-16T10:12:15.029772+0000 mgr.smithi038.dukxrr (mgr.14180) 1360 : 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-01-16T10:12:15.415 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:15 smithi133 bash[17559]: audit 2024-01-16T10:12:14.682104+0000 mgr.smithi038.dukxrr (mgr.14180) 1359 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:12:15.415 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:15 smithi133 bash[17559]: cluster 2024-01-16T10:12:15.029772+0000 mgr.smithi038.dukxrr (mgr.14180) 1360 : 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-01-16T10:12:15.508 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:12:16.509 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:12:17.415 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:17 smithi133 bash[17559]: cluster 2024-01-16T10:12:17.030802+0000 mgr.smithi038.dukxrr (mgr.14180) 1361 : 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-01-16T10:12:17.520 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:17 smithi038 bash[13941]: cluster 2024-01-16T10:12:17.030802+0000 mgr.smithi038.dukxrr (mgr.14180) 1361 : 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-01-16T10:12:19.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:19 smithi038 bash[13941]: cluster 2024-01-16T10:12:19.032386+0000 mgr.smithi038.dukxrr (mgr.14180) 1362 : 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-01-16T10:12:19.415 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:19 smithi133 bash[17559]: cluster 2024-01-16T10:12:19.032386+0000 mgr.smithi038.dukxrr (mgr.14180) 1362 : 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-01-16T10:12:19.693 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:12:19.693 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:10:20.256720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.zkvmio on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:11:24.495866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.mexdry on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-mexdry\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-mexdry\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.mexdry\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.mexdry\nDeploy daemon haproxy.nfs.foo.smithi133.mexdry ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:11:28.997173Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.sxueir on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-sxueir\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-sxueir\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.sxueir\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.sxueir\nDeploy daemon haproxy.nfs.foo.smithi038.sxueir ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:11:28.999249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.pwnbxd on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:11:29.001076Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.dyfdiv on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:12:20.271 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:20 smithi038 bash[13941]: audit 2024-01-16T10:12:19.694854+0000 mgr.smithi038.dukxrr (mgr.14180) 1363 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:12:20.415 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:20 smithi133 bash[17559]: audit 2024-01-16T10:12:19.694854+0000 mgr.smithi038.dukxrr (mgr.14180) 1363 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:12:20.521 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:12:21.520 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:21 smithi038 bash[13941]: cluster 2024-01-16T10:12:21.033619+0000 mgr.smithi038.dukxrr (mgr.14180) 1364 : cluster [DBG] pgmap v892: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:12:21.522 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:12:21.665 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:21 smithi133 bash[17559]: cluster 2024-01-16T10:12:21.033619+0000 mgr.smithi038.dukxrr (mgr.14180) 1364 : cluster [DBG] pgmap v892: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:12:23.415 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:23 smithi133 bash[17559]: cluster 2024-01-16T10:12:23.035074+0000 mgr.smithi038.dukxrr (mgr.14180) 1365 : cluster [DBG] pgmap v893: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T10:12:23.522 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:23 smithi038 bash[13941]: cluster 2024-01-16T10:12:23.035074+0000 mgr.smithi038.dukxrr (mgr.14180) 1365 : cluster [DBG] pgmap v893: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T10:12:24.809 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:12:24.810 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:10:20.256720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.zkvmio on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:11:24.495866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.mexdry on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-mexdry\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-mexdry\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.mexdry\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.mexdry\nDeploy daemon haproxy.nfs.foo.smithi133.mexdry ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:11:28.997173Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.sxueir on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-sxueir\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-sxueir\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.sxueir\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.sxueir\nDeploy daemon haproxy.nfs.foo.smithi038.sxueir ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:11:28.999249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.pwnbxd on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:11:29.001076Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.dyfdiv on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:12:25.415 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:25 smithi133 bash[17559]: audit 2024-01-16T10:12:24.813433+0000 mgr.smithi038.dukxrr (mgr.14180) 1366 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:12:25.415 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:25 smithi133 bash[17559]: cluster 2024-01-16T10:12:25.036261+0000 mgr.smithi038.dukxrr (mgr.14180) 1367 : 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-01-16T10:12:25.520 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:25 smithi038 bash[13941]: audit 2024-01-16T10:12:24.813433+0000 mgr.smithi038.dukxrr (mgr.14180) 1366 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:12:25.520 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:25 smithi038 bash[13941]: cluster 2024-01-16T10:12:25.036261+0000 mgr.smithi038.dukxrr (mgr.14180) 1367 : 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-01-16T10:12:25.567 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:12:26.568 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:12:27.415 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:27 smithi133 bash[17559]: cluster 2024-01-16T10:12:27.036982+0000 mgr.smithi038.dukxrr (mgr.14180) 1368 : 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-01-16T10:12:27.520 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:27 smithi038 bash[13941]: cluster 2024-01-16T10:12:27.036982+0000 mgr.smithi038.dukxrr (mgr.14180) 1368 : 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-01-16T10:12:29.415 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:29 smithi133 bash[17559]: audit 2024-01-16T10:12:29.006649+0000 mon.smithi038 (mon.0) 1015 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T10:12:29.509 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:29 smithi038 bash[13941]: audit 2024-01-16T10:12:29.006649+0000 mon.smithi038 (mon.0) 1015 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T10:12:29.945 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:12:29.945 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:10:20.256720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.zkvmio on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:11:24.495866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.mexdry on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-mexdry\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-mexdry\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.mexdry\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.mexdry\nDeploy daemon haproxy.nfs.foo.smithi133.mexdry ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:11:28.997173Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.sxueir on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-sxueir\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-sxueir\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.sxueir\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.sxueir\nDeploy daemon haproxy.nfs.foo.smithi038.sxueir ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:11:28.999249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.pwnbxd on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:11:29.001076Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.dyfdiv on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:12:30.270 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:30 smithi038 bash[13941]: cluster 2024-01-16T10:12:29.037914+0000 mgr.smithi038.dukxrr (mgr.14180) 1369 : cluster [DBG] pgmap v896: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:12:30.271 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:30 smithi038 bash[13941]: audit 2024-01-16T10:12:29.305146+0000 mon.smithi038 (mon.0) 1016 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T10:12:30.271 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:30 smithi038 bash[13941]: audit 2024-01-16T10:12:29.306089+0000 mon.smithi038 (mon.0) 1017 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T10:12:30.271 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:30 smithi038 bash[13941]: audit 2024-01-16T10:12:29.315205+0000 mon.smithi038 (mon.0) 1018 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:12:30.271 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:30 smithi038 bash[13941]: audit 2024-01-16T10:12:29.325428+0000 mon.smithi038 (mon.0) 1019 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T10:12:30.271 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:30 smithi038 bash[13941]: audit 2024-01-16T10:12:29.342381+0000 mon.smithi038 (mon.0) 1020 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:12:30.415 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:30 smithi133 bash[17559]: cluster 2024-01-16T10:12:29.037914+0000 mgr.smithi038.dukxrr (mgr.14180) 1369 : cluster [DBG] pgmap v896: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:12:30.415 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:30 smithi133 bash[17559]: audit 2024-01-16T10:12:29.305146+0000 mon.smithi038 (mon.0) 1016 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T10:12:30.415 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:30 smithi133 bash[17559]: audit 2024-01-16T10:12:29.306089+0000 mon.smithi038 (mon.0) 1017 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T10:12:30.415 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:30 smithi133 bash[17559]: audit 2024-01-16T10:12:29.315205+0000 mon.smithi038 (mon.0) 1018 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:12:30.415 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:30 smithi133 bash[17559]: audit 2024-01-16T10:12:29.325428+0000 mon.smithi038 (mon.0) 1019 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T10:12:30.415 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:30 smithi133 bash[17559]: audit 2024-01-16T10:12:29.342381+0000 mon.smithi038 (mon.0) 1020 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:12:30.734 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:12:31.415 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:31 smithi133 bash[17559]: cluster 2024-01-16T10:12:29.316364+0000 mgr.smithi038.dukxrr (mgr.14180) 1370 : cluster [DBG] pgmap v897: 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-01-16T10:12:31.415 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:31 smithi133 bash[17559]: cephadm 2024-01-16T10:12:29.347491+0000 mgr.smithi038.dukxrr (mgr.14180) 1371 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi133.avedsz on smithi133 2024-01-16T10:12:31.415 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:31 smithi133 bash[17559]: audit 2024-01-16T10:12:29.948577+0000 mgr.smithi038.dukxrr (mgr.14180) 1372 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:12:31.415 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:31 smithi133 bash[17559]: cluster 2024-01-16T10:12:30.313488+0000 mon.smithi038 (mon.0) 1021 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-16T10:12:31.415 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:31 smithi133 bash[17559]: cluster 2024-01-16T10:12:30.313516+0000 mon.smithi038 (mon.0) 1022 : cluster [INF] Cluster is now healthy 2024-01-16T10:12:31.520 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:31 smithi038 bash[13941]: cluster 2024-01-16T10:12:29.316364+0000 mgr.smithi038.dukxrr (mgr.14180) 1370 : cluster [DBG] pgmap v897: 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-01-16T10:12:31.520 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:31 smithi038 bash[13941]: cephadm 2024-01-16T10:12:29.347491+0000 mgr.smithi038.dukxrr (mgr.14180) 1371 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi133.avedsz on smithi133 2024-01-16T10:12:31.520 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:31 smithi038 bash[13941]: audit 2024-01-16T10:12:29.948577+0000 mgr.smithi038.dukxrr (mgr.14180) 1372 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:12:31.521 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:31 smithi038 bash[13941]: cluster 2024-01-16T10:12:30.313488+0000 mon.smithi038 (mon.0) 1021 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-16T10:12:31.521 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:31 smithi038 bash[13941]: cluster 2024-01-16T10:12:30.313516+0000 mon.smithi038 (mon.0) 1022 : cluster [INF] Cluster is now healthy 2024-01-16T10:12:31.735 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:12:32.270 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:32 smithi038 bash[13941]: cluster 2024-01-16T10:12:31.317136+0000 mgr.smithi038.dukxrr (mgr.14180) 1373 : cluster [DBG] pgmap v898: 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-01-16T10:12:32.415 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:32 smithi133 bash[17559]: cluster 2024-01-16T10:12:31.317136+0000 mgr.smithi038.dukxrr (mgr.14180) 1373 : cluster [DBG] pgmap v898: 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-01-16T10:12:34.020 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:33 smithi038 bash[13941]: audit 2024-01-16T10:12:32.862602+0000 mon.smithi038 (mon.0) 1023 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:12:34.020 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:33 smithi038 bash[13941]: audit 2024-01-16T10:12:33.345173+0000 mon.smithi038 (mon.0) 1024 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi133.avedsz"}]: dispatch 2024-01-16T10:12:34.165 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:33 smithi133 bash[17559]: audit 2024-01-16T10:12:32.862602+0000 mon.smithi038 (mon.0) 1023 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:12:34.165 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:33 smithi133 bash[17559]: audit 2024-01-16T10:12:33.345173+0000 mon.smithi038 (mon.0) 1024 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi133.avedsz"}]: dispatch 2024-01-16T10:12:35.021 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:34 smithi038 bash[13941]: cluster 2024-01-16T10:12:33.318327+0000 mgr.smithi038.dukxrr (mgr.14180) 1374 : cluster [DBG] pgmap v899: 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-01-16T10:12:35.021 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:34 smithi038 bash[13941]: cephadm 2024-01-16T10:12:33.344118+0000 mgr.smithi038.dukxrr (mgr.14180) 1375 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-avedsz 2024-01-16T10:12:35.021 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:34 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:12:35.021 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:34 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-avedsz 2024-01-16T10:12:35.021 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:34 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.avedsz 2024-01-16T10:12:35.021 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:34 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:12:35.021 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:34 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.avedsz 2024-01-16T10:12:35.021 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:34 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.avedsz ... 2024-01-16T10:12:35.022 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:34 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:12:35.022 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:34 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:12:35.022 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:34 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:12:35.022 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:34 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:12:35.022 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:34 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:12:35.022 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:34 smithi038 bash[13941]: Traceback (most recent call last): 2024-01-16T10:12:35.022 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:34 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T10:12:35.022 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:34 smithi038 bash[13941]: yield (conn, connr) 2024-01-16T10:12:35.022 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:34 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T10:12:35.022 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:34 smithi038 bash[13941]: code, '\n'.join(err))) 2024-01-16T10:12:35.022 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:34 smithi038 bash[13941]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-avedsz 2024-01-16T10:12:35.022 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:34 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:12:35.022 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:34 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-avedsz 2024-01-16T10:12:35.022 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:34 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.avedsz 2024-01-16T10:12:35.023 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:34 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:12:35.023 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:34 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.avedsz 2024-01-16T10:12:35.023 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:34 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.avedsz ... 2024-01-16T10:12:35.023 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:34 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:12:35.023 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:34 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:12:35.023 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:34 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:12:35.023 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:34 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:12:35.023 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:34 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:12:35.023 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:34 smithi038 bash[13941]: cephadm 2024-01-16T10:12:33.344630+0000 mgr.smithi038.dukxrr (mgr.14180) 1376 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi133.avedsz 2024-01-16T10:12:35.023 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:34 smithi038 bash[13941]: cephadm 2024-01-16T10:12:33.346551+0000 mgr.smithi038.dukxrr (mgr.14180) 1377 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi133.avedsz on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-avedsz 2024-01-16T10:12:35.023 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:34 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:12:35.023 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:34 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-avedsz 2024-01-16T10:12:35.023 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:34 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.avedsz 2024-01-16T10:12:35.024 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:34 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:12:35.024 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:34 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.avedsz 2024-01-16T10:12:35.024 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:34 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.avedsz ... 2024-01-16T10:12:35.024 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:34 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:12:35.024 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:34 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:12:35.024 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:34 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:12:35.024 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:34 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:12:35.024 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:34 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:12:35.024 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:34 smithi038 bash[13941]: cephadm 2024-01-16T10:12:33.351358+0000 mgr.smithi038.dukxrr (mgr.14180) 1378 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.cvktxc on smithi038 2024-01-16T10:12:35.116 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:12:35.116 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:11:24.495866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.mexdry on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-mexdry\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-mexdry\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.mexdry\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.mexdry\nDeploy daemon haproxy.nfs.foo.smithi133.mexdry ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:11:28.997173Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.sxueir on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-sxueir\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-sxueir\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.sxueir\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.sxueir\nDeploy daemon haproxy.nfs.foo.smithi038.sxueir ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:11:28.999249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.pwnbxd on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:11:29.001076Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.dyfdiv on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:12:33.346335Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.avedsz on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-avedsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-avedsz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.avedsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.avedsz\nDeploy daemon haproxy.nfs.foo.smithi133.avedsz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -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.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:12:35.166 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:34 smithi133 bash[17559]: cluster 2024-01-16T10:12:33.318327+0000 mgr.smithi038.dukxrr (mgr.14180) 1374 : cluster [DBG] pgmap v899: 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-01-16T10:12:35.166 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:34 smithi133 bash[17559]: cephadm 2024-01-16T10:12:33.344118+0000 mgr.smithi038.dukxrr (mgr.14180) 1375 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-avedsz 2024-01-16T10:12:35.166 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:34 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:12:35.166 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:34 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-avedsz 2024-01-16T10:12:35.166 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:34 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.avedsz 2024-01-16T10:12:35.166 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:34 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:12:35.166 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:34 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.avedsz 2024-01-16T10:12:35.166 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:34 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.avedsz ... 2024-01-16T10:12:35.166 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:34 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:12:35.166 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:34 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:12:35.166 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:34 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:12:35.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:34 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:12:35.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:34 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:12:35.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:34 smithi133 bash[17559]: Traceback (most recent call last): 2024-01-16T10:12:35.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:34 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T10:12:35.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:34 smithi133 bash[17559]: yield (conn, connr) 2024-01-16T10:12:35.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:34 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T10:12:35.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:34 smithi133 bash[17559]: code, '\n'.join(err))) 2024-01-16T10:12:35.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:34 smithi133 bash[17559]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-avedsz 2024-01-16T10:12:35.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:34 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:12:35.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:34 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-avedsz 2024-01-16T10:12:35.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:34 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.avedsz 2024-01-16T10:12:35.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:34 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:12:35.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:34 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.avedsz 2024-01-16T10:12:35.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:34 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.avedsz ... 2024-01-16T10:12:35.168 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:34 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:12:35.168 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:34 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:12:35.168 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:34 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:12:35.168 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:34 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:12:35.168 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:34 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:12:35.168 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:34 smithi133 bash[17559]: cephadm 2024-01-16T10:12:33.344630+0000 mgr.smithi038.dukxrr (mgr.14180) 1376 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi133.avedsz 2024-01-16T10:12:35.168 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:34 smithi133 bash[17559]: cephadm 2024-01-16T10:12:33.346551+0000 mgr.smithi038.dukxrr (mgr.14180) 1377 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi133.avedsz on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-avedsz 2024-01-16T10:12:35.168 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:34 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:12:35.168 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:34 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-avedsz 2024-01-16T10:12:35.168 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:34 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.avedsz 2024-01-16T10:12:35.168 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:34 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:12:35.168 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:34 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.avedsz 2024-01-16T10:12:35.168 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:34 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.avedsz ... 2024-01-16T10:12:35.168 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:34 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:12:35.169 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:34 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:12:35.169 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:34 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:12:35.169 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:34 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:12:35.169 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:34 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:12:35.169 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:34 smithi133 bash[17559]: cephadm 2024-01-16T10:12:33.351358+0000 mgr.smithi038.dukxrr (mgr.14180) 1378 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.cvktxc on smithi038 2024-01-16T10:12:35.939 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:12:36.520 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:36 smithi038 bash[13941]: audit 2024-01-16T10:12:35.118246+0000 mgr.smithi038.dukxrr (mgr.14180) 1379 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:12:36.520 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:36 smithi038 bash[13941]: cluster 2024-01-16T10:12:35.319186+0000 mgr.smithi038.dukxrr (mgr.14180) 1380 : cluster [DBG] pgmap v900: 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-01-16T10:12:36.665 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:36 smithi133 bash[17559]: audit 2024-01-16T10:12:35.118246+0000 mgr.smithi038.dukxrr (mgr.14180) 1379 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:12:36.665 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:36 smithi133 bash[17559]: cluster 2024-01-16T10:12:35.319186+0000 mgr.smithi038.dukxrr (mgr.14180) 1380 : cluster [DBG] pgmap v900: 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-01-16T10:12:36.940 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:12:37.520 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:37 smithi038 bash[13941]: audit 2024-01-16T10:12:37.158554+0000 mon.smithi038 (mon.0) 1025 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi038.cvktxc"}]: dispatch 2024-01-16T10:12:37.665 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:37 smithi133 bash[17559]: audit 2024-01-16T10:12:37.158554+0000 mon.smithi038 (mon.0) 1025 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi038.cvktxc"}]: dispatch 2024-01-16T10:12:38.521 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:38 smithi038 bash[13941]: cephadm 2024-01-16T10:12:37.157713+0000 mgr.smithi038.dukxrr (mgr.14180) 1381 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cvktxc 2024-01-16T10:12:38.521 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:38 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:12:38.521 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:38 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cvktxc 2024-01-16T10:12:38.521 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:38 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cvktxc 2024-01-16T10:12:38.521 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:38 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:12:38.522 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:38 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cvktxc 2024-01-16T10:12:38.522 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:38 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.cvktxc ... 2024-01-16T10:12:38.522 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:38 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:12:38.522 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:38 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:12:38.522 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:38 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:12:38.522 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:38 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:12:38.522 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:38 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:12:38.522 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:38 smithi038 bash[13941]: Traceback (most recent call last): 2024-01-16T10:12:38.522 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:38 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T10:12:38.522 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:38 smithi038 bash[13941]: yield (conn, connr) 2024-01-16T10:12:38.522 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:38 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T10:12:38.522 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:38 smithi038 bash[13941]: code, '\n'.join(err))) 2024-01-16T10:12:38.522 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:38 smithi038 bash[13941]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cvktxc 2024-01-16T10:12:38.523 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:38 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:12:38.523 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:38 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cvktxc 2024-01-16T10:12:38.523 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:38 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cvktxc 2024-01-16T10:12:38.523 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:38 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:12:38.523 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:38 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cvktxc 2024-01-16T10:12:38.523 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:38 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.cvktxc ... 2024-01-16T10:12:38.523 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:38 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:12:38.523 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:38 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:12:38.523 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:38 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:12:38.523 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:38 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:12:38.523 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:38 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:12:38.523 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:38 smithi038 bash[13941]: cephadm 2024-01-16T10:12:37.158062+0000 mgr.smithi038.dukxrr (mgr.14180) 1382 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi038.cvktxc 2024-01-16T10:12:38.523 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:38 smithi038 bash[13941]: cephadm 2024-01-16T10:12:37.159509+0000 mgr.smithi038.dukxrr (mgr.14180) 1383 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi038.cvktxc on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cvktxc 2024-01-16T10:12:38.523 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:38 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:12:38.524 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:38 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cvktxc 2024-01-16T10:12:38.524 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:38 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cvktxc 2024-01-16T10:12:38.524 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:38 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:12:38.524 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:38 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cvktxc 2024-01-16T10:12:38.524 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:38 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.cvktxc ... 2024-01-16T10:12:38.524 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:38 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:12:38.524 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:38 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:12:38.524 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:38 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:12:38.524 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:38 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:12:38.524 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:38 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:12:38.524 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:38 smithi038 bash[13941]: cephadm 2024-01-16T10:12:37.161975+0000 mgr.smithi038.dukxrr (mgr.14180) 1384 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi133.svqrna on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:12:38.524 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:38 smithi038 bash[13941]: cephadm 2024-01-16T10:12:37.164201+0000 mgr.smithi038.dukxrr (mgr.14180) 1385 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi038.soasij on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:12:38.524 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:38 smithi038 bash[13941]: cluster 2024-01-16T10:12:37.165080+0000 mgr.smithi038.dukxrr (mgr.14180) 1386 : cluster [DBG] pgmap v901: 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-01-16T10:12:38.524 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:38 smithi038 bash[13941]: cluster 2024-01-16T10:12:37.270891+0000 mon.smithi038 (mon.0) 1026 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-16T10:12:38.666 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:38 smithi133 bash[17559]: cephadm 2024-01-16T10:12:37.157713+0000 mgr.smithi038.dukxrr (mgr.14180) 1381 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cvktxc 2024-01-16T10:12:38.666 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:38 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:12:38.666 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:38 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cvktxc 2024-01-16T10:12:38.666 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:38 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cvktxc 2024-01-16T10:12:38.666 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:38 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:12:38.666 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:38 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cvktxc 2024-01-16T10:12:38.666 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:38 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.cvktxc ... 2024-01-16T10:12:38.666 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:38 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:12:38.666 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:38 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:12:38.667 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:38 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:12:38.667 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:38 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:12:38.667 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:38 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:12:38.667 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:38 smithi133 bash[17559]: Traceback (most recent call last): 2024-01-16T10:12:38.667 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:38 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T10:12:38.667 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:38 smithi133 bash[17559]: yield (conn, connr) 2024-01-16T10:12:38.667 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:38 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T10:12:38.667 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:38 smithi133 bash[17559]: code, '\n'.join(err))) 2024-01-16T10:12:38.667 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:38 smithi133 bash[17559]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cvktxc 2024-01-16T10:12:38.667 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:38 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:12:38.667 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:38 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cvktxc 2024-01-16T10:12:38.667 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:38 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cvktxc 2024-01-16T10:12:38.667 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:38 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:12:38.668 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:38 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cvktxc 2024-01-16T10:12:38.668 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:38 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.cvktxc ... 2024-01-16T10:12:38.668 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:38 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:12:38.668 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:38 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:12:38.668 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:38 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:12:38.668 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:38 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:12:38.668 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:38 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:12:38.668 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:38 smithi133 bash[17559]: cephadm 2024-01-16T10:12:37.158062+0000 mgr.smithi038.dukxrr (mgr.14180) 1382 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi038.cvktxc 2024-01-16T10:12:38.668 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:38 smithi133 bash[17559]: cephadm 2024-01-16T10:12:37.159509+0000 mgr.smithi038.dukxrr (mgr.14180) 1383 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi038.cvktxc on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cvktxc 2024-01-16T10:12:38.668 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:38 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:12:38.668 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:38 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cvktxc 2024-01-16T10:12:38.668 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:38 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cvktxc 2024-01-16T10:12:38.668 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:38 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:12:38.669 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:38 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cvktxc 2024-01-16T10:12:38.669 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:38 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.cvktxc ... 2024-01-16T10:12:38.669 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:38 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:12:38.669 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:38 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:12:38.669 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:38 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:12:38.669 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:38 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:12:38.669 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:38 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:12:38.669 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:38 smithi133 bash[17559]: cephadm 2024-01-16T10:12:37.161975+0000 mgr.smithi038.dukxrr (mgr.14180) 1384 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi133.svqrna on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:12:38.669 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:38 smithi133 bash[17559]: cephadm 2024-01-16T10:12:37.164201+0000 mgr.smithi038.dukxrr (mgr.14180) 1385 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi038.soasij on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:12:38.669 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:38 smithi133 bash[17559]: cluster 2024-01-16T10:12:37.165080+0000 mgr.smithi038.dukxrr (mgr.14180) 1386 : cluster [DBG] pgmap v901: 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-01-16T10:12:38.669 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:38 smithi133 bash[17559]: cluster 2024-01-16T10:12:37.270891+0000 mon.smithi038 (mon.0) 1026 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-16T10:12:40.270 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:40 smithi038 bash[13941]: audit 2024-01-16T10:12:39.013341+0000 mon.smithi038 (mon.0) 1027 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:12:40.344 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:12:40.344 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:11:29.001076Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.dyfdiv on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:12:33.346335Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.avedsz on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-avedsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-avedsz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.avedsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.avedsz\nDeploy daemon haproxy.nfs.foo.smithi133.avedsz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:12:37.159357Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.cvktxc on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cvktxc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cvktxc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cvktxc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cvktxc\nDeploy daemon haproxy.nfs.foo.smithi038.cvktxc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:12:37.161815Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.svqrna on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:12:37.164089Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.soasij on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:12:40.415 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:40 smithi133 bash[17559]: audit 2024-01-16T10:12:39.013341+0000 mon.smithi038 (mon.0) 1027 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:12:41.098 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:12:41.270 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:41 smithi038 bash[13941]: cluster 2024-01-16T10:12:39.165829+0000 mgr.smithi038.dukxrr (mgr.14180) 1387 : cluster [DBG] pgmap v902: 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-01-16T10:12:41.415 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:41 smithi133 bash[17559]: cluster 2024-01-16T10:12:39.165829+0000 mgr.smithi038.dukxrr (mgr.14180) 1387 : cluster [DBG] pgmap v902: 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-01-16T10:12:42.100 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:12:42.270 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:42 smithi038 bash[13941]: audit 2024-01-16T10:12:40.346798+0000 mgr.smithi038.dukxrr (mgr.14180) 1388 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:12:42.415 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:42 smithi133 bash[17559]: audit 2024-01-16T10:12:40.346798+0000 mgr.smithi038.dukxrr (mgr.14180) 1388 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:12:43.389 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:43 smithi038 bash[13941]: cluster 2024-01-16T10:12:41.166893+0000 mgr.smithi038.dukxrr (mgr.14180) 1389 : cluster [DBG] pgmap v903: 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-01-16T10:12:43.415 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:43 smithi133 bash[17559]: cluster 2024-01-16T10:12:41.166893+0000 mgr.smithi038.dukxrr (mgr.14180) 1389 : cluster [DBG] pgmap v903: 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-01-16T10:12:45.252 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:12:45.253 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:11:29.001076Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.dyfdiv on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:12:33.346335Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.avedsz on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-avedsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-avedsz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.avedsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.avedsz\nDeploy daemon haproxy.nfs.foo.smithi133.avedsz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:12:37.159357Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.cvktxc on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cvktxc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cvktxc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cvktxc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cvktxc\nDeploy daemon haproxy.nfs.foo.smithi038.cvktxc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:12:37.161815Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.svqrna on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:12:37.164089Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.soasij on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:12:45.270 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:45 smithi038 bash[13941]: cluster 2024-01-16T10:12:43.167913+0000 mgr.smithi038.dukxrr (mgr.14180) 1390 : cluster [DBG] pgmap v904: 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-01-16T10:12:45.415 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:45 smithi133 bash[17559]: cluster 2024-01-16T10:12:43.167913+0000 mgr.smithi038.dukxrr (mgr.14180) 1390 : cluster [DBG] pgmap v904: 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-01-16T10:12:46.080 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:12:47.081 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:12:47.415 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:47 smithi133 bash[17559]: cluster 2024-01-16T10:12:45.168998+0000 mgr.smithi038.dukxrr (mgr.14180) 1391 : cluster [DBG] pgmap v905: 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-01-16T10:12:47.415 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:47 smithi133 bash[17559]: audit 2024-01-16T10:12:45.255824+0000 mgr.smithi038.dukxrr (mgr.14180) 1392 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:12:47.520 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:47 smithi038 bash[13941]: cluster 2024-01-16T10:12:45.168998+0000 mgr.smithi038.dukxrr (mgr.14180) 1391 : cluster [DBG] pgmap v905: 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-01-16T10:12:47.520 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:47 smithi038 bash[13941]: audit 2024-01-16T10:12:45.255824+0000 mgr.smithi038.dukxrr (mgr.14180) 1392 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:12:49.166 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:48 smithi133 bash[17559]: cluster 2024-01-16T10:12:47.170194+0000 mgr.smithi038.dukxrr (mgr.14180) 1393 : cluster [DBG] pgmap v906: 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-01-16T10:12:49.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:48 smithi133 bash[17559]: audit 2024-01-16T10:12:47.860985+0000 mon.smithi038 (mon.0) 1028 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:12:49.270 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:48 smithi038 bash[13941]: cluster 2024-01-16T10:12:47.170194+0000 mgr.smithi038.dukxrr (mgr.14180) 1393 : cluster [DBG] pgmap v906: 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-01-16T10:12:49.270 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:48 smithi038 bash[13941]: audit 2024-01-16T10:12:47.860985+0000 mon.smithi038 (mon.0) 1028 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:12:50.228 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:12:50.229 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:11:29.001076Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.dyfdiv on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:12:33.346335Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.avedsz on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-avedsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-avedsz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.avedsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.avedsz\nDeploy daemon haproxy.nfs.foo.smithi133.avedsz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:12:37.159357Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.cvktxc on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cvktxc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cvktxc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cvktxc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cvktxc\nDeploy daemon haproxy.nfs.foo.smithi038.cvktxc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:12:37.161815Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.svqrna on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:12:37.164089Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.soasij on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:12:50.945 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:12:51.164 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:50 smithi133 bash[17559]: cluster 2024-01-16T10:12:49.171154+0000 mgr.smithi038.dukxrr (mgr.14180) 1394 : 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-01-16T10:12:51.270 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:50 smithi038 bash[13941]: cluster 2024-01-16T10:12:49.171154+0000 mgr.smithi038.dukxrr (mgr.14180) 1394 : 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-01-16T10:12:51.947 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:12:52.147 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:51 smithi038 bash[13941]: audit 2024-01-16T10:12:50.231603+0000 mgr.smithi038.dukxrr (mgr.14180) 1395 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:12:52.164 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:51 smithi133 bash[17559]: audit 2024-01-16T10:12:50.231603+0000 mgr.smithi038.dukxrr (mgr.14180) 1395 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:12:53.165 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:52 smithi133 bash[17559]: cluster 2024-01-16T10:12:51.172184+0000 mgr.smithi038.dukxrr (mgr.14180) 1396 : 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-01-16T10:12:53.212 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:52 smithi038 bash[13941]: cluster 2024-01-16T10:12:51.172184+0000 mgr.smithi038.dukxrr (mgr.14180) 1396 : 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-01-16T10:12:55.165 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:54 smithi133 bash[17559]: cluster 2024-01-16T10:12:53.173029+0000 mgr.smithi038.dukxrr (mgr.14180) 1397 : 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-01-16T10:12:55.225 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:12:55.225 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:11:29.001076Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.dyfdiv on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:12:33.346335Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.avedsz on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-avedsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-avedsz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.avedsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.avedsz\nDeploy daemon haproxy.nfs.foo.smithi133.avedsz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:12:37.159357Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.cvktxc on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cvktxc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cvktxc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cvktxc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cvktxc\nDeploy daemon haproxy.nfs.foo.smithi038.cvktxc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:12:37.161815Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.svqrna on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:12:37.164089Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.soasij on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:12:55.255 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:54 smithi038 bash[13941]: cluster 2024-01-16T10:12:53.173029+0000 mgr.smithi038.dukxrr (mgr.14180) 1397 : 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-01-16T10:12:55.976 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:12:56.976 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:12:57.165 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:56 smithi133 bash[17559]: cluster 2024-01-16T10:12:55.174241+0000 mgr.smithi038.dukxrr (mgr.14180) 1398 : 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-01-16T10:12:57.165 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:56 smithi133 bash[17559]: audit 2024-01-16T10:12:55.228990+0000 mgr.smithi038.dukxrr (mgr.14180) 1399 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:12:57.270 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:56 smithi038 bash[13941]: cluster 2024-01-16T10:12:55.174241+0000 mgr.smithi038.dukxrr (mgr.14180) 1398 : 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-01-16T10:12:57.270 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:56 smithi038 bash[13941]: audit 2024-01-16T10:12:55.228990+0000 mgr.smithi038.dukxrr (mgr.14180) 1399 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:12:59.164 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:12:58 smithi133 bash[17559]: cluster 2024-01-16T10:12:57.175250+0000 mgr.smithi038.dukxrr (mgr.14180) 1400 : 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-01-16T10:12:59.270 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:12:58 smithi038 bash[13941]: cluster 2024-01-16T10:12:57.175250+0000 mgr.smithi038.dukxrr (mgr.14180) 1400 : 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-01-16T10:13:00.053 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:13:00.053 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:11:29.001076Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.dyfdiv on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:12:33.346335Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.avedsz on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-avedsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-avedsz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.avedsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.avedsz\nDeploy daemon haproxy.nfs.foo.smithi133.avedsz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:12:37.159357Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.cvktxc on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cvktxc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cvktxc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cvktxc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cvktxc\nDeploy daemon haproxy.nfs.foo.smithi038.cvktxc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:12:37.161815Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.svqrna on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:12:37.164089Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.soasij on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:13:00.811 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:13:01.165 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:00 smithi133 bash[17559]: cluster 2024-01-16T10:12:59.176610+0000 mgr.smithi038.dukxrr (mgr.14180) 1401 : 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-01-16T10:13:01.165 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:00 smithi133 bash[17559]: audit 2024-01-16T10:13:00.057442+0000 mgr.smithi038.dukxrr (mgr.14180) 1402 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:13:01.270 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:00 smithi038 bash[13941]: cluster 2024-01-16T10:12:59.176610+0000 mgr.smithi038.dukxrr (mgr.14180) 1401 : 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-01-16T10:13:01.270 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:00 smithi038 bash[13941]: audit 2024-01-16T10:13:00.057442+0000 mgr.smithi038.dukxrr (mgr.14180) 1402 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:13:01.812 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:13:03.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:02 smithi133 bash[17559]: cluster 2024-01-16T10:13:01.177760+0000 mgr.smithi038.dukxrr (mgr.14180) 1403 : 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-01-16T10:13:03.233 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:02 smithi038 bash[13941]: cluster 2024-01-16T10:13:01.177760+0000 mgr.smithi038.dukxrr (mgr.14180) 1403 : 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-01-16T10:13:05.012 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:13:05.012 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:11:29.001076Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.dyfdiv on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:12:33.346335Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.avedsz on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-avedsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-avedsz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.avedsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.avedsz\nDeploy daemon haproxy.nfs.foo.smithi133.avedsz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:12:37.159357Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.cvktxc on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cvktxc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cvktxc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cvktxc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cvktxc\nDeploy daemon haproxy.nfs.foo.smithi038.cvktxc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:12:37.161815Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.svqrna on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:12:37.164089Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.soasij on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:13:05.164 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:04 smithi133 bash[17559]: cluster 2024-01-16T10:13:03.179276+0000 mgr.smithi038.dukxrr (mgr.14180) 1404 : 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-01-16T10:13:05.224 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:04 smithi038 bash[13941]: cluster 2024-01-16T10:13:03.179276+0000 mgr.smithi038.dukxrr (mgr.14180) 1404 : 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-01-16T10:13:05.760 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:13:06.020 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:05 smithi038 bash[13941]: audit 2024-01-16T10:13:05.015977+0000 mgr.smithi038.dukxrr (mgr.14180) 1405 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:13:06.414 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:05 smithi133 bash[17559]: audit 2024-01-16T10:13:05.015977+0000 mgr.smithi038.dukxrr (mgr.14180) 1405 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:13:06.761 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:13:07.270 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:06 smithi038 bash[13941]: cluster 2024-01-16T10:13:05.180131+0000 mgr.smithi038.dukxrr (mgr.14180) 1406 : 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-01-16T10:13:07.414 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:06 smithi133 bash[17559]: cluster 2024-01-16T10:13:05.180131+0000 mgr.smithi038.dukxrr (mgr.14180) 1406 : 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-01-16T10:13:09.270 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:08 smithi038 bash[13941]: cluster 2024-01-16T10:13:07.180935+0000 mgr.smithi038.dukxrr (mgr.14180) 1407 : 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-01-16T10:13:09.414 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:08 smithi133 bash[17559]: cluster 2024-01-16T10:13:07.180935+0000 mgr.smithi038.dukxrr (mgr.14180) 1407 : 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-01-16T10:13:10.132 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:13:10.132 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:11:29.001076Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.dyfdiv on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:12:33.346335Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.avedsz on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-avedsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-avedsz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.avedsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.avedsz\nDeploy daemon haproxy.nfs.foo.smithi133.avedsz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:12:37.159357Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.cvktxc on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cvktxc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cvktxc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cvktxc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cvktxc\nDeploy daemon haproxy.nfs.foo.smithi038.cvktxc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:12:37.161815Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.svqrna on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:12:37.164089Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.soasij on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:13:10.872 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:13:11.270 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:10 smithi038 bash[13941]: cluster 2024-01-16T10:13:09.182310+0000 mgr.smithi038.dukxrr (mgr.14180) 1408 : 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-01-16T10:13:11.414 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:10 smithi133 bash[17559]: cluster 2024-01-16T10:13:09.182310+0000 mgr.smithi038.dukxrr (mgr.14180) 1408 : 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-01-16T10:13:11.873 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:13:12.270 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:11 smithi038 bash[13941]: audit 2024-01-16T10:13:10.134870+0000 mgr.smithi038.dukxrr (mgr.14180) 1409 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:13:12.414 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:11 smithi133 bash[17559]: audit 2024-01-16T10:13:10.134870+0000 mgr.smithi038.dukxrr (mgr.14180) 1409 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:13:13.240 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:12 smithi038 bash[13941]: cluster 2024-01-16T10:13:11.183363+0000 mgr.smithi038.dukxrr (mgr.14180) 1410 : 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-01-16T10:13:13.415 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:12 smithi133 bash[17559]: cluster 2024-01-16T10:13:11.183363+0000 mgr.smithi038.dukxrr (mgr.14180) 1410 : 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-01-16T10:13:14.965 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:13:14.965 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:11:29.001076Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.dyfdiv on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:12:33.346335Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.avedsz on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-avedsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-avedsz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.avedsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.avedsz\nDeploy daemon haproxy.nfs.foo.smithi133.avedsz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:12:37.159357Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.cvktxc on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cvktxc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cvktxc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cvktxc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cvktxc\nDeploy daemon haproxy.nfs.foo.smithi038.cvktxc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:12:37.161815Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.svqrna on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:12:37.164089Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.soasij on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:13:15.270 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:14 smithi038 bash[13941]: cluster 2024-01-16T10:13:13.184786+0000 mgr.smithi038.dukxrr (mgr.14180) 1411 : 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-01-16T10:13:15.414 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:14 smithi133 bash[17559]: cluster 2024-01-16T10:13:13.184786+0000 mgr.smithi038.dukxrr (mgr.14180) 1411 : 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-01-16T10:13:15.769 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:13:16.020 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:15 smithi038 bash[13941]: audit 2024-01-16T10:13:14.968602+0000 mgr.smithi038.dukxrr (mgr.14180) 1412 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:13:16.414 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:15 smithi133 bash[17559]: audit 2024-01-16T10:13:14.968602+0000 mgr.smithi038.dukxrr (mgr.14180) 1412 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:13:16.770 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:13:17.270 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:17 smithi038 bash[13941]: cluster 2024-01-16T10:13:15.185981+0000 mgr.smithi038.dukxrr (mgr.14180) 1413 : 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-01-16T10:13:17.414 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:17 smithi133 bash[17559]: cluster 2024-01-16T10:13:15.185981+0000 mgr.smithi038.dukxrr (mgr.14180) 1413 : 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-01-16T10:13:19.270 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:19 smithi038 bash[13941]: cluster 2024-01-16T10:13:17.186835+0000 mgr.smithi038.dukxrr (mgr.14180) 1414 : 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-01-16T10:13:19.414 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:19 smithi133 bash[17559]: cluster 2024-01-16T10:13:17.186835+0000 mgr.smithi038.dukxrr (mgr.14180) 1414 : 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-01-16T10:13:19.858 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:13:19.858 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:11:29.001076Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.dyfdiv on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:12:33.346335Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.avedsz on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-avedsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-avedsz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.avedsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.avedsz\nDeploy daemon haproxy.nfs.foo.smithi133.avedsz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:12:37.159357Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.cvktxc on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cvktxc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cvktxc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cvktxc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cvktxc\nDeploy daemon haproxy.nfs.foo.smithi038.cvktxc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:12:37.161815Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.svqrna on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:12:37.164089Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.soasij on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:13:20.659 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:13:21.270 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:21 smithi038 bash[13941]: cluster 2024-01-16T10:13:19.188379+0000 mgr.smithi038.dukxrr (mgr.14180) 1415 : 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-01-16T10:13:21.270 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:21 smithi038 bash[13941]: audit 2024-01-16T10:13:19.860795+0000 mgr.smithi038.dukxrr (mgr.14180) 1416 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:13:21.414 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:21 smithi133 bash[17559]: cluster 2024-01-16T10:13:19.188379+0000 mgr.smithi038.dukxrr (mgr.14180) 1415 : 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-01-16T10:13:21.414 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:21 smithi133 bash[17559]: audit 2024-01-16T10:13:19.860795+0000 mgr.smithi038.dukxrr (mgr.14180) 1416 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:13:21.660 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:13:23.205 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:23 smithi038 bash[13941]: cluster 2024-01-16T10:13:21.189526+0000 mgr.smithi038.dukxrr (mgr.14180) 1417 : 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-01-16T10:13:23.414 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:23 smithi133 bash[17559]: cluster 2024-01-16T10:13:21.189526+0000 mgr.smithi038.dukxrr (mgr.14180) 1417 : 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-01-16T10:13:24.887 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:13:24.887 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:11:29.001076Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.dyfdiv on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:12:33.346335Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.avedsz on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-avedsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-avedsz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.avedsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.avedsz\nDeploy daemon haproxy.nfs.foo.smithi133.avedsz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:12:37.159357Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.cvktxc on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cvktxc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cvktxc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cvktxc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cvktxc\nDeploy daemon haproxy.nfs.foo.smithi038.cvktxc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:12:37.161815Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.svqrna on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:12:37.164089Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.soasij on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:13:25.269 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:25 smithi038 bash[13941]: cluster 2024-01-16T10:13:23.190898+0000 mgr.smithi038.dukxrr (mgr.14180) 1418 : 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-01-16T10:13:25.414 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:25 smithi133 bash[17559]: cluster 2024-01-16T10:13:23.190898+0000 mgr.smithi038.dukxrr (mgr.14180) 1418 : 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-01-16T10:13:25.647 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:13:26.414 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:26 smithi133 bash[17559]: audit 2024-01-16T10:13:24.891142+0000 mgr.smithi038.dukxrr (mgr.14180) 1419 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:13:26.519 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:26 smithi038 bash[13941]: audit 2024-01-16T10:13:24.891142+0000 mgr.smithi038.dukxrr (mgr.14180) 1419 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:13:26.649 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:13:27.414 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:27 smithi133 bash[17559]: cluster 2024-01-16T10:13:25.191667+0000 mgr.smithi038.dukxrr (mgr.14180) 1420 : 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-01-16T10:13:27.519 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:27 smithi038 bash[13941]: cluster 2024-01-16T10:13:25.191667+0000 mgr.smithi038.dukxrr (mgr.14180) 1420 : 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-01-16T10:13:29.269 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:29 smithi038 bash[13941]: cluster 2024-01-16T10:13:27.192640+0000 mgr.smithi038.dukxrr (mgr.14180) 1421 : 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-01-16T10:13:29.414 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:29 smithi133 bash[17559]: cluster 2024-01-16T10:13:27.192640+0000 mgr.smithi038.dukxrr (mgr.14180) 1421 : 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-01-16T10:13:29.842 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:13:29.842 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:11:29.001076Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.dyfdiv on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:12:33.346335Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.avedsz on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-avedsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-avedsz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.avedsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.avedsz\nDeploy daemon haproxy.nfs.foo.smithi133.avedsz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:12:37.159357Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.cvktxc on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cvktxc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cvktxc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cvktxc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cvktxc\nDeploy daemon haproxy.nfs.foo.smithi038.cvktxc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:12:37.161815Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.svqrna on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:12:37.164089Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.soasij on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:13:30.619 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:13:31.414 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:31 smithi133 bash[17559]: cluster 2024-01-16T10:13:29.193772+0000 mgr.smithi038.dukxrr (mgr.14180) 1422 : 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-01-16T10:13:31.414 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:31 smithi133 bash[17559]: audit 2024-01-16T10:13:29.846221+0000 mgr.smithi038.dukxrr (mgr.14180) 1423 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:13:31.519 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:31 smithi038 bash[13941]: cluster 2024-01-16T10:13:29.193772+0000 mgr.smithi038.dukxrr (mgr.14180) 1422 : 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-01-16T10:13:31.520 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:31 smithi038 bash[13941]: audit 2024-01-16T10:13:29.846221+0000 mgr.smithi038.dukxrr (mgr.14180) 1423 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:13:31.620 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:13:33.414 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:33 smithi133 bash[17559]: cluster 2024-01-16T10:13:31.194793+0000 mgr.smithi038.dukxrr (mgr.14180) 1424 : 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-01-16T10:13:33.520 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:33 smithi038 bash[13941]: cluster 2024-01-16T10:13:31.194793+0000 mgr.smithi038.dukxrr (mgr.14180) 1424 : 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-01-16T10:13:34.863 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:13:34.864 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:11:29.001076Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.dyfdiv on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:12:33.346335Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.avedsz on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-avedsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-avedsz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.avedsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.avedsz\nDeploy daemon haproxy.nfs.foo.smithi133.avedsz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:12:37.159357Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.cvktxc on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cvktxc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cvktxc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cvktxc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cvktxc\nDeploy daemon haproxy.nfs.foo.smithi038.cvktxc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:12:37.161815Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.svqrna on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:12:37.164089Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.soasij on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:13:35.269 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:35 smithi038 bash[13941]: cluster 2024-01-16T10:13:33.195793+0000 mgr.smithi038.dukxrr (mgr.14180) 1425 : 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-01-16T10:13:35.414 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:35 smithi133 bash[17559]: cluster 2024-01-16T10:13:33.195793+0000 mgr.smithi038.dukxrr (mgr.14180) 1425 : 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-01-16T10:13:35.653 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:13:36.414 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:36 smithi133 bash[17559]: audit 2024-01-16T10:13:34.867610+0000 mgr.smithi038.dukxrr (mgr.14180) 1426 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:13:36.414 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:36 smithi133 bash[17559]: cluster 2024-01-16T10:13:35.196895+0000 mgr.smithi038.dukxrr (mgr.14180) 1427 : 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-01-16T10:13:36.519 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:36 smithi038 bash[13941]: audit 2024-01-16T10:13:34.867610+0000 mgr.smithi038.dukxrr (mgr.14180) 1426 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:13:36.519 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:36 smithi038 bash[13941]: cluster 2024-01-16T10:13:35.196895+0000 mgr.smithi038.dukxrr (mgr.14180) 1427 : 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-01-16T10:13:36.655 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:13:37.519 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:37 smithi038 bash[13941]: audit 2024-01-16T10:13:37.168644+0000 mon.smithi038 (mon.0) 1029 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T10:13:37.664 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:37 smithi133 bash[17559]: audit 2024-01-16T10:13:37.168644+0000 mon.smithi038 (mon.0) 1029 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T10:13:38.520 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:38 smithi038 bash[13941]: cluster 2024-01-16T10:13:37.197626+0000 mgr.smithi038.dukxrr (mgr.14180) 1428 : 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-01-16T10:13:38.520 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:38 smithi038 bash[13941]: audit 2024-01-16T10:13:37.480569+0000 mon.smithi038 (mon.0) 1030 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T10:13:38.520 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:38 smithi038 bash[13941]: audit 2024-01-16T10:13:37.481919+0000 mon.smithi038 (mon.0) 1031 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T10:13:38.520 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:38 smithi038 bash[13941]: audit 2024-01-16T10:13:37.490652+0000 mon.smithi038 (mon.0) 1032 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:13:38.520 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:38 smithi038 bash[13941]: cluster 2024-01-16T10:13:37.491532+0000 mgr.smithi038.dukxrr (mgr.14180) 1429 : 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-01-16T10:13:38.520 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:38 smithi038 bash[13941]: audit 2024-01-16T10:13:37.499145+0000 mon.smithi038 (mon.0) 1033 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T10:13:38.520 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:38 smithi038 bash[13941]: audit 2024-01-16T10:13:37.515052+0000 mon.smithi038 (mon.0) 1034 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:13:38.520 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:38 smithi038 bash[13941]: cephadm 2024-01-16T10:13:37.521041+0000 mgr.smithi038.dukxrr (mgr.14180) 1430 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi133.bbpsdq on smithi133 2024-01-16T10:13:38.664 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:38 smithi133 bash[17559]: cluster 2024-01-16T10:13:37.197626+0000 mgr.smithi038.dukxrr (mgr.14180) 1428 : 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-01-16T10:13:38.665 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:38 smithi133 bash[17559]: audit 2024-01-16T10:13:37.480569+0000 mon.smithi038 (mon.0) 1030 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T10:13:38.665 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:38 smithi133 bash[17559]: audit 2024-01-16T10:13:37.481919+0000 mon.smithi038 (mon.0) 1031 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T10:13:38.665 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:38 smithi133 bash[17559]: audit 2024-01-16T10:13:37.490652+0000 mon.smithi038 (mon.0) 1032 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:13:38.665 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:38 smithi133 bash[17559]: cluster 2024-01-16T10:13:37.491532+0000 mgr.smithi038.dukxrr (mgr.14180) 1429 : 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-01-16T10:13:38.665 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:38 smithi133 bash[17559]: audit 2024-01-16T10:13:37.499145+0000 mon.smithi038 (mon.0) 1033 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T10:13:38.665 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:38 smithi133 bash[17559]: audit 2024-01-16T10:13:37.515052+0000 mon.smithi038 (mon.0) 1034 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:13:38.666 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:38 smithi133 bash[17559]: cephadm 2024-01-16T10:13:37.521041+0000 mgr.smithi038.dukxrr (mgr.14180) 1430 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi133.bbpsdq on smithi133 2024-01-16T10:13:39.518 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:39 smithi038 bash[13941]: cluster 2024-01-16T10:13:38.486887+0000 mon.smithi038 (mon.0) 1035 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-16T10:13:39.518 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:39 smithi038 bash[13941]: cluster 2024-01-16T10:13:38.486943+0000 mon.smithi038 (mon.0) 1036 : cluster [INF] Cluster is now healthy 2024-01-16T10:13:39.664 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:39 smithi133 bash[17559]: cluster 2024-01-16T10:13:38.486887+0000 mon.smithi038 (mon.0) 1035 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-16T10:13:39.664 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:39 smithi133 bash[17559]: cluster 2024-01-16T10:13:38.486943+0000 mon.smithi038 (mon.0) 1036 : cluster [INF] Cluster is now healthy 2024-01-16T10:13:39.874 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:13:39.874 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:11:29.001076Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.dyfdiv on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:12:33.346335Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.avedsz on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-avedsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-avedsz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.avedsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.avedsz\nDeploy daemon haproxy.nfs.foo.smithi133.avedsz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:12:37.159357Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.cvktxc on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cvktxc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cvktxc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cvktxc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cvktxc\nDeploy daemon haproxy.nfs.foo.smithi038.cvktxc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:12:37.161815Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.svqrna on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:12:37.164089Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.soasij on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:13:40.519 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:40 smithi038 bash[13941]: cluster 2024-01-16T10:13:39.492151+0000 mgr.smithi038.dukxrr (mgr.14180) 1431 : 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-01-16T10:13:40.520 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:40 smithi038 bash[13941]: audit 2024-01-16T10:13:39.879102+0000 mgr.smithi038.dukxrr (mgr.14180) 1432 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:13:40.664 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:40 smithi133 bash[17559]: cluster 2024-01-16T10:13:39.492151+0000 mgr.smithi038.dukxrr (mgr.14180) 1431 : 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-01-16T10:13:40.664 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:40 smithi133 bash[17559]: audit 2024-01-16T10:13:39.879102+0000 mgr.smithi038.dukxrr (mgr.14180) 1432 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:13:40.691 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:13:41.691 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:13:42.915 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:42 smithi133 bash[17559]: cluster 2024-01-16T10:13:41.493013+0000 mgr.smithi038.dukxrr (mgr.14180) 1433 : 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-01-16T10:13:42.915 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:42 smithi133 bash[17559]: cephadm 2024-01-16T10:13:41.566339+0000 mgr.smithi038.dukxrr (mgr.14180) 1434 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bbpsdq 2024-01-16T10:13:42.915 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:42 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:13:42.915 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:42 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bbpsdq 2024-01-16T10:13:42.915 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:42 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bbpsdq 2024-01-16T10:13:42.915 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:42 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:13:42.915 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:42 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bbpsdq 2024-01-16T10:13:42.915 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:42 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.bbpsdq ... 2024-01-16T10:13:42.915 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:42 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:13:42.915 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:42 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:13:42.915 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:42 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:13:42.915 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:42 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:13:42.916 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:42 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:13:42.916 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:42 smithi133 bash[17559]: Traceback (most recent call last): 2024-01-16T10:13:42.916 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:42 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T10:13:42.916 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:42 smithi133 bash[17559]: yield (conn, connr) 2024-01-16T10:13:42.916 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:42 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T10:13:42.916 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:42 smithi133 bash[17559]: code, '\n'.join(err))) 2024-01-16T10:13:42.916 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:42 smithi133 bash[17559]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bbpsdq 2024-01-16T10:13:42.916 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:42 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:13:42.916 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:42 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bbpsdq 2024-01-16T10:13:42.916 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:42 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bbpsdq 2024-01-16T10:13:42.916 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:42 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:13:42.916 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:42 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bbpsdq 2024-01-16T10:13:42.916 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:42 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.bbpsdq ... 2024-01-16T10:13:42.916 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:42 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:13:42.917 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:42 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:13:42.917 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:42 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:13:42.917 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:42 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:13:42.917 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:42 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:13:42.917 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:42 smithi133 bash[17559]: cephadm 2024-01-16T10:13:41.566871+0000 mgr.smithi038.dukxrr (mgr.14180) 1435 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi133.bbpsdq 2024-01-16T10:13:42.917 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:42 smithi133 bash[17559]: audit 2024-01-16T10:13:41.567437+0000 mon.smithi038 (mon.0) 1037 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi133.bbpsdq"}]: dispatch 2024-01-16T10:13:42.917 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:42 smithi133 bash[17559]: cephadm 2024-01-16T10:13:41.569120+0000 mgr.smithi038.dukxrr (mgr.14180) 1436 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi133.bbpsdq on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bbpsdq 2024-01-16T10:13:42.917 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:42 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:13:42.917 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:42 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bbpsdq 2024-01-16T10:13:42.917 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:42 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bbpsdq 2024-01-16T10:13:42.917 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:42 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:13:42.917 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:42 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bbpsdq 2024-01-16T10:13:42.917 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:42 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.bbpsdq ... 2024-01-16T10:13:42.917 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:42 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:13:42.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:42 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:13:42.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:42 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:13:42.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:42 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:13:42.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:42 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:13:42.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:42 smithi133 bash[17559]: cephadm 2024-01-16T10:13:41.573682+0000 mgr.smithi038.dukxrr (mgr.14180) 1437 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.vwztqj on smithi038 2024-01-16T10:13:42.924 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:42 smithi038 bash[13941]: cluster 2024-01-16T10:13:41.493013+0000 mgr.smithi038.dukxrr (mgr.14180) 1433 : 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-01-16T10:13:42.924 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:42 smithi038 bash[13941]: cephadm 2024-01-16T10:13:41.566339+0000 mgr.smithi038.dukxrr (mgr.14180) 1434 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bbpsdq 2024-01-16T10:13:42.924 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:42 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:13:42.924 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:42 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bbpsdq 2024-01-16T10:13:42.924 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:42 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bbpsdq 2024-01-16T10:13:42.925 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:42 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:13:42.925 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:42 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bbpsdq 2024-01-16T10:13:42.925 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:42 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.bbpsdq ... 2024-01-16T10:13:42.925 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:42 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:13:42.925 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:42 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:13:42.925 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:42 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:13:42.925 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:42 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:13:42.925 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:42 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:13:42.925 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:42 smithi038 bash[13941]: Traceback (most recent call last): 2024-01-16T10:13:42.925 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:42 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T10:13:42.925 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:42 smithi038 bash[13941]: yield (conn, connr) 2024-01-16T10:13:42.925 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:42 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T10:13:42.925 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:42 smithi038 bash[13941]: code, '\n'.join(err))) 2024-01-16T10:13:42.925 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:42 smithi038 bash[13941]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bbpsdq 2024-01-16T10:13:42.926 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:42 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:13:42.926 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:42 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bbpsdq 2024-01-16T10:13:42.926 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:42 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bbpsdq 2024-01-16T10:13:42.926 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:42 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:13:42.926 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:42 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bbpsdq 2024-01-16T10:13:42.926 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:42 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.bbpsdq ... 2024-01-16T10:13:42.926 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:42 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:13:42.926 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:42 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:13:42.926 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:42 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:13:42.926 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:42 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:13:42.927 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:42 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:13:42.927 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:42 smithi038 bash[13941]: cephadm 2024-01-16T10:13:41.566871+0000 mgr.smithi038.dukxrr (mgr.14180) 1435 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi133.bbpsdq 2024-01-16T10:13:42.927 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:42 smithi038 bash[13941]: audit 2024-01-16T10:13:41.567437+0000 mon.smithi038 (mon.0) 1037 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi133.bbpsdq"}]: dispatch 2024-01-16T10:13:42.927 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:42 smithi038 bash[13941]: cephadm 2024-01-16T10:13:41.569120+0000 mgr.smithi038.dukxrr (mgr.14180) 1436 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi133.bbpsdq on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bbpsdq 2024-01-16T10:13:42.927 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:42 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:13:42.927 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:42 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bbpsdq 2024-01-16T10:13:42.927 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:42 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bbpsdq 2024-01-16T10:13:42.927 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:42 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:13:42.927 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:42 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bbpsdq 2024-01-16T10:13:42.927 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:42 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.bbpsdq ... 2024-01-16T10:13:42.927 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:42 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:13:42.927 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:42 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:13:42.927 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:42 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:13:42.927 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:42 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:13:42.928 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:42 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:13:42.928 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:42 smithi038 bash[13941]: cephadm 2024-01-16T10:13:41.573682+0000 mgr.smithi038.dukxrr (mgr.14180) 1437 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.vwztqj on smithi038 2024-01-16T10:13:44.769 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:44 smithi038 bash[13941]: cluster 2024-01-16T10:13:43.494117+0000 mgr.smithi038.dukxrr (mgr.14180) 1438 : 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-01-16T10:13:44.847 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:13:44.847 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:12:33.346335Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.avedsz on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-avedsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-avedsz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.avedsz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.avedsz\nDeploy daemon haproxy.nfs.foo.smithi133.avedsz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:12:37.159357Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.cvktxc on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cvktxc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cvktxc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cvktxc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cvktxc\nDeploy daemon haproxy.nfs.foo.smithi038.cvktxc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:12:37.161815Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.svqrna on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:12:37.164089Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.soasij on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:13:41.568909Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.bbpsdq on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bbpsdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bbpsdq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bbpsdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bbpsdq\nDeploy daemon haproxy.nfs.foo.smithi133.bbpsdq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -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.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:13:44.914 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:44 smithi133 bash[17559]: cluster 2024-01-16T10:13:43.494117+0000 mgr.smithi038.dukxrr (mgr.14180) 1438 : 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-01-16T10:13:45.698 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:13:45.799 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:45 smithi038 bash[13941]: audit 2024-01-16T10:13:44.852191+0000 mgr.smithi038.dukxrr (mgr.14180) 1439 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:13:45.914 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:45 smithi133 bash[17559]: audit 2024-01-16T10:13:44.852191+0000 mgr.smithi038.dukxrr (mgr.14180) 1439 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:13:46.700 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:13:46.903 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:46 smithi038 bash[13941]: cluster 2024-01-16T10:13:45.495005+0000 mgr.smithi038.dukxrr (mgr.14180) 1440 : 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-01-16T10:13:46.903 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:46 smithi038 bash[13941]: cephadm 2024-01-16T10:13:45.814533+0000 mgr.smithi038.dukxrr (mgr.14180) 1441 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-vwztqj 2024-01-16T10:13:46.903 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:46 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:13:46.903 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:46 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-vwztqj 2024-01-16T10:13:46.904 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:46 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.vwztqj 2024-01-16T10:13:46.904 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:46 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:13:46.904 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:46 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.vwztqj 2024-01-16T10:13:46.904 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:46 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.vwztqj ... 2024-01-16T10:13:46.904 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:46 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:13:46.904 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:46 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:13:46.904 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:46 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:13:46.904 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:46 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:13:46.904 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:46 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:13:46.904 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:46 smithi038 bash[13941]: Traceback (most recent call last): 2024-01-16T10:13:46.904 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:46 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T10:13:46.904 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:46 smithi038 bash[13941]: yield (conn, connr) 2024-01-16T10:13:46.904 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:46 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T10:13:46.905 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:46 smithi038 bash[13941]: code, '\n'.join(err))) 2024-01-16T10:13:46.905 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:46 smithi038 bash[13941]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-vwztqj 2024-01-16T10:13:46.905 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:46 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:13:46.905 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:46 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-vwztqj 2024-01-16T10:13:46.905 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:46 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.vwztqj 2024-01-16T10:13:46.905 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:46 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:13:46.905 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:46 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.vwztqj 2024-01-16T10:13:46.905 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:46 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.vwztqj ... 2024-01-16T10:13:46.905 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:46 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:13:46.906 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:46 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:13:46.906 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:46 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:13:46.906 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:46 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:13:46.906 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:46 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:13:46.906 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:46 smithi038 bash[13941]: cephadm 2024-01-16T10:13:45.817541+0000 mgr.smithi038.dukxrr (mgr.14180) 1442 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi038.vwztqj 2024-01-16T10:13:46.906 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:46 smithi038 bash[13941]: audit 2024-01-16T10:13:45.818253+0000 mon.smithi038 (mon.0) 1038 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi038.vwztqj"}]: dispatch 2024-01-16T10:13:46.906 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:46 smithi038 bash[13941]: cephadm 2024-01-16T10:13:45.819584+0000 mgr.smithi038.dukxrr (mgr.14180) 1443 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi038.vwztqj on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-vwztqj 2024-01-16T10:13:46.906 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:46 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:13:46.906 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:46 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-vwztqj 2024-01-16T10:13:46.906 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:46 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.vwztqj 2024-01-16T10:13:46.906 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:46 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:13:46.906 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:46 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.vwztqj 2024-01-16T10:13:46.906 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:46 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.vwztqj ... 2024-01-16T10:13:46.907 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:46 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:13:46.907 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:46 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:13:46.907 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:46 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:13:46.907 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:46 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:13:46.907 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:46 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:13:46.907 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:46 smithi038 bash[13941]: cephadm 2024-01-16T10:13:45.821992+0000 mgr.smithi038.dukxrr (mgr.14180) 1444 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi133.rrvqqj on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:13:46.907 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:46 smithi038 bash[13941]: cephadm 2024-01-16T10:13:45.824568+0000 mgr.smithi038.dukxrr (mgr.14180) 1445 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi038.tksesw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:13:46.907 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:46 smithi038 bash[13941]: cluster 2024-01-16T10:13:45.825772+0000 mgr.smithi038.dukxrr (mgr.14180) 1446 : cluster [DBG] pgmap v937: 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-01-16T10:13:46.907 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:46 smithi038 bash[13941]: cluster 2024-01-16T10:13:46.275269+0000 mon.smithi038 (mon.0) 1039 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-16T10:13:46.914 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:46 smithi133 bash[17559]: cluster 2024-01-16T10:13:45.495005+0000 mgr.smithi038.dukxrr (mgr.14180) 1440 : 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-01-16T10:13:46.914 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:46 smithi133 bash[17559]: cephadm 2024-01-16T10:13:45.814533+0000 mgr.smithi038.dukxrr (mgr.14180) 1441 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-vwztqj 2024-01-16T10:13:46.914 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:46 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:13:46.914 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:46 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-vwztqj 2024-01-16T10:13:46.915 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:46 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.vwztqj 2024-01-16T10:13:46.915 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:46 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:13:46.915 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:46 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.vwztqj 2024-01-16T10:13:46.915 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:46 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.vwztqj ... 2024-01-16T10:13:46.915 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:46 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:13:46.915 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:46 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:13:46.915 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:46 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:13:46.915 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:46 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:13:46.915 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:46 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:13:46.915 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:46 smithi133 bash[17559]: Traceback (most recent call last): 2024-01-16T10:13:46.915 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:46 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T10:13:46.915 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:46 smithi133 bash[17559]: yield (conn, connr) 2024-01-16T10:13:46.915 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:46 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T10:13:46.915 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:46 smithi133 bash[17559]: code, '\n'.join(err))) 2024-01-16T10:13:46.916 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:46 smithi133 bash[17559]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-vwztqj 2024-01-16T10:13:46.916 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:46 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:13:46.916 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:46 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-vwztqj 2024-01-16T10:13:46.916 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:46 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.vwztqj 2024-01-16T10:13:46.916 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:46 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:13:46.916 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:46 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.vwztqj 2024-01-16T10:13:46.916 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:46 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.vwztqj ... 2024-01-16T10:13:46.916 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:46 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:13:46.917 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:46 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:13:46.917 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:46 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:13:46.917 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:46 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:13:46.917 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:46 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:13:46.917 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:46 smithi133 bash[17559]: cephadm 2024-01-16T10:13:45.817541+0000 mgr.smithi038.dukxrr (mgr.14180) 1442 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi038.vwztqj 2024-01-16T10:13:46.917 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:46 smithi133 bash[17559]: audit 2024-01-16T10:13:45.818253+0000 mon.smithi038 (mon.0) 1038 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi038.vwztqj"}]: dispatch 2024-01-16T10:13:46.917 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:46 smithi133 bash[17559]: cephadm 2024-01-16T10:13:45.819584+0000 mgr.smithi038.dukxrr (mgr.14180) 1443 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi038.vwztqj on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-vwztqj 2024-01-16T10:13:46.917 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:46 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:13:46.917 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:46 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-vwztqj 2024-01-16T10:13:46.917 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:46 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.vwztqj 2024-01-16T10:13:46.917 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:46 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:13:46.917 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:46 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.vwztqj 2024-01-16T10:13:46.917 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:46 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.vwztqj ... 2024-01-16T10:13:46.917 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:46 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:13:46.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:46 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:13:46.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:46 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:13:46.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:46 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:13:46.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:46 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:13:46.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:46 smithi133 bash[17559]: cephadm 2024-01-16T10:13:45.821992+0000 mgr.smithi038.dukxrr (mgr.14180) 1444 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi133.rrvqqj on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:13:46.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:46 smithi133 bash[17559]: cephadm 2024-01-16T10:13:45.824568+0000 mgr.smithi038.dukxrr (mgr.14180) 1445 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi038.tksesw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:13:46.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:46 smithi133 bash[17559]: cluster 2024-01-16T10:13:45.825772+0000 mgr.smithi038.dukxrr (mgr.14180) 1446 : cluster [DBG] pgmap v937: 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-01-16T10:13:46.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:46 smithi133 bash[17559]: cluster 2024-01-16T10:13:46.275269+0000 mon.smithi038 (mon.0) 1039 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-16T10:13:49.164 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:48 smithi133 bash[17559]: cluster 2024-01-16T10:13:47.826553+0000 mgr.smithi038.dukxrr (mgr.14180) 1447 : 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-01-16T10:13:49.269 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:48 smithi038 bash[13941]: cluster 2024-01-16T10:13:47.826553+0000 mgr.smithi038.dukxrr (mgr.14180) 1447 : 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-01-16T10:13:50.192 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:13:50.192 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:12:37.164089Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.soasij on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:13:41.568909Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.bbpsdq on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bbpsdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bbpsdq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bbpsdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bbpsdq\nDeploy daemon haproxy.nfs.foo.smithi133.bbpsdq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:13:45.819413Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.vwztqj on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-vwztqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-vwztqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.vwztqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.vwztqj\nDeploy daemon haproxy.nfs.foo.smithi038.vwztqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:13:45.821865Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.rrvqqj on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:13:45.824441Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.tksesw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:13:50.400 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:50 smithi038 bash[13941]: audit 2024-01-16T10:13:49.060981+0000 mon.smithi038 (mon.0) 1040 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:13:50.414 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:50 smithi133 bash[17559]: audit 2024-01-16T10:13:49.060981+0000 mon.smithi038 (mon.0) 1040 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:13:50.882 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:13:51.269 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:51 smithi038 bash[13941]: cluster 2024-01-16T10:13:49.827251+0000 mgr.smithi038.dukxrr (mgr.14180) 1448 : 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-01-16T10:13:51.414 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:51 smithi133 bash[17559]: cluster 2024-01-16T10:13:49.827251+0000 mgr.smithi038.dukxrr (mgr.14180) 1448 : 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-01-16T10:13:51.883 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:13:52.269 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:52 smithi038 bash[13941]: audit 2024-01-16T10:13:50.200882+0000 mgr.smithi038.dukxrr (mgr.14180) 1449 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:13:52.414 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:52 smithi133 bash[17559]: audit 2024-01-16T10:13:50.200882+0000 mgr.smithi038.dukxrr (mgr.14180) 1449 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:13:53.268 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:53 smithi038 bash[13941]: cluster 2024-01-16T10:13:51.828181+0000 mgr.smithi038.dukxrr (mgr.14180) 1450 : 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-01-16T10:13:53.414 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:53 smithi133 bash[17559]: cluster 2024-01-16T10:13:51.828181+0000 mgr.smithi038.dukxrr (mgr.14180) 1450 : 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-01-16T10:13:54.269 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:54 smithi038 bash[13941]: cluster 2024-01-16T10:13:53.829561+0000 mgr.smithi038.dukxrr (mgr.14180) 1451 : 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-01-16T10:13:54.414 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:54 smithi133 bash[17559]: cluster 2024-01-16T10:13:53.829561+0000 mgr.smithi038.dukxrr (mgr.14180) 1451 : 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-01-16T10:13:55.098 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:13:55.099 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:12:37.164089Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.soasij on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:13:41.568909Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.bbpsdq on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bbpsdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bbpsdq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bbpsdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bbpsdq\nDeploy daemon haproxy.nfs.foo.smithi133.bbpsdq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:13:45.819413Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.vwztqj on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-vwztqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-vwztqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.vwztqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.vwztqj\nDeploy daemon haproxy.nfs.foo.smithi038.vwztqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:13:45.821865Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.rrvqqj on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:13:45.824441Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.tksesw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:13:55.931 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:13:56.664 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:56 smithi133 bash[17559]: audit 2024-01-16T10:13:55.101872+0000 mgr.smithi038.dukxrr (mgr.14180) 1452 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:13:56.664 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:56 smithi133 bash[17559]: cluster 2024-01-16T10:13:55.830628+0000 mgr.smithi038.dukxrr (mgr.14180) 1453 : 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-01-16T10:13:56.769 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:56 smithi038 bash[13941]: audit 2024-01-16T10:13:55.101872+0000 mgr.smithi038.dukxrr (mgr.14180) 1452 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:13:56.770 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:56 smithi038 bash[13941]: cluster 2024-01-16T10:13:55.830628+0000 mgr.smithi038.dukxrr (mgr.14180) 1453 : 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-01-16T10:13:56.932 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:13:59.164 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:13:58 smithi133 bash[17559]: cluster 2024-01-16T10:13:57.831712+0000 mgr.smithi038.dukxrr (mgr.14180) 1454 : 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-01-16T10:13:59.269 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:13:58 smithi038 bash[13941]: cluster 2024-01-16T10:13:57.831712+0000 mgr.smithi038.dukxrr (mgr.14180) 1454 : 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-01-16T10:14:00.106 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:14:00.106 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:12:37.164089Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.soasij on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:13:41.568909Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.bbpsdq on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bbpsdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bbpsdq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bbpsdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bbpsdq\nDeploy daemon haproxy.nfs.foo.smithi133.bbpsdq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:13:45.819413Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.vwztqj on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-vwztqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-vwztqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.vwztqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.vwztqj\nDeploy daemon haproxy.nfs.foo.smithi038.vwztqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:13:45.821865Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.rrvqqj on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:13:45.824441Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.tksesw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:14:00.874 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:14:01.164 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:00 smithi133 bash[17559]: cluster 2024-01-16T10:13:59.832896+0000 mgr.smithi038.dukxrr (mgr.14180) 1455 : 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-01-16T10:14:01.269 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:00 smithi038 bash[13941]: cluster 2024-01-16T10:13:59.832896+0000 mgr.smithi038.dukxrr (mgr.14180) 1455 : 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-01-16T10:14:01.875 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:14:02.164 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:01 smithi133 bash[17559]: audit 2024-01-16T10:14:00.111723+0000 mgr.smithi038.dukxrr (mgr.14180) 1456 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:14:02.269 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:01 smithi038 bash[13941]: audit 2024-01-16T10:14:00.111723+0000 mgr.smithi038.dukxrr (mgr.14180) 1456 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:14:03.161 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:02 smithi038 bash[13941]: cluster 2024-01-16T10:14:01.833888+0000 mgr.smithi038.dukxrr (mgr.14180) 1457 : 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-01-16T10:14:03.164 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:02 smithi133 bash[17559]: cluster 2024-01-16T10:14:01.833888+0000 mgr.smithi038.dukxrr (mgr.14180) 1457 : 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-01-16T10:14:05.019 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:04 smithi038 bash[13941]: cluster 2024-01-16T10:14:03.835306+0000 mgr.smithi038.dukxrr (mgr.14180) 1458 : 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-01-16T10:14:05.087 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:14:05.087 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:12:37.164089Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.soasij on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:13:41.568909Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.bbpsdq on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bbpsdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bbpsdq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bbpsdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bbpsdq\nDeploy daemon haproxy.nfs.foo.smithi133.bbpsdq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:13:45.819413Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.vwztqj on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-vwztqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-vwztqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.vwztqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.vwztqj\nDeploy daemon haproxy.nfs.foo.smithi038.vwztqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:13:45.821865Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.rrvqqj on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:13:45.824441Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.tksesw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:14:05.164 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:04 smithi133 bash[17559]: cluster 2024-01-16T10:14:03.835306+0000 mgr.smithi038.dukxrr (mgr.14180) 1458 : 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-01-16T10:14:05.836 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:14:06.664 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:06 smithi133 bash[17559]: audit 2024-01-16T10:14:05.089644+0000 mgr.smithi038.dukxrr (mgr.14180) 1459 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:14:06.664 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:06 smithi133 bash[17559]: cluster 2024-01-16T10:14:05.836531+0000 mgr.smithi038.dukxrr (mgr.14180) 1460 : 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-01-16T10:14:06.769 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:06 smithi038 bash[13941]: audit 2024-01-16T10:14:05.089644+0000 mgr.smithi038.dukxrr (mgr.14180) 1459 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:14:06.769 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:06 smithi038 bash[13941]: cluster 2024-01-16T10:14:05.836531+0000 mgr.smithi038.dukxrr (mgr.14180) 1460 : 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-01-16T10:14:06.838 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:14:09.164 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:08 smithi133 bash[17559]: cluster 2024-01-16T10:14:07.837701+0000 mgr.smithi038.dukxrr (mgr.14180) 1461 : 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-01-16T10:14:09.269 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:08 smithi038 bash[13941]: cluster 2024-01-16T10:14:07.837701+0000 mgr.smithi038.dukxrr (mgr.14180) 1461 : 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-01-16T10:14:10.074 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:14:10.074 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:12:37.164089Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.soasij on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:13:41.568909Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.bbpsdq on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bbpsdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bbpsdq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bbpsdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bbpsdq\nDeploy daemon haproxy.nfs.foo.smithi133.bbpsdq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:13:45.819413Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.vwztqj on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-vwztqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-vwztqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.vwztqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.vwztqj\nDeploy daemon haproxy.nfs.foo.smithi038.vwztqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:13:45.821865Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.rrvqqj on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:13:45.824441Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.tksesw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:14:10.798 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:14:11.164 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:10 smithi133 bash[17559]: cluster 2024-01-16T10:14:09.838850+0000 mgr.smithi038.dukxrr (mgr.14180) 1462 : 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-01-16T10:14:11.164 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:10 smithi133 bash[17559]: audit 2024-01-16T10:14:10.075790+0000 mgr.smithi038.dukxrr (mgr.14180) 1463 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:14:11.269 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:10 smithi038 bash[13941]: cluster 2024-01-16T10:14:09.838850+0000 mgr.smithi038.dukxrr (mgr.14180) 1462 : 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-01-16T10:14:11.269 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:10 smithi038 bash[13941]: audit 2024-01-16T10:14:10.075790+0000 mgr.smithi038.dukxrr (mgr.14180) 1463 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:14:11.799 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:14:13.164 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:12 smithi133 bash[17559]: cluster 2024-01-16T10:14:11.839791+0000 mgr.smithi038.dukxrr (mgr.14180) 1464 : 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-01-16T10:14:13.165 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:12 smithi038 bash[13941]: cluster 2024-01-16T10:14:11.839791+0000 mgr.smithi038.dukxrr (mgr.14180) 1464 : 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-01-16T10:14:14.898 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:14:14.898 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:12:37.164089Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.soasij on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:13:41.568909Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.bbpsdq on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bbpsdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bbpsdq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bbpsdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bbpsdq\nDeploy daemon haproxy.nfs.foo.smithi133.bbpsdq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:13:45.819413Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.vwztqj on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-vwztqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-vwztqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.vwztqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.vwztqj\nDeploy daemon haproxy.nfs.foo.smithi038.vwztqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:13:45.821865Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.rrvqqj on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:13:45.824441Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.tksesw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:14:15.163 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:14 smithi133 bash[17559]: cluster 2024-01-16T10:14:13.841195+0000 mgr.smithi038.dukxrr (mgr.14180) 1465 : 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-01-16T10:14:15.269 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:14 smithi038 bash[13941]: cluster 2024-01-16T10:14:13.841195+0000 mgr.smithi038.dukxrr (mgr.14180) 1465 : 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-01-16T10:14:15.712 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:14:16.019 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:15 smithi038 bash[13941]: audit 2024-01-16T10:14:14.905752+0000 mgr.smithi038.dukxrr (mgr.14180) 1466 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:14:16.164 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:15 smithi133 bash[17559]: audit 2024-01-16T10:14:14.905752+0000 mgr.smithi038.dukxrr (mgr.14180) 1466 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:14:16.713 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:14:17.019 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:16 smithi038 bash[13941]: cluster 2024-01-16T10:14:15.842324+0000 mgr.smithi038.dukxrr (mgr.14180) 1467 : 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-01-16T10:14:17.163 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:16 smithi133 bash[17559]: cluster 2024-01-16T10:14:15.842324+0000 mgr.smithi038.dukxrr (mgr.14180) 1467 : 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-01-16T10:14:19.269 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:18 smithi038 bash[13941]: cluster 2024-01-16T10:14:17.843616+0000 mgr.smithi038.dukxrr (mgr.14180) 1468 : 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-01-16T10:14:19.413 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:18 smithi133 bash[17559]: cluster 2024-01-16T10:14:17.843616+0000 mgr.smithi038.dukxrr (mgr.14180) 1468 : 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-01-16T10:14:19.951 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:14:19.951 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:12:37.164089Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.soasij on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:13:41.568909Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.bbpsdq on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bbpsdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bbpsdq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bbpsdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bbpsdq\nDeploy daemon haproxy.nfs.foo.smithi133.bbpsdq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:13:45.819413Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.vwztqj on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-vwztqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-vwztqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.vwztqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.vwztqj\nDeploy daemon haproxy.nfs.foo.smithi038.vwztqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:13:45.821865Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.rrvqqj on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:13:45.824441Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.tksesw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:14:20.682 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:14:21.019 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:20 smithi038 bash[13941]: cluster 2024-01-16T10:14:19.844792+0000 mgr.smithi038.dukxrr (mgr.14180) 1469 : 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-01-16T10:14:21.019 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:20 smithi038 bash[13941]: audit 2024-01-16T10:14:19.960268+0000 mgr.smithi038.dukxrr (mgr.14180) 1470 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:14:21.414 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:20 smithi133 bash[17559]: cluster 2024-01-16T10:14:19.844792+0000 mgr.smithi038.dukxrr (mgr.14180) 1469 : 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-01-16T10:14:21.414 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:20 smithi133 bash[17559]: audit 2024-01-16T10:14:19.960268+0000 mgr.smithi038.dukxrr (mgr.14180) 1470 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:14:21.684 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:14:23.229 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:22 smithi038 bash[13941]: cluster 2024-01-16T10:14:21.845870+0000 mgr.smithi038.dukxrr (mgr.14180) 1471 : 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-01-16T10:14:23.413 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:22 smithi133 bash[17559]: cluster 2024-01-16T10:14:21.845870+0000 mgr.smithi038.dukxrr (mgr.14180) 1471 : 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-01-16T10:14:25.053 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:14:25.053 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:12:37.164089Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.soasij on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:13:41.568909Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.bbpsdq on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bbpsdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bbpsdq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bbpsdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bbpsdq\nDeploy daemon haproxy.nfs.foo.smithi133.bbpsdq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:13:45.819413Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.vwztqj on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-vwztqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-vwztqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.vwztqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.vwztqj\nDeploy daemon haproxy.nfs.foo.smithi038.vwztqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:13:45.821865Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.rrvqqj on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:13:45.824441Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.tksesw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:14:25.269 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:24 smithi038 bash[13941]: cluster 2024-01-16T10:14:23.846903+0000 mgr.smithi038.dukxrr (mgr.14180) 1472 : 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-01-16T10:14:25.413 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:24 smithi133 bash[17559]: cluster 2024-01-16T10:14:23.846903+0000 mgr.smithi038.dukxrr (mgr.14180) 1472 : 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-01-16T10:14:25.833 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:14:26.269 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:25 smithi038 bash[13941]: audit 2024-01-16T10:14:25.062417+0000 mgr.smithi038.dukxrr (mgr.14180) 1473 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:14:26.413 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:25 smithi133 bash[17559]: audit 2024-01-16T10:14:25.062417+0000 mgr.smithi038.dukxrr (mgr.14180) 1473 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:14:26.835 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:14:27.269 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:26 smithi038 bash[13941]: cluster 2024-01-16T10:14:25.847949+0000 mgr.smithi038.dukxrr (mgr.14180) 1474 : 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-01-16T10:14:27.413 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:26 smithi133 bash[17559]: cluster 2024-01-16T10:14:25.847949+0000 mgr.smithi038.dukxrr (mgr.14180) 1474 : 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-01-16T10:14:29.269 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:28 smithi038 bash[13941]: cluster 2024-01-16T10:14:27.849424+0000 mgr.smithi038.dukxrr (mgr.14180) 1475 : 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-01-16T10:14:29.413 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:28 smithi133 bash[17559]: cluster 2024-01-16T10:14:27.849424+0000 mgr.smithi038.dukxrr (mgr.14180) 1475 : 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-01-16T10:14:30.139 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:14:30.140 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:12:37.164089Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.soasij on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:13:41.568909Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.bbpsdq on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bbpsdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bbpsdq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bbpsdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bbpsdq\nDeploy daemon haproxy.nfs.foo.smithi133.bbpsdq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:13:45.819413Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.vwztqj on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-vwztqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-vwztqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.vwztqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.vwztqj\nDeploy daemon haproxy.nfs.foo.smithi038.vwztqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:13:45.821865Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.rrvqqj on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:13:45.824441Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.tksesw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:14:30.963 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:14:31.269 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:30 smithi038 bash[13941]: cluster 2024-01-16T10:14:29.850636+0000 mgr.smithi038.dukxrr (mgr.14180) 1476 : 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-01-16T10:14:31.413 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:30 smithi133 bash[17559]: cluster 2024-01-16T10:14:29.850636+0000 mgr.smithi038.dukxrr (mgr.14180) 1476 : 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-01-16T10:14:31.964 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:14:32.269 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:31 smithi038 bash[13941]: audit 2024-01-16T10:14:30.144152+0000 mgr.smithi038.dukxrr (mgr.14180) 1477 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:14:32.413 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:31 smithi133 bash[17559]: audit 2024-01-16T10:14:30.144152+0000 mgr.smithi038.dukxrr (mgr.14180) 1477 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:14:33.269 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:32 smithi038 bash[13941]: cluster 2024-01-16T10:14:31.851639+0000 mgr.smithi038.dukxrr (mgr.14180) 1478 : 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-01-16T10:14:33.413 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:32 smithi133 bash[17559]: cluster 2024-01-16T10:14:31.851639+0000 mgr.smithi038.dukxrr (mgr.14180) 1478 : 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-01-16T10:14:35.233 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:14:35.233 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:12:37.164089Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.soasij on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:13:41.568909Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.bbpsdq on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bbpsdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bbpsdq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bbpsdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bbpsdq\nDeploy daemon haproxy.nfs.foo.smithi133.bbpsdq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:13:45.819413Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.vwztqj on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-vwztqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-vwztqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.vwztqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.vwztqj\nDeploy daemon haproxy.nfs.foo.smithi038.vwztqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:13:45.821865Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.rrvqqj on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:13:45.824441Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.tksesw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:14:35.269 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:34 smithi038 bash[13941]: cluster 2024-01-16T10:14:33.852686+0000 mgr.smithi038.dukxrr (mgr.14180) 1479 : 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-01-16T10:14:35.413 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:34 smithi133 bash[17559]: cluster 2024-01-16T10:14:33.852686+0000 mgr.smithi038.dukxrr (mgr.14180) 1479 : 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-01-16T10:14:35.995 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:14:36.663 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:36 smithi133 bash[17559]: audit 2024-01-16T10:14:35.242800+0000 mgr.smithi038.dukxrr (mgr.14180) 1480 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:14:36.664 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:36 smithi133 bash[17559]: cluster 2024-01-16T10:14:35.853746+0000 mgr.smithi038.dukxrr (mgr.14180) 1481 : 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-01-16T10:14:36.769 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:36 smithi038 bash[13941]: audit 2024-01-16T10:14:35.242800+0000 mgr.smithi038.dukxrr (mgr.14180) 1480 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:14:36.769 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:36 smithi038 bash[13941]: cluster 2024-01-16T10:14:35.853746+0000 mgr.smithi038.dukxrr (mgr.14180) 1481 : 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-01-16T10:14:36.996 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:14:39.163 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:38 smithi133 bash[17559]: cluster 2024-01-16T10:14:37.855063+0000 mgr.smithi038.dukxrr (mgr.14180) 1482 : 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-01-16T10:14:39.268 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:38 smithi038 bash[13941]: cluster 2024-01-16T10:14:37.855063+0000 mgr.smithi038.dukxrr (mgr.14180) 1482 : 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-01-16T10:14:40.188 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:14:40.188 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:12:37.164089Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.soasij on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:13:41.568909Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.bbpsdq on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bbpsdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bbpsdq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bbpsdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bbpsdq\nDeploy daemon haproxy.nfs.foo.smithi133.bbpsdq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:13:45.819413Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.vwztqj on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-vwztqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-vwztqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.vwztqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.vwztqj\nDeploy daemon haproxy.nfs.foo.smithi038.vwztqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:13:45.821865Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.rrvqqj on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:13:45.824441Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.tksesw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:14:40.927 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:14:41.163 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:40 smithi133 bash[17559]: cluster 2024-01-16T10:14:39.855845+0000 mgr.smithi038.dukxrr (mgr.14180) 1483 : 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-01-16T10:14:41.269 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:40 smithi038 bash[13941]: cluster 2024-01-16T10:14:39.855845+0000 mgr.smithi038.dukxrr (mgr.14180) 1483 : 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-01-16T10:14:41.928 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:14:42.269 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:41 smithi038 bash[13941]: audit 2024-01-16T10:14:40.191811+0000 mgr.smithi038.dukxrr (mgr.14180) 1484 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:14:42.413 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:41 smithi133 bash[17559]: audit 2024-01-16T10:14:40.191811+0000 mgr.smithi038.dukxrr (mgr.14180) 1484 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:14:43.235 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:42 smithi038 bash[13941]: cluster 2024-01-16T10:14:41.856584+0000 mgr.smithi038.dukxrr (mgr.14180) 1485 : 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-01-16T10:14:43.413 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:42 smithi133 bash[17559]: cluster 2024-01-16T10:14:41.856584+0000 mgr.smithi038.dukxrr (mgr.14180) 1485 : 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-01-16T10:14:45.217 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:14:45.217 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:12:37.164089Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.soasij on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:13:41.568909Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.bbpsdq on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bbpsdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bbpsdq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bbpsdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bbpsdq\nDeploy daemon haproxy.nfs.foo.smithi133.bbpsdq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:13:45.819413Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.vwztqj on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-vwztqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-vwztqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.vwztqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.vwztqj\nDeploy daemon haproxy.nfs.foo.smithi038.vwztqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:13:45.821865Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.rrvqqj on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:13:45.824441Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.tksesw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:14:45.268 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:44 smithi038 bash[13941]: cluster 2024-01-16T10:14:43.857969+0000 mgr.smithi038.dukxrr (mgr.14180) 1486 : 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-01-16T10:14:45.413 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:44 smithi133 bash[17559]: cluster 2024-01-16T10:14:43.857969+0000 mgr.smithi038.dukxrr (mgr.14180) 1486 : 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-01-16T10:14:45.993 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:14:46.663 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:46 smithi133 bash[17559]: audit 2024-01-16T10:14:45.226582+0000 mgr.smithi038.dukxrr (mgr.14180) 1487 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:14:46.663 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:46 smithi133 bash[17559]: audit 2024-01-16T10:14:45.829683+0000 mon.smithi038 (mon.0) 1041 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T10:14:46.663 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:46 smithi133 bash[17559]: cluster 2024-01-16T10:14:45.858914+0000 mgr.smithi038.dukxrr (mgr.14180) 1488 : 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-01-16T10:14:46.663 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:46 smithi133 bash[17559]: audit 2024-01-16T10:14:46.106788+0000 mon.smithi038 (mon.0) 1042 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:14:46.769 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:46 smithi038 bash[13941]: audit 2024-01-16T10:14:45.226582+0000 mgr.smithi038.dukxrr (mgr.14180) 1487 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:14:46.769 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:46 smithi038 bash[13941]: audit 2024-01-16T10:14:45.829683+0000 mon.smithi038 (mon.0) 1041 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T10:14:46.769 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:46 smithi038 bash[13941]: cluster 2024-01-16T10:14:45.858914+0000 mgr.smithi038.dukxrr (mgr.14180) 1488 : 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-01-16T10:14:46.769 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:46 smithi038 bash[13941]: audit 2024-01-16T10:14:46.106788+0000 mon.smithi038 (mon.0) 1042 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:14:46.994 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:14:47.519 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:47 smithi038 bash[13941]: audit 2024-01-16T10:14:46.415726+0000 mon.smithi038 (mon.0) 1043 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T10:14:47.519 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:47 smithi038 bash[13941]: audit 2024-01-16T10:14:46.417359+0000 mon.smithi038 (mon.0) 1044 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T10:14:47.519 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:47 smithi038 bash[13941]: audit 2024-01-16T10:14:46.429164+0000 mon.smithi038 (mon.0) 1045 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:14:47.519 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:47 smithi038 bash[13941]: cluster 2024-01-16T10:14:46.430127+0000 mgr.smithi038.dukxrr (mgr.14180) 1489 : cluster [DBG] pgmap v968: 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-01-16T10:14:47.519 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:47 smithi038 bash[13941]: audit 2024-01-16T10:14:46.436847+0000 mon.smithi038 (mon.0) 1046 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T10:14:47.519 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:47 smithi038 bash[13941]: audit 2024-01-16T10:14:46.454034+0000 mon.smithi038 (mon.0) 1047 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:14:47.519 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:47 smithi038 bash[13941]: cephadm 2024-01-16T10:14:46.459288+0000 mgr.smithi038.dukxrr (mgr.14180) 1490 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi133.ffabtj on smithi133 2024-01-16T10:14:47.663 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:47 smithi133 bash[17559]: audit 2024-01-16T10:14:46.415726+0000 mon.smithi038 (mon.0) 1043 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T10:14:47.664 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:47 smithi133 bash[17559]: audit 2024-01-16T10:14:46.417359+0000 mon.smithi038 (mon.0) 1044 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T10:14:47.664 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:47 smithi133 bash[17559]: audit 2024-01-16T10:14:46.429164+0000 mon.smithi038 (mon.0) 1045 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:14:47.664 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:47 smithi133 bash[17559]: cluster 2024-01-16T10:14:46.430127+0000 mgr.smithi038.dukxrr (mgr.14180) 1489 : cluster [DBG] pgmap v968: 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-01-16T10:14:47.664 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:47 smithi133 bash[17559]: audit 2024-01-16T10:14:46.436847+0000 mon.smithi038 (mon.0) 1046 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T10:14:47.664 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:47 smithi133 bash[17559]: audit 2024-01-16T10:14:46.454034+0000 mon.smithi038 (mon.0) 1047 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:14:47.664 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:47 smithi133 bash[17559]: cephadm 2024-01-16T10:14:46.459288+0000 mgr.smithi038.dukxrr (mgr.14180) 1490 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi133.ffabtj on smithi133 2024-01-16T10:14:48.518 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:48 smithi038 bash[13941]: cluster 2024-01-16T10:14:47.426000+0000 mon.smithi038 (mon.0) 1048 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-16T10:14:48.518 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:48 smithi038 bash[13941]: cluster 2024-01-16T10:14:47.426061+0000 mon.smithi038 (mon.0) 1049 : cluster [INF] Cluster is now healthy 2024-01-16T10:14:48.518 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:48 smithi038 bash[13941]: audit 2024-01-16T10:14:47.865406+0000 mon.smithi038 (mon.0) 1050 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:14:48.663 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:48 smithi133 bash[17559]: cluster 2024-01-16T10:14:47.426000+0000 mon.smithi038 (mon.0) 1048 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-16T10:14:48.663 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:48 smithi133 bash[17559]: cluster 2024-01-16T10:14:47.426061+0000 mon.smithi038 (mon.0) 1049 : cluster [INF] Cluster is now healthy 2024-01-16T10:14:48.663 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:48 smithi133 bash[17559]: audit 2024-01-16T10:14:47.865406+0000 mon.smithi038 (mon.0) 1050 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:14:49.518 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:49 smithi038 bash[13941]: cluster 2024-01-16T10:14:48.430917+0000 mgr.smithi038.dukxrr (mgr.14180) 1491 : cluster [DBG] pgmap v969: 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-01-16T10:14:49.663 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:49 smithi133 bash[17559]: cluster 2024-01-16T10:14:48.430917+0000 mgr.smithi038.dukxrr (mgr.14180) 1491 : cluster [DBG] pgmap v969: 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-01-16T10:14:50.589 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:14:50.589 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:12:37.164089Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.soasij on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:13:41.568909Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.bbpsdq on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bbpsdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bbpsdq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bbpsdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bbpsdq\nDeploy daemon haproxy.nfs.foo.smithi133.bbpsdq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:13:45.819413Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.vwztqj on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-vwztqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-vwztqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.vwztqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.vwztqj\nDeploy daemon haproxy.nfs.foo.smithi038.vwztqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:13:45.821865Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.rrvqqj on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:13:45.824441Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.tksesw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:14:51.445 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:14:51.664 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:51 smithi133 bash[17559]: cluster 2024-01-16T10:14:50.431730+0000 mgr.smithi038.dukxrr (mgr.14180) 1492 : cluster [DBG] pgmap v970: 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-01-16T10:14:51.664 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:51 smithi133 bash[17559]: audit 2024-01-16T10:14:50.593341+0000 mgr.smithi038.dukxrr (mgr.14180) 1493 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:14:51.664 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:51 smithi133 bash[17559]: cephadm 2024-01-16T10:14:50.750837+0000 mgr.smithi038.dukxrr (mgr.14180) 1494 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-ffabtj 2024-01-16T10:14:51.664 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:51 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:14:51.664 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:51 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-ffabtj 2024-01-16T10:14:51.664 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:51 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.ffabtj 2024-01-16T10:14:51.665 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:51 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:14:51.665 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:51 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.ffabtj 2024-01-16T10:14:51.665 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:51 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.ffabtj ... 2024-01-16T10:14:51.665 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:51 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:14:51.665 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:51 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:14:51.665 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:51 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:14:51.665 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:51 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:14:51.665 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:51 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:14:51.665 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:51 smithi133 bash[17559]: Traceback (most recent call last): 2024-01-16T10:14:51.665 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:51 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T10:14:51.665 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:51 smithi133 bash[17559]: yield (conn, connr) 2024-01-16T10:14:51.665 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:51 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T10:14:51.665 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:51 smithi133 bash[17559]: code, '\n'.join(err))) 2024-01-16T10:14:51.665 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:51 smithi133 bash[17559]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-ffabtj 2024-01-16T10:14:51.666 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:51 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:14:51.666 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:51 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-ffabtj 2024-01-16T10:14:51.666 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:51 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.ffabtj 2024-01-16T10:14:51.666 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:51 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:14:51.666 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:51 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.ffabtj 2024-01-16T10:14:51.666 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:51 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.ffabtj ... 2024-01-16T10:14:51.666 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:51 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:14:51.666 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:51 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:14:51.666 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:51 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:14:51.666 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:51 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:14:51.666 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:51 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:14:51.666 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:51 smithi133 bash[17559]: cephadm 2024-01-16T10:14:50.751336+0000 mgr.smithi038.dukxrr (mgr.14180) 1495 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi133.ffabtj 2024-01-16T10:14:51.666 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:51 smithi133 bash[17559]: audit 2024-01-16T10:14:50.752087+0000 mon.smithi038 (mon.0) 1051 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi133.ffabtj"}]: dispatch 2024-01-16T10:14:51.666 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:51 smithi133 bash[17559]: cephadm 2024-01-16T10:14:50.753807+0000 mgr.smithi038.dukxrr (mgr.14180) 1496 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi133.ffabtj on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-ffabtj 2024-01-16T10:14:51.667 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:51 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:14:51.667 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:51 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-ffabtj 2024-01-16T10:14:51.667 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:51 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.ffabtj 2024-01-16T10:14:51.667 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:51 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:14:51.667 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:51 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.ffabtj 2024-01-16T10:14:51.667 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:51 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.ffabtj ... 2024-01-16T10:14:51.667 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:51 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:14:51.667 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:51 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:14:51.667 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:51 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:14:51.667 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:51 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:14:51.667 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:51 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:14:51.667 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:51 smithi133 bash[17559]: cephadm 2024-01-16T10:14:50.758371+0000 mgr.smithi038.dukxrr (mgr.14180) 1497 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.cslifv on smithi038 2024-01-16T10:14:51.769 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:51 smithi038 bash[13941]: cluster 2024-01-16T10:14:50.431730+0000 mgr.smithi038.dukxrr (mgr.14180) 1492 : cluster [DBG] pgmap v970: 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-01-16T10:14:51.769 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:51 smithi038 bash[13941]: audit 2024-01-16T10:14:50.593341+0000 mgr.smithi038.dukxrr (mgr.14180) 1493 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:14:51.769 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:51 smithi038 bash[13941]: cephadm 2024-01-16T10:14:50.750837+0000 mgr.smithi038.dukxrr (mgr.14180) 1494 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-ffabtj 2024-01-16T10:14:51.769 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:51 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:14:51.770 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:51 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-ffabtj 2024-01-16T10:14:51.770 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:51 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.ffabtj 2024-01-16T10:14:51.770 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:51 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:14:51.770 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:51 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.ffabtj 2024-01-16T10:14:51.770 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:51 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.ffabtj ... 2024-01-16T10:14:51.770 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:51 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:14:51.770 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:51 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:14:51.770 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:51 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:14:51.770 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:51 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:14:51.770 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:51 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:14:51.770 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:51 smithi038 bash[13941]: Traceback (most recent call last): 2024-01-16T10:14:51.770 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:51 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T10:14:51.770 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:51 smithi038 bash[13941]: yield (conn, connr) 2024-01-16T10:14:51.770 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:51 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T10:14:51.771 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:51 smithi038 bash[13941]: code, '\n'.join(err))) 2024-01-16T10:14:51.771 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:51 smithi038 bash[13941]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-ffabtj 2024-01-16T10:14:51.771 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:51 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:14:51.771 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:51 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-ffabtj 2024-01-16T10:14:51.771 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:51 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.ffabtj 2024-01-16T10:14:51.771 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:51 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:14:51.772 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:51 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.ffabtj 2024-01-16T10:14:51.772 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:51 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.ffabtj ... 2024-01-16T10:14:51.772 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:51 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:14:51.772 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:51 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:14:51.772 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:51 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:14:51.772 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:51 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:14:51.772 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:51 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:14:51.772 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:51 smithi038 bash[13941]: cephadm 2024-01-16T10:14:50.751336+0000 mgr.smithi038.dukxrr (mgr.14180) 1495 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi133.ffabtj 2024-01-16T10:14:51.772 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:51 smithi038 bash[13941]: audit 2024-01-16T10:14:50.752087+0000 mon.smithi038 (mon.0) 1051 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi133.ffabtj"}]: dispatch 2024-01-16T10:14:51.772 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:51 smithi038 bash[13941]: cephadm 2024-01-16T10:14:50.753807+0000 mgr.smithi038.dukxrr (mgr.14180) 1496 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi133.ffabtj on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-ffabtj 2024-01-16T10:14:51.772 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:51 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:14:51.772 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:51 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-ffabtj 2024-01-16T10:14:51.773 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:51 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.ffabtj 2024-01-16T10:14:51.773 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:51 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:14:51.773 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:51 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.ffabtj 2024-01-16T10:14:51.773 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:51 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.ffabtj ... 2024-01-16T10:14:51.773 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:51 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:14:51.773 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:51 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:14:51.773 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:51 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:14:51.773 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:51 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:14:51.773 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:51 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:14:51.773 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:51 smithi038 bash[13941]: cephadm 2024-01-16T10:14:50.758371+0000 mgr.smithi038.dukxrr (mgr.14180) 1497 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.cslifv on smithi038 2024-01-16T10:14:52.447 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:14:53.768 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:53 smithi038 bash[13941]: cluster 2024-01-16T10:14:52.432482+0000 mgr.smithi038.dukxrr (mgr.14180) 1498 : cluster [DBG] pgmap v971: 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-01-16T10:14:53.913 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:53 smithi133 bash[17559]: cluster 2024-01-16T10:14:52.432482+0000 mgr.smithi038.dukxrr (mgr.14180) 1498 : cluster [DBG] pgmap v971: 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-01-16T10:14:55.680 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:14:55.681 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:13:41.568909Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.bbpsdq on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bbpsdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bbpsdq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bbpsdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bbpsdq\nDeploy daemon haproxy.nfs.foo.smithi133.bbpsdq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:13:45.819413Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.vwztqj on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-vwztqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-vwztqj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.vwztqj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.vwztqj\nDeploy daemon haproxy.nfs.foo.smithi038.vwztqj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:13:45.821865Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.rrvqqj on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:13:45.824441Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.tksesw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:14:50.753580Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.ffabtj on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-ffabtj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-ffabtj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.ffabtj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.ffabtj\nDeploy daemon haproxy.nfs.foo.smithi133.ffabtj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -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.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:14:55.736 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:55 smithi038 bash[13941]: cluster 2024-01-16T10:14:54.433656+0000 mgr.smithi038.dukxrr (mgr.14180) 1499 : cluster [DBG] pgmap v972: 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-01-16T10:14:55.913 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:55 smithi133 bash[17559]: cluster 2024-01-16T10:14:54.433656+0000 mgr.smithi038.dukxrr (mgr.14180) 1499 : cluster [DBG] pgmap v972: 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-01-16T10:14:56.610 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:14:56.769 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:56 smithi038 bash[13941]: audit 2024-01-16T10:14:55.686352+0000 mgr.smithi038.dukxrr (mgr.14180) 1500 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:14:56.769 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:56 smithi038 bash[13941]: cephadm 2024-01-16T10:14:55.959157+0000 mgr.smithi038.dukxrr (mgr.14180) 1501 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cslifv 2024-01-16T10:14:56.769 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:56 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:14:56.770 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:56 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cslifv 2024-01-16T10:14:56.770 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:56 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cslifv 2024-01-16T10:14:56.770 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:56 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:14:56.770 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:56 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cslifv 2024-01-16T10:14:56.770 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:56 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.cslifv ... 2024-01-16T10:14:56.770 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:56 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:14:56.770 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:56 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:14:56.770 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:56 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:14:56.770 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:56 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:14:56.770 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:56 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:14:56.771 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:56 smithi038 bash[13941]: Traceback (most recent call last): 2024-01-16T10:14:56.771 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:56 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T10:14:56.771 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:56 smithi038 bash[13941]: yield (conn, connr) 2024-01-16T10:14:56.771 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:56 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T10:14:56.771 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:56 smithi038 bash[13941]: code, '\n'.join(err))) 2024-01-16T10:14:56.771 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:56 smithi038 bash[13941]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cslifv 2024-01-16T10:14:56.771 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:56 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:14:56.771 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:56 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cslifv 2024-01-16T10:14:56.771 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:56 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cslifv 2024-01-16T10:14:56.771 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:56 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:14:56.771 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:56 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cslifv 2024-01-16T10:14:56.771 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:56 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.cslifv ... 2024-01-16T10:14:56.772 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:56 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:14:56.772 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:56 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:14:56.772 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:56 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:14:56.772 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:56 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:14:56.772 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:56 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:14:56.772 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:56 smithi038 bash[13941]: cephadm 2024-01-16T10:14:55.959654+0000 mgr.smithi038.dukxrr (mgr.14180) 1502 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi038.cslifv 2024-01-16T10:14:56.772 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:56 smithi038 bash[13941]: audit 2024-01-16T10:14:55.960388+0000 mon.smithi038 (mon.0) 1052 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi038.cslifv"}]: dispatch 2024-01-16T10:14:56.772 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:56 smithi038 bash[13941]: cephadm 2024-01-16T10:14:55.961705+0000 mgr.smithi038.dukxrr (mgr.14180) 1503 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi038.cslifv on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cslifv 2024-01-16T10:14:56.772 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:56 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:14:56.772 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:56 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cslifv 2024-01-16T10:14:56.772 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:56 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cslifv 2024-01-16T10:14:56.773 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:56 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:14:56.773 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:56 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cslifv 2024-01-16T10:14:56.773 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:56 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.cslifv ... 2024-01-16T10:14:56.773 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:56 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:14:56.773 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:56 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:14:56.773 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:56 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:14:56.773 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:56 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:14:56.773 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:56 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:14:56.773 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:56 smithi038 bash[13941]: cephadm 2024-01-16T10:14:55.963558+0000 mgr.smithi038.dukxrr (mgr.14180) 1504 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi133.brtdjj on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:14:56.773 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:56 smithi038 bash[13941]: cephadm 2024-01-16T10:14:55.965365+0000 mgr.smithi038.dukxrr (mgr.14180) 1505 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi038.akfpuw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:14:56.773 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:56 smithi038 bash[13941]: cluster 2024-01-16T10:14:55.966402+0000 mgr.smithi038.dukxrr (mgr.14180) 1506 : cluster [DBG] pgmap v973: 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-01-16T10:14:56.914 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:56 smithi133 bash[17559]: audit 2024-01-16T10:14:55.686352+0000 mgr.smithi038.dukxrr (mgr.14180) 1500 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:14:56.914 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:56 smithi133 bash[17559]: cephadm 2024-01-16T10:14:55.959157+0000 mgr.smithi038.dukxrr (mgr.14180) 1501 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cslifv 2024-01-16T10:14:56.914 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:56 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:14:56.914 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:56 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cslifv 2024-01-16T10:14:56.914 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:56 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cslifv 2024-01-16T10:14:56.915 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:56 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:14:56.915 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:56 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cslifv 2024-01-16T10:14:56.915 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:56 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.cslifv ... 2024-01-16T10:14:56.915 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:56 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:14:56.915 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:56 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:14:56.915 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:56 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:14:56.915 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:56 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:14:56.915 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:56 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:14:56.915 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:56 smithi133 bash[17559]: Traceback (most recent call last): 2024-01-16T10:14:56.915 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:56 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T10:14:56.916 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:56 smithi133 bash[17559]: yield (conn, connr) 2024-01-16T10:14:56.916 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:56 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T10:14:56.916 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:56 smithi133 bash[17559]: code, '\n'.join(err))) 2024-01-16T10:14:56.916 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:56 smithi133 bash[17559]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cslifv 2024-01-16T10:14:56.916 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:56 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:14:56.916 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:56 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cslifv 2024-01-16T10:14:56.916 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:56 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cslifv 2024-01-16T10:14:56.916 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:56 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:14:56.916 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:56 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cslifv 2024-01-16T10:14:56.916 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:56 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.cslifv ... 2024-01-16T10:14:56.916 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:56 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:14:56.916 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:56 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:14:56.916 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:56 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:14:56.917 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:56 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:14:56.917 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:56 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:14:56.917 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:56 smithi133 bash[17559]: cephadm 2024-01-16T10:14:55.959654+0000 mgr.smithi038.dukxrr (mgr.14180) 1502 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi038.cslifv 2024-01-16T10:14:56.917 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:56 smithi133 bash[17559]: audit 2024-01-16T10:14:55.960388+0000 mon.smithi038 (mon.0) 1052 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi038.cslifv"}]: dispatch 2024-01-16T10:14:56.917 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:56 smithi133 bash[17559]: cephadm 2024-01-16T10:14:55.961705+0000 mgr.smithi038.dukxrr (mgr.14180) 1503 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi038.cslifv on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cslifv 2024-01-16T10:14:56.917 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:56 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:14:56.917 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:56 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cslifv 2024-01-16T10:14:56.917 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:56 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cslifv 2024-01-16T10:14:56.917 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:56 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:14:56.917 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:56 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cslifv 2024-01-16T10:14:56.917 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:56 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.cslifv ... 2024-01-16T10:14:56.917 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:56 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:14:56.917 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:56 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:14:56.917 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:56 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:14:56.917 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:56 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:14:56.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:56 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:14:56.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:56 smithi133 bash[17559]: cephadm 2024-01-16T10:14:55.963558+0000 mgr.smithi038.dukxrr (mgr.14180) 1504 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi133.brtdjj on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:14:56.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:56 smithi133 bash[17559]: cephadm 2024-01-16T10:14:55.965365+0000 mgr.smithi038.dukxrr (mgr.14180) 1505 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi038.akfpuw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:14:56.918 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:56 smithi133 bash[17559]: cluster 2024-01-16T10:14:55.966402+0000 mgr.smithi038.dukxrr (mgr.14180) 1506 : cluster [DBG] pgmap v973: 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-01-16T10:14:57.611 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:14:57.768 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:57 smithi038 bash[13941]: cluster 2024-01-16T10:14:56.500351+0000 mon.smithi038 (mon.0) 1053 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-16T10:14:57.913 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:57 smithi133 bash[17559]: cluster 2024-01-16T10:14:56.500351+0000 mon.smithi038 (mon.0) 1053 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-16T10:14:58.768 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:14:58 smithi038 bash[13941]: cluster 2024-01-16T10:14:57.967680+0000 mgr.smithi038.dukxrr (mgr.14180) 1507 : cluster [DBG] pgmap v974: 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-01-16T10:14:58.913 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:14:58 smithi133 bash[17559]: cluster 2024-01-16T10:14:57.967680+0000 mgr.smithi038.dukxrr (mgr.14180) 1507 : cluster [DBG] pgmap v974: 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-01-16T10:15:00.413 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:15:00 smithi133 bash[17559]: audit 2024-01-16T10:14:59.109207+0000 mon.smithi038 (mon.0) 1054 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:15:00.413 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:15:00 smithi133 bash[17559]: cluster 2024-01-16T10:14:59.968840+0000 mgr.smithi038.dukxrr (mgr.14180) 1508 : cluster [DBG] pgmap v975: 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-01-16T10:15:00.518 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:15:00 smithi038 bash[13941]: audit 2024-01-16T10:14:59.109207+0000 mon.smithi038 (mon.0) 1054 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:15:00.518 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:15:00 smithi038 bash[13941]: cluster 2024-01-16T10:14:59.968840+0000 mgr.smithi038.dukxrr (mgr.14180) 1508 : cluster [DBG] pgmap v975: 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-01-16T10:15:00.641 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:15:00.641 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:13:45.824441Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.tksesw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:14:50.753580Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.ffabtj on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-ffabtj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-ffabtj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.ffabtj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.ffabtj\nDeploy daemon haproxy.nfs.foo.smithi133.ffabtj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:14:55.961571Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.cslifv on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cslifv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cslifv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cslifv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cslifv\nDeploy daemon haproxy.nfs.foo.smithi038.cslifv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:14:55.963435Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.brtdjj on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:14:55.965254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.akfpuw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:15:01.397 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:15:01.413 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:15:01 smithi133 bash[17559]: audit 2024-01-16T10:15:00.645408+0000 mgr.smithi038.dukxrr (mgr.14180) 1509 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:15:01.518 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:15:01 smithi038 bash[13941]: audit 2024-01-16T10:15:00.645408+0000 mgr.smithi038.dukxrr (mgr.14180) 1509 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:15:02.397 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:15:02.611 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:15:02 smithi038 bash[13941]: cluster 2024-01-16T10:15:01.969835+0000 mgr.smithi038.dukxrr (mgr.14180) 1510 : cluster [DBG] pgmap v976: 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-01-16T10:15:02.663 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:15:02 smithi133 bash[17559]: cluster 2024-01-16T10:15:01.969835+0000 mgr.smithi038.dukxrr (mgr.14180) 1510 : cluster [DBG] pgmap v976: 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-01-16T10:15:04.163 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:15:03 smithi133 bash[17559]: audit 2024-01-16T10:15:02.862523+0000 mon.smithi038 (mon.0) 1055 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:15:04.268 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:15:03 smithi038 bash[13941]: audit 2024-01-16T10:15:02.862523+0000 mon.smithi038 (mon.0) 1055 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:15:05.163 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:15:04 smithi133 bash[17559]: cluster 2024-01-16T10:15:03.971222+0000 mgr.smithi038.dukxrr (mgr.14180) 1511 : cluster [DBG] pgmap v977: 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-01-16T10:15:05.226 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:15:04 smithi038 bash[13941]: cluster 2024-01-16T10:15:03.971222+0000 mgr.smithi038.dukxrr (mgr.14180) 1511 : cluster [DBG] pgmap v977: 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-01-16T10:15:05.652 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:15:05.652 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:13:45.824441Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.tksesw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:14:50.753580Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.ffabtj on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-ffabtj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-ffabtj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.ffabtj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.ffabtj\nDeploy daemon haproxy.nfs.foo.smithi133.ffabtj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:14:55.961571Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.cslifv on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cslifv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cslifv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cslifv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cslifv\nDeploy daemon haproxy.nfs.foo.smithi038.cslifv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:14:55.963435Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.brtdjj on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:14:55.965254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.akfpuw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:15:06.454 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:15:06.663 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:15:06 smithi133 bash[17559]: audit 2024-01-16T10:15:05.657292+0000 mgr.smithi038.dukxrr (mgr.14180) 1512 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:15:06.663 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:15:06 smithi133 bash[17559]: cluster 2024-01-16T10:15:05.972276+0000 mgr.smithi038.dukxrr (mgr.14180) 1513 : cluster [DBG] pgmap v978: 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-01-16T10:15:06.768 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:15:06 smithi038 bash[13941]: audit 2024-01-16T10:15:05.657292+0000 mgr.smithi038.dukxrr (mgr.14180) 1512 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:15:06.769 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:15:06 smithi038 bash[13941]: cluster 2024-01-16T10:15:05.972276+0000 mgr.smithi038.dukxrr (mgr.14180) 1513 : cluster [DBG] pgmap v978: 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-01-16T10:15:07.454 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:15:09.268 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:15:09 smithi038 bash[13941]: cluster 2024-01-16T10:15:07.973672+0000 mgr.smithi038.dukxrr (mgr.14180) 1514 : 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-01-16T10:15:09.413 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:15:09 smithi133 bash[17559]: cluster 2024-01-16T10:15:07.973672+0000 mgr.smithi038.dukxrr (mgr.14180) 1514 : 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-01-16T10:15:10.659 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:15:10.659 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:13:45.824441Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.tksesw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:14:50.753580Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.ffabtj on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-ffabtj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-ffabtj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.ffabtj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.ffabtj\nDeploy daemon haproxy.nfs.foo.smithi133.ffabtj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:14:55.961571Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.cslifv on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cslifv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cslifv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cslifv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cslifv\nDeploy daemon haproxy.nfs.foo.smithi038.cslifv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:14:55.963435Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.brtdjj on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:14:55.965254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.akfpuw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:15:11.268 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:15:11 smithi038 bash[13941]: cluster 2024-01-16T10:15:09.974848+0000 mgr.smithi038.dukxrr (mgr.14180) 1515 : 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-01-16T10:15:11.411 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:15:11.413 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:15:11 smithi133 bash[17559]: cluster 2024-01-16T10:15:09.974848+0000 mgr.smithi038.dukxrr (mgr.14180) 1515 : 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-01-16T10:15:12.412 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:15:12.413 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:15:12 smithi133 bash[17559]: audit 2024-01-16T10:15:10.664818+0000 mgr.smithi038.dukxrr (mgr.14180) 1516 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:15:12.426 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:15:12 smithi038 bash[13941]: audit 2024-01-16T10:15:10.664818+0000 mgr.smithi038.dukxrr (mgr.14180) 1516 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:15:13.413 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:15:13 smithi133 bash[17559]: cluster 2024-01-16T10:15:11.975977+0000 mgr.smithi038.dukxrr (mgr.14180) 1517 : 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-01-16T10:15:13.515 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:15:13 smithi038 bash[13941]: cluster 2024-01-16T10:15:11.975977+0000 mgr.smithi038.dukxrr (mgr.14180) 1517 : 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-01-16T10:15:15.304 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:15:15 smithi038 bash[13941]: cluster 2024-01-16T10:15:13.977057+0000 mgr.smithi038.dukxrr (mgr.14180) 1518 : 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-01-16T10:15:15.413 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:15:15 smithi133 bash[17559]: cluster 2024-01-16T10:15:13.977057+0000 mgr.smithi038.dukxrr (mgr.14180) 1518 : 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-01-16T10:15:15.686 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:15:15.686 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:13:45.824441Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.tksesw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:14:50.753580Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.ffabtj on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-ffabtj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-ffabtj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.ffabtj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.ffabtj\nDeploy daemon haproxy.nfs.foo.smithi133.ffabtj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:14:55.961571Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.cslifv on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cslifv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cslifv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cslifv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cslifv\nDeploy daemon haproxy.nfs.foo.smithi038.cslifv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:14:55.963435Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.brtdjj on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:14:55.965254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.akfpuw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:15:16.413 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:15:16.663 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:15:16 smithi133 bash[17559]: audit 2024-01-16T10:15:15.695736+0000 mgr.smithi038.dukxrr (mgr.14180) 1519 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:15:16.663 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:15:16 smithi133 bash[17559]: cluster 2024-01-16T10:15:15.977715+0000 mgr.smithi038.dukxrr (mgr.14180) 1520 : 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-01-16T10:15:16.768 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:15:16 smithi038 bash[13941]: audit 2024-01-16T10:15:15.695736+0000 mgr.smithi038.dukxrr (mgr.14180) 1519 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:15:16.768 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:15:16 smithi038 bash[13941]: cluster 2024-01-16T10:15:15.977715+0000 mgr.smithi038.dukxrr (mgr.14180) 1520 : 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-01-16T10:15:17.414 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:15:19.268 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:15:19 smithi038 bash[13941]: cluster 2024-01-16T10:15:17.979160+0000 mgr.smithi038.dukxrr (mgr.14180) 1521 : 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-01-16T10:15:19.413 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:15:19 smithi133 bash[17559]: cluster 2024-01-16T10:15:17.979160+0000 mgr.smithi038.dukxrr (mgr.14180) 1521 : 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-01-16T10:15:20.662 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:15:20.662 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:13:45.824441Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.tksesw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:14:50.753580Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.ffabtj on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-ffabtj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-ffabtj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.ffabtj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.ffabtj\nDeploy daemon haproxy.nfs.foo.smithi133.ffabtj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:14:55.961571Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.cslifv on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cslifv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cslifv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cslifv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cslifv\nDeploy daemon haproxy.nfs.foo.smithi038.cslifv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:14:55.963435Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.brtdjj on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:14:55.965254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.akfpuw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:15:21.272 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:15:21 smithi038 bash[13941]: cluster 2024-01-16T10:15:19.979879+0000 mgr.smithi038.dukxrr (mgr.14180) 1522 : 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-01-16T10:15:21.390 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:15:21.413 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:15:21 smithi133 bash[17559]: cluster 2024-01-16T10:15:19.979879+0000 mgr.smithi038.dukxrr (mgr.14180) 1522 : 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-01-16T10:15:22.390 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:15:22.404 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:15:22 smithi038 bash[13941]: audit 2024-01-16T10:15:20.666445+0000 mgr.smithi038.dukxrr (mgr.14180) 1523 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:15:22.413 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:15:22 smithi133 bash[17559]: audit 2024-01-16T10:15:20.666445+0000 mgr.smithi038.dukxrr (mgr.14180) 1523 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:15:23.373 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:15:23 smithi038 bash[13941]: cluster 2024-01-16T10:15:21.980899+0000 mgr.smithi038.dukxrr (mgr.14180) 1524 : 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-01-16T10:15:23.413 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:15:23 smithi133 bash[17559]: cluster 2024-01-16T10:15:21.980899+0000 mgr.smithi038.dukxrr (mgr.14180) 1524 : 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-01-16T10:15:25.268 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:15:25 smithi038 bash[13941]: cluster 2024-01-16T10:15:23.982218+0000 mgr.smithi038.dukxrr (mgr.14180) 1525 : 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-01-16T10:15:25.362 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:15:25.362 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:13:45.824441Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.tksesw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:14:50.753580Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.ffabtj on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-ffabtj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-ffabtj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.ffabtj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.ffabtj\nDeploy daemon haproxy.nfs.foo.smithi133.ffabtj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:14:55.961571Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.cslifv on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cslifv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cslifv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cslifv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cslifv\nDeploy daemon haproxy.nfs.foo.smithi038.cslifv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:14:55.963435Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.brtdjj on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:14:55.965254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.akfpuw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:15:25.413 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:15:25 smithi133 bash[17559]: cluster 2024-01-16T10:15:23.982218+0000 mgr.smithi038.dukxrr (mgr.14180) 1525 : 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-01-16T10:15:26.141 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:15:26.518 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:15:26 smithi038 bash[13941]: audit 2024-01-16T10:15:25.366374+0000 mgr.smithi038.dukxrr (mgr.14180) 1526 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:15:26.518 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:15:26 smithi038 bash[13941]: cluster 2024-01-16T10:15:25.983329+0000 mgr.smithi038.dukxrr (mgr.14180) 1527 : 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-01-16T10:15:26.663 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:15:26 smithi133 bash[17559]: audit 2024-01-16T10:15:25.366374+0000 mgr.smithi038.dukxrr (mgr.14180) 1526 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:15:26.663 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:15:26 smithi133 bash[17559]: cluster 2024-01-16T10:15:25.983329+0000 mgr.smithi038.dukxrr (mgr.14180) 1527 : 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-01-16T10:15:27.142 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:15:29.268 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:15:29 smithi038 bash[13941]: cluster 2024-01-16T10:15:27.984702+0000 mgr.smithi038.dukxrr (mgr.14180) 1528 : 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-01-16T10:15:29.413 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:15:29 smithi133 bash[17559]: cluster 2024-01-16T10:15:27.984702+0000 mgr.smithi038.dukxrr (mgr.14180) 1528 : 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-01-16T10:15:30.314 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:15:30.314 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:13:45.824441Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.tksesw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:14:50.753580Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.ffabtj on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-ffabtj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-ffabtj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.ffabtj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.ffabtj\nDeploy daemon haproxy.nfs.foo.smithi133.ffabtj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:14:55.961571Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.cslifv on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cslifv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cslifv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cslifv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cslifv\nDeploy daemon haproxy.nfs.foo.smithi038.cslifv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:14:55.963435Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.brtdjj on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:14:55.965254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.akfpuw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:15:31.096 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:15:31.413 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:15:31 smithi133 bash[17559]: cluster 2024-01-16T10:15:29.985864+0000 mgr.smithi038.dukxrr (mgr.14180) 1529 : 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-01-16T10:15:31.518 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:15:31 smithi038 bash[13941]: cluster 2024-01-16T10:15:29.985864+0000 mgr.smithi038.dukxrr (mgr.14180) 1529 : 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-01-16T10:15:32.097 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:15:32.294 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:15:32 smithi038 bash[13941]: audit 2024-01-16T10:15:30.320112+0000 mgr.smithi038.dukxrr (mgr.14180) 1530 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:15:32.413 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:15:32 smithi133 bash[17559]: audit 2024-01-16T10:15:30.320112+0000 mgr.smithi038.dukxrr (mgr.14180) 1530 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:15:33.307 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:15:33 smithi038 bash[13941]: cluster 2024-01-16T10:15:31.986904+0000 mgr.smithi038.dukxrr (mgr.14180) 1531 : 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-01-16T10:15:33.413 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:15:33 smithi133 bash[17559]: cluster 2024-01-16T10:15:31.986904+0000 mgr.smithi038.dukxrr (mgr.14180) 1531 : 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-01-16T10:15:35.268 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:15:35 smithi038 bash[13941]: cluster 2024-01-16T10:15:33.987701+0000 mgr.smithi038.dukxrr (mgr.14180) 1532 : 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-01-16T10:15:35.284 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:15:35.284 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:13:45.824441Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.tksesw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:14:50.753580Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.ffabtj on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-ffabtj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-ffabtj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.ffabtj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.ffabtj\nDeploy daemon haproxy.nfs.foo.smithi133.ffabtj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:14:55.961571Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.cslifv on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cslifv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cslifv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cslifv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cslifv\nDeploy daemon haproxy.nfs.foo.smithi038.cslifv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:14:55.963435Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.brtdjj on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:14:55.965254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.akfpuw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:15:35.413 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:15:35 smithi133 bash[17559]: cluster 2024-01-16T10:15:33.987701+0000 mgr.smithi038.dukxrr (mgr.14180) 1532 : 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-01-16T10:15:36.096 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:15:36.518 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:15:36 smithi038 bash[13941]: audit 2024-01-16T10:15:35.291177+0000 mgr.smithi038.dukxrr (mgr.14180) 1533 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:15:36.518 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:15:36 smithi038 bash[13941]: cluster 2024-01-16T10:15:35.988782+0000 mgr.smithi038.dukxrr (mgr.14180) 1534 : 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-01-16T10:15:36.663 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:15:36 smithi133 bash[17559]: audit 2024-01-16T10:15:35.291177+0000 mgr.smithi038.dukxrr (mgr.14180) 1533 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:15:36.663 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:15:36 smithi133 bash[17559]: cluster 2024-01-16T10:15:35.988782+0000 mgr.smithi038.dukxrr (mgr.14180) 1534 : 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-01-16T10:15:37.097 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:15:39.268 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:15:39 smithi038 bash[13941]: cluster 2024-01-16T10:15:37.990070+0000 mgr.smithi038.dukxrr (mgr.14180) 1535 : 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-01-16T10:15:39.412 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:15:39 smithi133 bash[17559]: cluster 2024-01-16T10:15:37.990070+0000 mgr.smithi038.dukxrr (mgr.14180) 1535 : 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-01-16T10:15:40.298 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:15:40.298 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:13:45.824441Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.tksesw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:14:50.753580Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.ffabtj on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-ffabtj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-ffabtj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.ffabtj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.ffabtj\nDeploy daemon haproxy.nfs.foo.smithi133.ffabtj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:14:55.961571Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.cslifv on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cslifv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cslifv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cslifv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cslifv\nDeploy daemon haproxy.nfs.foo.smithi038.cslifv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:14:55.963435Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.brtdjj on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:14:55.965254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.akfpuw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:15:41.087 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:15:41.412 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:15:41 smithi133 bash[17559]: cluster 2024-01-16T10:15:39.991336+0000 mgr.smithi038.dukxrr (mgr.14180) 1536 : 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-01-16T10:15:41.518 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:15:41 smithi038 bash[13941]: cluster 2024-01-16T10:15:39.991336+0000 mgr.smithi038.dukxrr (mgr.14180) 1536 : 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-01-16T10:15:42.089 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:15:42.412 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:15:42 smithi133 bash[17559]: audit 2024-01-16T10:15:40.304019+0000 mgr.smithi038.dukxrr (mgr.14180) 1537 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:15:42.518 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:15:42 smithi038 bash[13941]: audit 2024-01-16T10:15:40.304019+0000 mgr.smithi038.dukxrr (mgr.14180) 1537 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:15:43.301 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:15:43 smithi038 bash[13941]: cluster 2024-01-16T10:15:41.992400+0000 mgr.smithi038.dukxrr (mgr.14180) 1538 : 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-01-16T10:15:43.412 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:15:43 smithi133 bash[17559]: cluster 2024-01-16T10:15:41.992400+0000 mgr.smithi038.dukxrr (mgr.14180) 1538 : 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-01-16T10:15:45.067 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:15:45.068 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:13:45.824441Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.tksesw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:14:50.753580Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.ffabtj on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-ffabtj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-ffabtj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.ffabtj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.ffabtj\nDeploy daemon haproxy.nfs.foo.smithi133.ffabtj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:14:55.961571Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.cslifv on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cslifv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cslifv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cslifv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cslifv\nDeploy daemon haproxy.nfs.foo.smithi038.cslifv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:14:55.963435Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.brtdjj on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:14:55.965254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.akfpuw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:15:45.400 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:15:45 smithi038 bash[13941]: cluster 2024-01-16T10:15:43.993319+0000 mgr.smithi038.dukxrr (mgr.14180) 1539 : 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-01-16T10:15:45.412 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:15:45 smithi133 bash[17559]: cluster 2024-01-16T10:15:43.993319+0000 mgr.smithi038.dukxrr (mgr.14180) 1539 : 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-01-16T10:15:45.871 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:15:46.413 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:15:46 smithi133 bash[17559]: audit 2024-01-16T10:15:45.074806+0000 mgr.smithi038.dukxrr (mgr.14180) 1540 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:15:46.518 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:15:46 smithi038 bash[13941]: audit 2024-01-16T10:15:45.074806+0000 mgr.smithi038.dukxrr (mgr.14180) 1540 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:15:46.872 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:15:47.268 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:15:47 smithi038 bash[13941]: cluster 2024-01-16T10:15:45.994404+0000 mgr.smithi038.dukxrr (mgr.14180) 1541 : 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-01-16T10:15:47.413 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:15:47 smithi133 bash[17559]: cluster 2024-01-16T10:15:45.994404+0000 mgr.smithi038.dukxrr (mgr.14180) 1541 : 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-01-16T10:15:49.413 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:15:49 smithi133 bash[17559]: cluster 2024-01-16T10:15:47.995192+0000 mgr.smithi038.dukxrr (mgr.14180) 1542 : 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-01-16T10:15:49.518 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:15:49 smithi038 bash[13941]: cluster 2024-01-16T10:15:47.995192+0000 mgr.smithi038.dukxrr (mgr.14180) 1542 : 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-01-16T10:15:50.029 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:15:50.029 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:13:45.824441Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.tksesw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:14:50.753580Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.ffabtj on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-ffabtj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-ffabtj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.ffabtj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.ffabtj\nDeploy daemon haproxy.nfs.foo.smithi133.ffabtj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:14:55.961571Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.cslifv on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cslifv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cslifv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cslifv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cslifv\nDeploy daemon haproxy.nfs.foo.smithi038.cslifv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:14:55.963435Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.brtdjj on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:14:55.965254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.akfpuw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:15:50.786 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:15:51.412 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:15:51 smithi133 bash[17559]: cluster 2024-01-16T10:15:49.996288+0000 mgr.smithi038.dukxrr (mgr.14180) 1543 : 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-01-16T10:15:51.413 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:15:51 smithi133 bash[17559]: audit 2024-01-16T10:15:50.038606+0000 mgr.smithi038.dukxrr (mgr.14180) 1544 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:15:51.518 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:15:51 smithi038 bash[13941]: cluster 2024-01-16T10:15:49.996288+0000 mgr.smithi038.dukxrr (mgr.14180) 1543 : 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-01-16T10:15:51.518 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:15:51 smithi038 bash[13941]: audit 2024-01-16T10:15:50.038606+0000 mgr.smithi038.dukxrr (mgr.14180) 1544 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:15:51.788 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:15:53.233 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:15:53 smithi038 bash[13941]: cluster 2024-01-16T10:15:51.997266+0000 mgr.smithi038.dukxrr (mgr.14180) 1545 : 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-01-16T10:15:53.412 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:15:53 smithi133 bash[17559]: cluster 2024-01-16T10:15:51.997266+0000 mgr.smithi038.dukxrr (mgr.14180) 1545 : 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-01-16T10:15:54.394 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:15:54 smithi038 bash[13941]: cluster 2024-01-16T10:15:53.998617+0000 mgr.smithi038.dukxrr (mgr.14180) 1546 : 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-01-16T10:15:54.412 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:15:54 smithi133 bash[17559]: cluster 2024-01-16T10:15:53.998617+0000 mgr.smithi038.dukxrr (mgr.14180) 1546 : 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-01-16T10:15:54.786 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:15:54.786 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:13:45.824441Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.tksesw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:14:50.753580Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.ffabtj on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-ffabtj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-ffabtj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.ffabtj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.ffabtj\nDeploy daemon haproxy.nfs.foo.smithi133.ffabtj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:14:55.961571Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.cslifv on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cslifv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cslifv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cslifv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cslifv\nDeploy daemon haproxy.nfs.foo.smithi038.cslifv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:14:55.963435Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.brtdjj on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:14:55.965254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.akfpuw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:15:55.268 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:15:55 smithi038 bash[13941]: audit 2024-01-16T10:15:54.792853+0000 mgr.smithi038.dukxrr (mgr.14180) 1547 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:15:55.412 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:15:55 smithi133 bash[17559]: audit 2024-01-16T10:15:54.792853+0000 mgr.smithi038.dukxrr (mgr.14180) 1547 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:15:55.610 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:15:56.611 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:15:56.623 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:15:56 smithi038 bash[13941]: audit 2024-01-16T10:15:55.969215+0000 mon.smithi038 (mon.0) 1056 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T10:15:56.624 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:15:56 smithi038 bash[13941]: cluster 2024-01-16T10:15:55.999705+0000 mgr.smithi038.dukxrr (mgr.14180) 1548 : 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-01-16T10:15:56.624 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:15:56 smithi038 bash[13941]: audit 2024-01-16T10:15:56.250609+0000 mon.smithi038 (mon.0) 1057 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:15:56.662 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:15:56 smithi133 bash[17559]: audit 2024-01-16T10:15:55.969215+0000 mon.smithi038 (mon.0) 1056 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T10:15:56.662 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:15:56 smithi133 bash[17559]: cluster 2024-01-16T10:15:55.999705+0000 mgr.smithi038.dukxrr (mgr.14180) 1548 : 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-01-16T10:15:56.662 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:15:56 smithi133 bash[17559]: audit 2024-01-16T10:15:56.250609+0000 mon.smithi038 (mon.0) 1057 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:15:59.184 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:15:59 smithi038 bash[13941]: cluster 2024-01-16T10:15:58.001010+0000 mgr.smithi038.dukxrr (mgr.14180) 1549 : 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-01-16T10:15:59.412 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:15:59 smithi133 bash[17559]: cluster 2024-01-16T10:15:58.001010+0000 mgr.smithi038.dukxrr (mgr.14180) 1549 : 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-01-16T10:15:59.547 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:15:59.547 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:05:38.014930Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:05:37.425044Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:05:38.015317Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:13:45.824441Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.tksesw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:14:50.753580Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.ffabtj on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-ffabtj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-ffabtj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.ffabtj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.ffabtj\nDeploy daemon haproxy.nfs.foo.smithi133.ffabtj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:14:55.961571Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.cslifv on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cslifv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cslifv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cslifv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cslifv\nDeploy daemon haproxy.nfs.foo.smithi038.cslifv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:14:55.963435Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.brtdjj on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:14:55.965254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.akfpuw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:05:37.426053Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:05:37.425245Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:05:37.425368Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:05:37.426165Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:05:37.425483Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:05:37.425594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:05:38.015668Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:16:00.288 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:16:01.290 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:16:01.412 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:01 smithi133 bash[17559]: audit 2024-01-16T10:15:59.557272+0000 mgr.smithi038.dukxrr (mgr.14180) 1550 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:16:01.412 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:01 smithi133 bash[17559]: cluster 2024-01-16T10:16:00.001758+0000 mgr.smithi038.dukxrr (mgr.14180) 1551 : 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-01-16T10:16:01.487 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:01 smithi038 bash[13941]: audit 2024-01-16T10:15:59.557272+0000 mgr.smithi038.dukxrr (mgr.14180) 1550 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:16:01.487 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:01 smithi038 bash[13941]: cluster 2024-01-16T10:16:00.001758+0000 mgr.smithi038.dukxrr (mgr.14180) 1551 : 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-01-16T10:16:03.018 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:02 smithi038 bash[13941]: audit 2024-01-16T10:16:01.886915+0000 mon.smithi038 (mon.0) 1058 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:16:03.018 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:02 smithi038 bash[13941]: cluster 2024-01-16T10:16:02.002511+0000 mgr.smithi038.dukxrr (mgr.14180) 1552 : 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-01-16T10:16:03.018 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:02 smithi038 bash[13941]: audit 2024-01-16T10:16:02.023312+0000 mon.smithi038 (mon.0) 1059 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:16:03.018 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:02 smithi038 bash[13941]: audit 2024-01-16T10:16:02.295862+0000 mon.smithi038 (mon.0) 1060 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T10:16:03.018 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:02 smithi038 bash[13941]: audit 2024-01-16T10:16:02.296914+0000 mon.smithi038 (mon.0) 1061 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T10:16:03.018 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:02 smithi038 bash[13941]: audit 2024-01-16T10:16:02.307643+0000 mon.smithi038 (mon.0) 1062 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:16:03.018 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:02 smithi038 bash[13941]: audit 2024-01-16T10:16:02.316069+0000 mon.smithi038 (mon.0) 1063 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T10:16:03.019 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:02 smithi038 bash[13941]: audit 2024-01-16T10:16:02.329619+0000 mon.smithi038 (mon.0) 1064 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:16:03.163 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:02 smithi133 bash[17559]: audit 2024-01-16T10:16:01.886915+0000 mon.smithi038 (mon.0) 1058 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:16:03.163 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:02 smithi133 bash[17559]: cluster 2024-01-16T10:16:02.002511+0000 mgr.smithi038.dukxrr (mgr.14180) 1552 : 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-01-16T10:16:03.163 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:02 smithi133 bash[17559]: audit 2024-01-16T10:16:02.023312+0000 mon.smithi038 (mon.0) 1059 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:16:03.163 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:02 smithi133 bash[17559]: audit 2024-01-16T10:16:02.295862+0000 mon.smithi038 (mon.0) 1060 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T10:16:03.163 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:02 smithi133 bash[17559]: audit 2024-01-16T10:16:02.296914+0000 mon.smithi038 (mon.0) 1061 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T10:16:03.163 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:02 smithi133 bash[17559]: audit 2024-01-16T10:16:02.307643+0000 mon.smithi038 (mon.0) 1062 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:16:03.163 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:02 smithi133 bash[17559]: audit 2024-01-16T10:16:02.316069+0000 mon.smithi038 (mon.0) 1063 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T10:16:03.163 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:02 smithi133 bash[17559]: audit 2024-01-16T10:16:02.329619+0000 mon.smithi038 (mon.0) 1064 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:16:04.162 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:03 smithi133 bash[17559]: cluster 2024-01-16T10:16:02.308573+0000 mgr.smithi038.dukxrr (mgr.14180) 1553 : cluster [DBG] pgmap v1007: 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-01-16T10:16:04.163 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:03 smithi133 bash[17559]: cephadm 2024-01-16T10:16:02.332493+0000 mgr.smithi038.dukxrr (mgr.14180) 1554 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi133.xojsdn on smithi133 2024-01-16T10:16:04.163 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:03 smithi133 bash[17559]: cluster 2024-01-16T10:16:02.883031+0000 mon.smithi038 (mon.0) 1065 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-16T10:16:04.163 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:03 smithi133 bash[17559]: cluster 2024-01-16T10:16:02.883083+0000 mon.smithi038 (mon.0) 1066 : cluster [INF] Cluster is now healthy 2024-01-16T10:16:04.183 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:03 smithi038 bash[13941]: cluster 2024-01-16T10:16:02.308573+0000 mgr.smithi038.dukxrr (mgr.14180) 1553 : cluster [DBG] pgmap v1007: 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-01-16T10:16:04.184 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:03 smithi038 bash[13941]: cephadm 2024-01-16T10:16:02.332493+0000 mgr.smithi038.dukxrr (mgr.14180) 1554 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi133.xojsdn on smithi133 2024-01-16T10:16:04.184 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:03 smithi038 bash[13941]: cluster 2024-01-16T10:16:02.883031+0000 mon.smithi038 (mon.0) 1065 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-16T10:16:04.184 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:03 smithi038 bash[13941]: cluster 2024-01-16T10:16:02.883083+0000 mon.smithi038 (mon.0) 1066 : cluster [INF] Cluster is now healthy 2024-01-16T10:16:04.565 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:16:04.565 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:16:02.006059Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:16:01.873621Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:16:02.006422Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:13:45.824441Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.tksesw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:14:50.753580Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.ffabtj on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-ffabtj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-ffabtj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.ffabtj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.ffabtj\nDeploy daemon haproxy.nfs.foo.smithi133.ffabtj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:14:55.961571Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.cslifv on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cslifv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cslifv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cslifv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cslifv\nDeploy daemon haproxy.nfs.foo.smithi038.cslifv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:14:55.963435Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.brtdjj on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:14:55.965254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.akfpuw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:16:01.875264Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:16:01.873939Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:16:01.874139Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:16:01.875446Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:16:01.874327Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:16:01.874512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:16:02.006777Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:16:05.357 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:16:06.085 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:05 smithi133 bash[17559]: cluster 2024-01-16T10:16:04.309425+0000 mgr.smithi038.dukxrr (mgr.14180) 1555 : cluster [DBG] pgmap v1008: 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-01-16T10:16:06.085 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:05 smithi133 bash[17559]: audit 2024-01-16T10:16:04.570704+0000 mgr.smithi038.dukxrr (mgr.14180) 1556 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:16:06.153 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:05 smithi038 bash[13941]: cluster 2024-01-16T10:16:04.309425+0000 mgr.smithi038.dukxrr (mgr.14180) 1555 : cluster [DBG] pgmap v1008: 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-01-16T10:16:06.154 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:05 smithi038 bash[13941]: audit 2024-01-16T10:16:04.570704+0000 mgr.smithi038.dukxrr (mgr.14180) 1556 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:16:06.358 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:16:07.162 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:06 smithi133 bash[17559]: audit 2024-01-16T10:16:06.170907+0000 mon.smithi038 (mon.0) 1067 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi133.xojsdn"}]: dispatch 2024-01-16T10:16:07.268 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:06 smithi038 bash[13941]: audit 2024-01-16T10:16:06.170907+0000 mon.smithi038 (mon.0) 1067 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi133.xojsdn"}]: dispatch 2024-01-16T10:16:08.019 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:07 smithi038 bash[13941]: cephadm 2024-01-16T10:16:06.169771+0000 mgr.smithi038.dukxrr (mgr.14180) 1557 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xojsdn 2024-01-16T10:16:08.019 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:07 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:16:08.019 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:07 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xojsdn 2024-01-16T10:16:08.019 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:07 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xojsdn 2024-01-16T10:16:08.019 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:07 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:16:08.019 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:07 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xojsdn 2024-01-16T10:16:08.019 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:07 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.xojsdn ... 2024-01-16T10:16:08.019 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:07 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:16:08.019 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:07 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:16:08.019 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:07 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:16:08.019 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:07 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:16:08.019 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:07 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:16:08.019 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:07 smithi038 bash[13941]: Traceback (most recent call last): 2024-01-16T10:16:08.020 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:07 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T10:16:08.020 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:07 smithi038 bash[13941]: yield (conn, connr) 2024-01-16T10:16:08.020 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:07 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T10:16:08.020 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:07 smithi038 bash[13941]: code, '\n'.join(err))) 2024-01-16T10:16:08.020 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:07 smithi038 bash[13941]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xojsdn 2024-01-16T10:16:08.020 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:07 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:16:08.020 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:07 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xojsdn 2024-01-16T10:16:08.020 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:07 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xojsdn 2024-01-16T10:16:08.020 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:07 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:16:08.020 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:07 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xojsdn 2024-01-16T10:16:08.020 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:07 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.xojsdn ... 2024-01-16T10:16:08.020 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:07 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:16:08.020 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:07 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:16:08.020 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:07 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:16:08.020 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:07 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:16:08.020 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:07 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:16:08.021 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:07 smithi038 bash[13941]: cephadm 2024-01-16T10:16:06.170284+0000 mgr.smithi038.dukxrr (mgr.14180) 1558 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi133.xojsdn 2024-01-16T10:16:08.021 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:07 smithi038 bash[13941]: cephadm 2024-01-16T10:16:06.172682+0000 mgr.smithi038.dukxrr (mgr.14180) 1559 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi133.xojsdn on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xojsdn 2024-01-16T10:16:08.021 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:07 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:16:08.021 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:07 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xojsdn 2024-01-16T10:16:08.021 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:07 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xojsdn 2024-01-16T10:16:08.021 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:07 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:16:08.021 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:07 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xojsdn 2024-01-16T10:16:08.021 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:07 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.xojsdn ... 2024-01-16T10:16:08.021 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:07 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:16:08.021 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:07 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:16:08.021 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:07 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:16:08.021 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:07 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:16:08.021 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:07 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:16:08.021 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:07 smithi038 bash[13941]: cephadm 2024-01-16T10:16:06.177412+0000 mgr.smithi038.dukxrr (mgr.14180) 1560 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.dyqghc on smithi038 2024-01-16T10:16:08.021 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:07 smithi038 bash[13941]: cluster 2024-01-16T10:16:06.310192+0000 mgr.smithi038.dukxrr (mgr.14180) 1561 : cluster [DBG] pgmap v1009: 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-01-16T10:16:08.163 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:07 smithi133 bash[17559]: cephadm 2024-01-16T10:16:06.169771+0000 mgr.smithi038.dukxrr (mgr.14180) 1557 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xojsdn 2024-01-16T10:16:08.163 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:07 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:16:08.163 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:07 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xojsdn 2024-01-16T10:16:08.163 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:07 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xojsdn 2024-01-16T10:16:08.164 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:07 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:16:08.164 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:07 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xojsdn 2024-01-16T10:16:08.164 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:07 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.xojsdn ... 2024-01-16T10:16:08.164 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:07 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:16:08.164 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:07 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:16:08.164 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:07 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:16:08.164 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:07 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:16:08.164 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:07 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:16:08.164 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:07 smithi133 bash[17559]: Traceback (most recent call last): 2024-01-16T10:16:08.164 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:07 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T10:16:08.164 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:07 smithi133 bash[17559]: yield (conn, connr) 2024-01-16T10:16:08.164 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:07 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T10:16:08.164 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:07 smithi133 bash[17559]: code, '\n'.join(err))) 2024-01-16T10:16:08.164 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:07 smithi133 bash[17559]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xojsdn 2024-01-16T10:16:08.165 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:07 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:16:08.165 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:07 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xojsdn 2024-01-16T10:16:08.165 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:07 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xojsdn 2024-01-16T10:16:08.165 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:07 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:16:08.165 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:07 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xojsdn 2024-01-16T10:16:08.165 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:07 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.xojsdn ... 2024-01-16T10:16:08.165 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:07 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:16:08.165 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:07 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:16:08.165 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:07 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:16:08.165 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:07 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:16:08.165 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:07 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:16:08.165 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:07 smithi133 bash[17559]: cephadm 2024-01-16T10:16:06.170284+0000 mgr.smithi038.dukxrr (mgr.14180) 1558 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi133.xojsdn 2024-01-16T10:16:08.165 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:07 smithi133 bash[17559]: cephadm 2024-01-16T10:16:06.172682+0000 mgr.smithi038.dukxrr (mgr.14180) 1559 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi133.xojsdn on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xojsdn 2024-01-16T10:16:08.165 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:07 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:16:08.165 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:07 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xojsdn 2024-01-16T10:16:08.165 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:07 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xojsdn 2024-01-16T10:16:08.166 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:07 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:16:08.166 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:07 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xojsdn 2024-01-16T10:16:08.166 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:07 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.xojsdn ... 2024-01-16T10:16:08.166 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:07 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:16:08.166 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:07 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:16:08.166 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:07 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:16:08.166 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:07 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:16:08.166 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:07 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:16:08.166 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:07 smithi133 bash[17559]: cephadm 2024-01-16T10:16:06.177412+0000 mgr.smithi038.dukxrr (mgr.14180) 1560 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.dyqghc on smithi038 2024-01-16T10:16:08.166 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:07 smithi133 bash[17559]: cluster 2024-01-16T10:16:06.310192+0000 mgr.smithi038.dukxrr (mgr.14180) 1561 : cluster [DBG] pgmap v1009: 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-01-16T10:16:09.485 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:16:09.485 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:16:02.006059Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:16:01.873621Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:16:02.006422Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:14:50.753580Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.ffabtj on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-ffabtj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-ffabtj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.ffabtj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.ffabtj\nDeploy daemon haproxy.nfs.foo.smithi133.ffabtj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:14:55.961571Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.cslifv on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cslifv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-cslifv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cslifv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.cslifv\nDeploy daemon haproxy.nfs.foo.smithi038.cslifv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:14:55.963435Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.brtdjj on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:14:55.965254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.akfpuw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:16:06.172391Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xojsdn on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xojsdn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xojsdn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xojsdn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xojsdn\nDeploy daemon haproxy.nfs.foo.smithi133.xojsdn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -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.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:16:01.875264Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:16:01.873939Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:16:01.874139Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:16:01.875446Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:16:01.874327Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:16:01.874512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:16:02.006777Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:16:10.018 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:09 smithi038 bash[13941]: cluster 2024-01-16T10:16:08.311295+0000 mgr.smithi038.dukxrr (mgr.14180) 1562 : cluster [DBG] pgmap v1010: 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-01-16T10:16:10.412 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:09 smithi133 bash[17559]: cluster 2024-01-16T10:16:08.311295+0000 mgr.smithi038.dukxrr (mgr.14180) 1562 : cluster [DBG] pgmap v1010: 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-01-16T10:16:10.457 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:16:11.268 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:10 smithi038 bash[13941]: audit 2024-01-16T10:16:09.490652+0000 mgr.smithi038.dukxrr (mgr.14180) 1563 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:16:11.268 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:10 smithi038 bash[13941]: audit 2024-01-16T10:16:10.504229+0000 mon.smithi038 (mon.0) 1068 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi038.dyqghc"}]: dispatch 2024-01-16T10:16:11.412 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:10 smithi133 bash[17559]: audit 2024-01-16T10:16:09.490652+0000 mgr.smithi038.dukxrr (mgr.14180) 1563 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:16:11.412 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:10 smithi133 bash[17559]: audit 2024-01-16T10:16:10.504229+0000 mon.smithi038 (mon.0) 1068 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi038.dyqghc"}]: dispatch 2024-01-16T10:16:11.458 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:16:12.268 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:11 smithi038 bash[13941]: cluster 2024-01-16T10:16:10.311957+0000 mgr.smithi038.dukxrr (mgr.14180) 1564 : cluster [DBG] pgmap v1011: 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-01-16T10:16:12.268 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:11 smithi038 bash[13941]: cephadm 2024-01-16T10:16:10.503090+0000 mgr.smithi038.dukxrr (mgr.14180) 1565 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-dyqghc 2024-01-16T10:16:12.269 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:11 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:16:12.269 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:11 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-dyqghc 2024-01-16T10:16:12.269 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:11 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.dyqghc 2024-01-16T10:16:12.269 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:11 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:16:12.269 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:11 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.dyqghc 2024-01-16T10:16:12.269 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:11 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.dyqghc ... 2024-01-16T10:16:12.269 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:11 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:16:12.269 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:11 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:16:12.269 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:11 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:16:12.269 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:11 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:16:12.269 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:11 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:16:12.269 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:11 smithi038 bash[13941]: Traceback (most recent call last): 2024-01-16T10:16:12.269 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:11 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T10:16:12.269 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:11 smithi038 bash[13941]: yield (conn, connr) 2024-01-16T10:16:12.269 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:11 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T10:16:12.270 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:11 smithi038 bash[13941]: code, '\n'.join(err))) 2024-01-16T10:16:12.270 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:11 smithi038 bash[13941]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-dyqghc 2024-01-16T10:16:12.270 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:11 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:16:12.270 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:11 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-dyqghc 2024-01-16T10:16:12.270 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:11 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.dyqghc 2024-01-16T10:16:12.270 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:11 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:16:12.270 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:11 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.dyqghc 2024-01-16T10:16:12.270 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:11 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.dyqghc ... 2024-01-16T10:16:12.270 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:11 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:16:12.270 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:11 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:16:12.271 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:11 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:16:12.271 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:11 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:16:12.271 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:11 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:16:12.271 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:11 smithi038 bash[13941]: cephadm 2024-01-16T10:16:10.503519+0000 mgr.smithi038.dukxrr (mgr.14180) 1566 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi038.dyqghc 2024-01-16T10:16:12.271 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:11 smithi038 bash[13941]: cephadm 2024-01-16T10:16:10.505748+0000 mgr.smithi038.dukxrr (mgr.14180) 1567 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi038.dyqghc on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-dyqghc 2024-01-16T10:16:12.271 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:11 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:16:12.271 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:11 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-dyqghc 2024-01-16T10:16:12.271 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:11 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.dyqghc 2024-01-16T10:16:12.271 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:11 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:16:12.271 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:11 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.dyqghc 2024-01-16T10:16:12.271 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:11 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi038.dyqghc ... 2024-01-16T10:16:12.271 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:11 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:16:12.271 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:11 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:16:12.271 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:11 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:16:12.272 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:11 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:16:12.272 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:11 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:16:12.272 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:11 smithi038 bash[13941]: cephadm 2024-01-16T10:16:10.510348+0000 mgr.smithi038.dukxrr (mgr.14180) 1568 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi133.tkrisf on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:16:12.272 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:11 smithi038 bash[13941]: cephadm 2024-01-16T10:16:10.512301+0000 mgr.smithi038.dukxrr (mgr.14180) 1569 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi038.uzwaka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:16:12.272 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:11 smithi038 bash[13941]: cluster 2024-01-16T10:16:10.513219+0000 mgr.smithi038.dukxrr (mgr.14180) 1570 : cluster [DBG] pgmap v1012: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 240 B/s rd, 0 op/s 2024-01-16T10:16:12.272 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:11 smithi038 bash[13941]: cluster 2024-01-16T10:16:10.927258+0000 mon.smithi038 (mon.0) 1069 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-16T10:16:12.413 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:11 smithi133 bash[17559]: cluster 2024-01-16T10:16:10.311957+0000 mgr.smithi038.dukxrr (mgr.14180) 1564 : cluster [DBG] pgmap v1011: 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-01-16T10:16:12.413 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:11 smithi133 bash[17559]: cephadm 2024-01-16T10:16:10.503090+0000 mgr.smithi038.dukxrr (mgr.14180) 1565 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-dyqghc 2024-01-16T10:16:12.413 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:11 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:16:12.415 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:11 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-dyqghc 2024-01-16T10:16:12.415 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:11 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.dyqghc 2024-01-16T10:16:12.415 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:11 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:16:12.415 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:11 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.dyqghc 2024-01-16T10:16:12.415 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:11 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.dyqghc ... 2024-01-16T10:16:12.415 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:11 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:16:12.415 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:11 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:16:12.415 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:11 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:16:12.415 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:11 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:16:12.415 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:11 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:16:12.415 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:11 smithi133 bash[17559]: Traceback (most recent call last): 2024-01-16T10:16:12.415 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:11 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T10:16:12.415 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:11 smithi133 bash[17559]: yield (conn, connr) 2024-01-16T10:16:12.415 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:11 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T10:16:12.416 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:11 smithi133 bash[17559]: code, '\n'.join(err))) 2024-01-16T10:16:12.416 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:11 smithi133 bash[17559]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-dyqghc 2024-01-16T10:16:12.416 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:11 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:16:12.416 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:11 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-dyqghc 2024-01-16T10:16:12.416 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:11 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.dyqghc 2024-01-16T10:16:12.416 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:11 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:16:12.416 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:11 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.dyqghc 2024-01-16T10:16:12.416 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:11 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.dyqghc ... 2024-01-16T10:16:12.417 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:11 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:16:12.417 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:11 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:16:12.417 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:11 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:16:12.417 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:11 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:16:12.417 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:11 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:16:12.417 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:11 smithi133 bash[17559]: cephadm 2024-01-16T10:16:10.503519+0000 mgr.smithi038.dukxrr (mgr.14180) 1566 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi038.dyqghc 2024-01-16T10:16:12.417 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:11 smithi133 bash[17559]: cephadm 2024-01-16T10:16:10.505748+0000 mgr.smithi038.dukxrr (mgr.14180) 1567 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi038.dyqghc on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-dyqghc 2024-01-16T10:16:12.417 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:11 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:16:12.417 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:11 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-dyqghc 2024-01-16T10:16:12.417 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:11 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.dyqghc 2024-01-16T10:16:12.417 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:11 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:16:12.417 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:11 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.dyqghc 2024-01-16T10:16:12.417 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:11 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi038.dyqghc ... 2024-01-16T10:16:12.418 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:11 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:16:12.418 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:11 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:16:12.418 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:11 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:16:12.418 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:11 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:16:12.418 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:11 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:16:12.418 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:11 smithi133 bash[17559]: cephadm 2024-01-16T10:16:10.510348+0000 mgr.smithi038.dukxrr (mgr.14180) 1568 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi133.tkrisf on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:16:12.418 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:11 smithi133 bash[17559]: cephadm 2024-01-16T10:16:10.512301+0000 mgr.smithi038.dukxrr (mgr.14180) 1569 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi038.uzwaka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:16:12.418 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:11 smithi133 bash[17559]: cluster 2024-01-16T10:16:10.513219+0000 mgr.smithi038.dukxrr (mgr.14180) 1570 : cluster [DBG] pgmap v1012: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 240 B/s rd, 0 op/s 2024-01-16T10:16:12.418 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:11 smithi133 bash[17559]: cluster 2024-01-16T10:16:10.927258+0000 mon.smithi038 (mon.0) 1069 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-16T10:16:14.268 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:13 smithi038 bash[13941]: cluster 2024-01-16T10:16:12.514307+0000 mgr.smithi038.dukxrr (mgr.14180) 1571 : cluster [DBG] pgmap v1013: 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-01-16T10:16:14.412 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:13 smithi133 bash[17559]: cluster 2024-01-16T10:16:12.514307+0000 mgr.smithi038.dukxrr (mgr.14180) 1571 : cluster [DBG] pgmap v1013: 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-01-16T10:16:14.724 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:16:14.724 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:16:02.006059Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:16:01.873621Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:16:02.006422Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:14:55.965254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.akfpuw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:16:06.172391Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xojsdn on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xojsdn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xojsdn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xojsdn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xojsdn\nDeploy daemon haproxy.nfs.foo.smithi133.xojsdn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:16:10.505571Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dyqghc on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-dyqghc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-dyqghc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.dyqghc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.dyqghc\nDeploy daemon haproxy.nfs.foo.smithi038.dyqghc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:16:10.510126Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.tkrisf on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:16:10.512189Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uzwaka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:16:01.875264Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:16:01.873939Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:16:01.874139Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:16:01.875446Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:16:01.874327Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:16:01.874512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:16:02.006777Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:16:15.268 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:15 smithi038 bash[13941]: audit 2024-01-16T10:16:14.164784+0000 mon.smithi038 (mon.0) 1070 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:16:15.268 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:15 smithi038 bash[13941]: cluster 2024-01-16T10:16:14.515063+0000 mgr.smithi038.dukxrr (mgr.14180) 1572 : cluster [DBG] pgmap v1014: 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-01-16T10:16:15.268 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:15 smithi038 bash[13941]: audit 2024-01-16T10:16:14.727636+0000 mgr.smithi038.dukxrr (mgr.14180) 1573 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:16:15.412 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:15 smithi133 bash[17559]: audit 2024-01-16T10:16:14.164784+0000 mon.smithi038 (mon.0) 1070 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:16:15.412 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:15 smithi133 bash[17559]: cluster 2024-01-16T10:16:14.515063+0000 mgr.smithi038.dukxrr (mgr.14180) 1572 : cluster [DBG] pgmap v1014: 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-01-16T10:16:15.413 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:15 smithi133 bash[17559]: audit 2024-01-16T10:16:14.727636+0000 mgr.smithi038.dukxrr (mgr.14180) 1573 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:16:15.483 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:16:16.484 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:16:17.767 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:17 smithi038 bash[13941]: cluster 2024-01-16T10:16:16.516137+0000 mgr.smithi038.dukxrr (mgr.14180) 1574 : cluster [DBG] pgmap v1015: 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-01-16T10:16:17.912 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:17 smithi133 bash[17559]: cluster 2024-01-16T10:16:16.516137+0000 mgr.smithi038.dukxrr (mgr.14180) 1574 : cluster [DBG] pgmap v1015: 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-01-16T10:16:19.560 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:16:19.560 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:16:02.006059Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:16:01.873621Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:16:02.006422Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:14:55.965254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.akfpuw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:16:06.172391Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xojsdn on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xojsdn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xojsdn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xojsdn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xojsdn\nDeploy daemon haproxy.nfs.foo.smithi133.xojsdn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:16:10.505571Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dyqghc on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-dyqghc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-dyqghc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.dyqghc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.dyqghc\nDeploy daemon haproxy.nfs.foo.smithi038.dyqghc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:16:10.510126Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.tkrisf on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:16:10.512189Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uzwaka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:16:01.875264Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:16:01.873939Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:16:01.874139Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:16:01.875446Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:16:01.874327Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:16:01.874512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:16:02.006777Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:16:19.813 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:19 smithi038 bash[13941]: cluster 2024-01-16T10:16:18.517121+0000 mgr.smithi038.dukxrr (mgr.14180) 1575 : cluster [DBG] pgmap v1016: 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-01-16T10:16:19.912 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:19 smithi133 bash[17559]: cluster 2024-01-16T10:16:18.517121+0000 mgr.smithi038.dukxrr (mgr.14180) 1575 : cluster [DBG] pgmap v1016: 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-01-16T10:16:20.386 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:16:20.768 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:20 smithi038 bash[13941]: audit 2024-01-16T10:16:19.568538+0000 mgr.smithi038.dukxrr (mgr.14180) 1576 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:16:20.912 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:20 smithi133 bash[17559]: audit 2024-01-16T10:16:19.568538+0000 mgr.smithi038.dukxrr (mgr.14180) 1576 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:16:21.388 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:16:21.767 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:21 smithi038 bash[13941]: cluster 2024-01-16T10:16:20.518411+0000 mgr.smithi038.dukxrr (mgr.14180) 1577 : cluster [DBG] pgmap v1017: 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-01-16T10:16:21.912 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:21 smithi133 bash[17559]: cluster 2024-01-16T10:16:20.518411+0000 mgr.smithi038.dukxrr (mgr.14180) 1577 : cluster [DBG] pgmap v1017: 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-01-16T10:16:23.767 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:23 smithi038 bash[13941]: cluster 2024-01-16T10:16:22.519802+0000 mgr.smithi038.dukxrr (mgr.14180) 1578 : cluster [DBG] pgmap v1018: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:16:23.912 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:23 smithi133 bash[17559]: cluster 2024-01-16T10:16:22.519802+0000 mgr.smithi038.dukxrr (mgr.14180) 1578 : cluster [DBG] pgmap v1018: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:16:24.597 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:16:24.597 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:16:02.006059Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:16:01.873621Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:16:02.006422Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:14:55.965254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.akfpuw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:16:06.172391Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xojsdn on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xojsdn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xojsdn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xojsdn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xojsdn\nDeploy daemon haproxy.nfs.foo.smithi133.xojsdn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:16:10.505571Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dyqghc on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-dyqghc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-dyqghc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.dyqghc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.dyqghc\nDeploy daemon haproxy.nfs.foo.smithi038.dyqghc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:16:10.510126Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.tkrisf on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:16:10.512189Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uzwaka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:16:01.875264Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:16:01.873939Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:16:01.874139Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:16:01.875446Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:16:01.874327Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:16:01.874512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:16:02.006777Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:16:25.368 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:16:25.767 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:25 smithi038 bash[13941]: cluster 2024-01-16T10:16:24.520682+0000 mgr.smithi038.dukxrr (mgr.14180) 1579 : cluster [DBG] pgmap v1019: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T10:16:25.768 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:25 smithi038 bash[13941]: audit 2024-01-16T10:16:24.606380+0000 mgr.smithi038.dukxrr (mgr.14180) 1580 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:16:25.912 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:25 smithi133 bash[17559]: cluster 2024-01-16T10:16:24.520682+0000 mgr.smithi038.dukxrr (mgr.14180) 1579 : cluster [DBG] pgmap v1019: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T10:16:25.912 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:25 smithi133 bash[17559]: audit 2024-01-16T10:16:24.606380+0000 mgr.smithi038.dukxrr (mgr.14180) 1580 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:16:26.368 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:16:27.768 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:27 smithi038 bash[13941]: cluster 2024-01-16T10:16:26.521703+0000 mgr.smithi038.dukxrr (mgr.14180) 1581 : 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-01-16T10:16:27.912 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:27 smithi133 bash[17559]: cluster 2024-01-16T10:16:26.521703+0000 mgr.smithi038.dukxrr (mgr.14180) 1581 : 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-01-16T10:16:29.669 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:16:29.669 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:16:02.006059Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:16:01.873621Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:16:02.006422Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:14:55.965254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.akfpuw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:16:06.172391Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xojsdn on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xojsdn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xojsdn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xojsdn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xojsdn\nDeploy daemon haproxy.nfs.foo.smithi133.xojsdn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:16:10.505571Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dyqghc on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-dyqghc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-dyqghc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.dyqghc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.dyqghc\nDeploy daemon haproxy.nfs.foo.smithi038.dyqghc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:16:10.510126Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.tkrisf on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:16:10.512189Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uzwaka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:16:01.875264Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:16:01.873939Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:16:01.874139Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:16:01.875446Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:16:01.874327Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:16:01.874512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:16:02.006777Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:16:29.886 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:29 smithi038 bash[13941]: cluster 2024-01-16T10:16:28.523075+0000 mgr.smithi038.dukxrr (mgr.14180) 1582 : 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-01-16T10:16:29.912 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:29 smithi133 bash[17559]: cluster 2024-01-16T10:16:28.523075+0000 mgr.smithi038.dukxrr (mgr.14180) 1582 : 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-01-16T10:16:30.420 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:16:30.767 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:30 smithi038 bash[13941]: audit 2024-01-16T10:16:29.673154+0000 mgr.smithi038.dukxrr (mgr.14180) 1583 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:16:30.912 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:30 smithi133 bash[17559]: audit 2024-01-16T10:16:29.673154+0000 mgr.smithi038.dukxrr (mgr.14180) 1583 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:16:31.421 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:16:31.767 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:31 smithi038 bash[13941]: cluster 2024-01-16T10:16:30.524265+0000 mgr.smithi038.dukxrr (mgr.14180) 1584 : 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-01-16T10:16:31.912 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:31 smithi133 bash[17559]: cluster 2024-01-16T10:16:30.524265+0000 mgr.smithi038.dukxrr (mgr.14180) 1584 : 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-01-16T10:16:33.912 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:33 smithi133 bash[17559]: cluster 2024-01-16T10:16:32.525298+0000 mgr.smithi038.dukxrr (mgr.14180) 1585 : cluster [DBG] pgmap v1023: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:16:34.017 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:33 smithi038 bash[13941]: cluster 2024-01-16T10:16:32.525298+0000 mgr.smithi038.dukxrr (mgr.14180) 1585 : cluster [DBG] pgmap v1023: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:16:34.658 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:16:34.658 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:16:02.006059Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:16:01.873621Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:16:02.006422Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:14:55.965254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.akfpuw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:16:06.172391Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xojsdn on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xojsdn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xojsdn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xojsdn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xojsdn\nDeploy daemon haproxy.nfs.foo.smithi133.xojsdn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:16:10.505571Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dyqghc on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-dyqghc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-dyqghc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.dyqghc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.dyqghc\nDeploy daemon haproxy.nfs.foo.smithi038.dyqghc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:16:10.510126Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.tkrisf on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:16:10.512189Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uzwaka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:16:01.875264Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:16:01.873939Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:16:01.874139Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:16:01.875446Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:16:01.874327Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:16:01.874512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:16:02.006777Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:16:35.464 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:16:35.767 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:35 smithi038 bash[13941]: cluster 2024-01-16T10:16:34.526558+0000 mgr.smithi038.dukxrr (mgr.14180) 1586 : cluster [DBG] pgmap v1024: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T10:16:35.768 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:35 smithi038 bash[13941]: audit 2024-01-16T10:16:34.663184+0000 mgr.smithi038.dukxrr (mgr.14180) 1587 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:16:35.912 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:35 smithi133 bash[17559]: cluster 2024-01-16T10:16:34.526558+0000 mgr.smithi038.dukxrr (mgr.14180) 1586 : cluster [DBG] pgmap v1024: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T10:16:35.912 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:35 smithi133 bash[17559]: audit 2024-01-16T10:16:34.663184+0000 mgr.smithi038.dukxrr (mgr.14180) 1587 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:16:36.466 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:16:37.912 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:37 smithi133 bash[17559]: cluster 2024-01-16T10:16:36.527612+0000 mgr.smithi038.dukxrr (mgr.14180) 1588 : 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-01-16T10:16:37.992 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:37 smithi038 bash[13941]: cluster 2024-01-16T10:16:36.527612+0000 mgr.smithi038.dukxrr (mgr.14180) 1588 : 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-01-16T10:16:39.774 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:16:39.775 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:16:02.006059Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:16:01.873621Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:16:02.006422Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:14:55.965254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.akfpuw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:16:06.172391Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xojsdn on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xojsdn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xojsdn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xojsdn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xojsdn\nDeploy daemon haproxy.nfs.foo.smithi133.xojsdn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:16:10.505571Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dyqghc on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-dyqghc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-dyqghc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.dyqghc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.dyqghc\nDeploy daemon haproxy.nfs.foo.smithi038.dyqghc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:16:10.510126Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.tkrisf on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:16:10.512189Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uzwaka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:16:01.875264Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:16:01.873939Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:16:01.874139Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:16:01.875446Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:16:01.874327Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:16:01.874512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:16:02.006777Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:16:39.912 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:39 smithi133 bash[17559]: cluster 2024-01-16T10:16:38.529005+0000 mgr.smithi038.dukxrr (mgr.14180) 1589 : 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-01-16T10:16:39.951 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:39 smithi038 bash[13941]: cluster 2024-01-16T10:16:38.529005+0000 mgr.smithi038.dukxrr (mgr.14180) 1589 : 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-01-16T10:16:40.512 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:16:40.767 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:40 smithi038 bash[13941]: audit 2024-01-16T10:16:39.779525+0000 mgr.smithi038.dukxrr (mgr.14180) 1590 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:16:40.912 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:40 smithi133 bash[17559]: audit 2024-01-16T10:16:39.779525+0000 mgr.smithi038.dukxrr (mgr.14180) 1590 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:16:41.513 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:16:41.912 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:41 smithi133 bash[17559]: cluster 2024-01-16T10:16:40.530206+0000 mgr.smithi038.dukxrr (mgr.14180) 1591 : 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-01-16T10:16:42.017 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:41 smithi038 bash[13941]: cluster 2024-01-16T10:16:40.530206+0000 mgr.smithi038.dukxrr (mgr.14180) 1591 : 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-01-16T10:16:43.912 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:43 smithi133 bash[17559]: cluster 2024-01-16T10:16:42.531304+0000 mgr.smithi038.dukxrr (mgr.14180) 1592 : cluster [DBG] pgmap v1028: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:16:44.017 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:43 smithi038 bash[13941]: cluster 2024-01-16T10:16:42.531304+0000 mgr.smithi038.dukxrr (mgr.14180) 1592 : cluster [DBG] pgmap v1028: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:16:44.527 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:16:44.527 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:16:02.006059Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:16:01.873621Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:16:02.006422Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:14:55.965254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.akfpuw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:16:06.172391Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xojsdn on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xojsdn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xojsdn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xojsdn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xojsdn\nDeploy daemon haproxy.nfs.foo.smithi133.xojsdn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:16:10.505571Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dyqghc on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-dyqghc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-dyqghc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.dyqghc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.dyqghc\nDeploy daemon haproxy.nfs.foo.smithi038.dyqghc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:16:10.510126Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.tkrisf on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:16:10.512189Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uzwaka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:16:01.875264Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:16:01.873939Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:16:01.874139Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:16:01.875446Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:16:01.874327Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:16:01.874512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:16:02.006777Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:16:45.318 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:16:46.017 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:45 smithi038 bash[13941]: cluster 2024-01-16T10:16:44.532495+0000 mgr.smithi038.dukxrr (mgr.14180) 1593 : cluster [DBG] pgmap v1029: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T10:16:46.018 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:45 smithi038 bash[13941]: audit 2024-01-16T10:16:44.533171+0000 mgr.smithi038.dukxrr (mgr.14180) 1594 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:16:46.162 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:45 smithi133 bash[17559]: cluster 2024-01-16T10:16:44.532495+0000 mgr.smithi038.dukxrr (mgr.14180) 1593 : cluster [DBG] pgmap v1029: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T10:16:46.162 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:45 smithi133 bash[17559]: audit 2024-01-16T10:16:44.533171+0000 mgr.smithi038.dukxrr (mgr.14180) 1594 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:16:46.319 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:16:48.017 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:47 smithi038 bash[13941]: cluster 2024-01-16T10:16:46.533683+0000 mgr.smithi038.dukxrr (mgr.14180) 1595 : 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-01-16T10:16:48.162 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:47 smithi133 bash[17559]: cluster 2024-01-16T10:16:46.533683+0000 mgr.smithi038.dukxrr (mgr.14180) 1595 : 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-01-16T10:16:49.541 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:16:49.541 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:16:02.006059Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:16:01.873621Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:16:02.006422Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:14:55.965254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.akfpuw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:16:06.172391Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xojsdn on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xojsdn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xojsdn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xojsdn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xojsdn\nDeploy daemon haproxy.nfs.foo.smithi133.xojsdn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:16:10.505571Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dyqghc on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-dyqghc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-dyqghc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.dyqghc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.dyqghc\nDeploy daemon haproxy.nfs.foo.smithi038.dyqghc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:16:10.510126Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.tkrisf on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:16:10.512189Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uzwaka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:16:01.875264Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:16:01.873939Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:16:01.874139Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:16:01.875446Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:16:01.874327Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:16:01.874512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:16:02.006777Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:16:50.017 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:49 smithi038 bash[13941]: cluster 2024-01-16T10:16:48.535079+0000 mgr.smithi038.dukxrr (mgr.14180) 1596 : 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-01-16T10:16:50.162 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:49 smithi133 bash[17559]: cluster 2024-01-16T10:16:48.535079+0000 mgr.smithi038.dukxrr (mgr.14180) 1596 : 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-01-16T10:16:50.287 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:16:51.017 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:50 smithi038 bash[13941]: audit 2024-01-16T10:16:49.547086+0000 mgr.smithi038.dukxrr (mgr.14180) 1597 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:16:51.162 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:50 smithi133 bash[17559]: audit 2024-01-16T10:16:49.547086+0000 mgr.smithi038.dukxrr (mgr.14180) 1597 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:16:51.288 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:16:51.767 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:51 smithi038 bash[13941]: cluster 2024-01-16T10:16:50.536203+0000 mgr.smithi038.dukxrr (mgr.14180) 1598 : 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-01-16T10:16:51.912 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:51 smithi133 bash[17559]: cluster 2024-01-16T10:16:50.536203+0000 mgr.smithi038.dukxrr (mgr.14180) 1598 : 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-01-16T10:16:54.017 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:53 smithi038 bash[13941]: cluster 2024-01-16T10:16:52.537245+0000 mgr.smithi038.dukxrr (mgr.14180) 1599 : cluster [DBG] pgmap v1033: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:16:54.162 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:53 smithi133 bash[17559]: cluster 2024-01-16T10:16:52.537245+0000 mgr.smithi038.dukxrr (mgr.14180) 1599 : cluster [DBG] pgmap v1033: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:16:54.425 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:16:54.425 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:16:02.006059Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:16:01.873621Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:16:02.006422Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:14:55.965254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.akfpuw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:16:06.172391Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xojsdn on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xojsdn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xojsdn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xojsdn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xojsdn\nDeploy daemon haproxy.nfs.foo.smithi133.xojsdn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:16:10.505571Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dyqghc on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-dyqghc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-dyqghc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.dyqghc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.dyqghc\nDeploy daemon haproxy.nfs.foo.smithi038.dyqghc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:16:10.510126Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.tkrisf on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:16:10.512189Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uzwaka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:16:01.875264Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:16:01.873939Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:16:01.874139Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:16:01.875446Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:16:01.874327Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:16:01.874512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:16:02.006777Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:16:55.201 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:16:56.017 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:55 smithi038 bash[13941]: audit 2024-01-16T10:16:54.430245+0000 mgr.smithi038.dukxrr (mgr.14180) 1600 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:16:56.017 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:55 smithi038 bash[13941]: cluster 2024-01-16T10:16:54.538221+0000 mgr.smithi038.dukxrr (mgr.14180) 1601 : cluster [DBG] pgmap v1034: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T10:16:56.162 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:55 smithi133 bash[17559]: audit 2024-01-16T10:16:54.430245+0000 mgr.smithi038.dukxrr (mgr.14180) 1600 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:16:56.162 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:55 smithi133 bash[17559]: cluster 2024-01-16T10:16:54.538221+0000 mgr.smithi038.dukxrr (mgr.14180) 1601 : cluster [DBG] pgmap v1034: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T10:16:56.203 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:16:58.017 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:57 smithi038 bash[13941]: cluster 2024-01-16T10:16:56.539305+0000 mgr.smithi038.dukxrr (mgr.14180) 1602 : 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-01-16T10:16:58.162 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:57 smithi133 bash[17559]: cluster 2024-01-16T10:16:56.539305+0000 mgr.smithi038.dukxrr (mgr.14180) 1602 : 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-01-16T10:16:59.322 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:16:59.322 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:16:02.006059Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:16:01.873621Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:16:02.006422Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:14:55.965254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.akfpuw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:16:06.172391Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xojsdn on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xojsdn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xojsdn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xojsdn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xojsdn\nDeploy daemon haproxy.nfs.foo.smithi133.xojsdn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:16:10.505571Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dyqghc on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-dyqghc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-dyqghc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.dyqghc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.dyqghc\nDeploy daemon haproxy.nfs.foo.smithi038.dyqghc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:16:10.510126Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.tkrisf on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:16:10.512189Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uzwaka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:16:01.875264Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:16:01.873939Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:16:01.874139Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:16:01.875446Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:16:01.874327Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:16:01.874512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:16:02.006777Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:17:00.017 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:16:59 smithi038 bash[13941]: cluster 2024-01-16T10:16:58.540675+0000 mgr.smithi038.dukxrr (mgr.14180) 1603 : 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-01-16T10:17:00.162 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:16:59 smithi133 bash[17559]: cluster 2024-01-16T10:16:58.540675+0000 mgr.smithi038.dukxrr (mgr.14180) 1603 : 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-01-16T10:17:00.208 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:17:01.017 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:00 smithi038 bash[13941]: audit 2024-01-16T10:16:59.328936+0000 mgr.smithi038.dukxrr (mgr.14180) 1604 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:17:01.069 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:00 smithi133 bash[17559]: audit 2024-01-16T10:16:59.328936+0000 mgr.smithi038.dukxrr (mgr.14180) 1604 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:17:01.209 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:17:02.017 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:01 smithi038 bash[13941]: cluster 2024-01-16T10:17:00.541807+0000 mgr.smithi038.dukxrr (mgr.14180) 1605 : 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-01-16T10:17:02.162 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:01 smithi133 bash[17559]: cluster 2024-01-16T10:17:00.541807+0000 mgr.smithi038.dukxrr (mgr.14180) 1605 : 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-01-16T10:17:04.017 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:03 smithi038 bash[13941]: cluster 2024-01-16T10:17:02.542972+0000 mgr.smithi038.dukxrr (mgr.14180) 1606 : cluster [DBG] pgmap v1038: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:17:04.162 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:03 smithi133 bash[17559]: cluster 2024-01-16T10:17:02.542972+0000 mgr.smithi038.dukxrr (mgr.14180) 1606 : cluster [DBG] pgmap v1038: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:17:04.357 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:17:04.357 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:16:02.006059Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:16:01.873621Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:16:02.006422Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:14:55.965254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.akfpuw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:16:06.172391Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xojsdn on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xojsdn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xojsdn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xojsdn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xojsdn\nDeploy daemon haproxy.nfs.foo.smithi133.xojsdn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:16:10.505571Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dyqghc on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-dyqghc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-dyqghc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.dyqghc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.dyqghc\nDeploy daemon haproxy.nfs.foo.smithi038.dyqghc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:16:10.510126Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.tkrisf on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:16:10.512189Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uzwaka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:16:01.875264Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:16:01.873939Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:16:01.874139Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:16:01.875446Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:16:01.874327Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:16:01.874512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:16:02.006777Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:17:05.114 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:17:06.017 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:05 smithi038 bash[13941]: audit 2024-01-16T10:17:04.364087+0000 mgr.smithi038.dukxrr (mgr.14180) 1607 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:17:06.017 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:05 smithi038 bash[13941]: cluster 2024-01-16T10:17:04.544245+0000 mgr.smithi038.dukxrr (mgr.14180) 1608 : cluster [DBG] pgmap v1039: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T10:17:06.115 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:17:06.162 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:05 smithi133 bash[17559]: audit 2024-01-16T10:17:04.364087+0000 mgr.smithi038.dukxrr (mgr.14180) 1607 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:17:06.162 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:05 smithi133 bash[17559]: cluster 2024-01-16T10:17:04.544245+0000 mgr.smithi038.dukxrr (mgr.14180) 1608 : cluster [DBG] pgmap v1039: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T10:17:08.017 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:07 smithi038 bash[13941]: cluster 2024-01-16T10:17:06.545379+0000 mgr.smithi038.dukxrr (mgr.14180) 1609 : 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-01-16T10:17:08.162 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:07 smithi133 bash[17559]: cluster 2024-01-16T10:17:06.545379+0000 mgr.smithi038.dukxrr (mgr.14180) 1609 : 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-01-16T10:17:09.374 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:17:09.375 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:16:02.006059Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:16:01.873621Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:16:02.006422Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:14:55.965254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.akfpuw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:16:06.172391Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xojsdn on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xojsdn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xojsdn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xojsdn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xojsdn\nDeploy daemon haproxy.nfs.foo.smithi133.xojsdn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:16:10.505571Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dyqghc on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-dyqghc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-dyqghc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.dyqghc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.dyqghc\nDeploy daemon haproxy.nfs.foo.smithi038.dyqghc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:16:10.510126Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.tkrisf on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:16:10.512189Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uzwaka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:16:01.875264Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:16:01.873939Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:16:01.874139Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:16:01.875446Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:16:01.874327Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:16:01.874512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:16:02.006777Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:17:10.017 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:09 smithi038 bash[13941]: cluster 2024-01-16T10:17:08.546758+0000 mgr.smithi038.dukxrr (mgr.14180) 1610 : 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-01-16T10:17:10.162 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:09 smithi133 bash[17559]: cluster 2024-01-16T10:17:08.546758+0000 mgr.smithi038.dukxrr (mgr.14180) 1610 : 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-01-16T10:17:10.166 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:17:11.162 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:10 smithi133 bash[17559]: audit 2024-01-16T10:17:09.385632+0000 mgr.smithi038.dukxrr (mgr.14180) 1611 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:17:11.162 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:10 smithi133 bash[17559]: audit 2024-01-16T10:17:10.516657+0000 mon.smithi038 (mon.0) 1071 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T10:17:11.166 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 71323a66-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:17:11.181 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:10 smithi038 bash[13941]: audit 2024-01-16T10:17:09.385632+0000 mgr.smithi038.dukxrr (mgr.14180) 1611 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:17:11.181 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:10 smithi038 bash[13941]: audit 2024-01-16T10:17:10.516657+0000 mon.smithi038 (mon.0) 1071 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T10:17:12.162 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:11 smithi133 bash[17559]: cluster 2024-01-16T10:17:10.547850+0000 mgr.smithi038.dukxrr (mgr.14180) 1612 : 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-01-16T10:17:12.162 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:11 smithi133 bash[17559]: audit 2024-01-16T10:17:10.831363+0000 mon.smithi038 (mon.0) 1072 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T10:17:12.162 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:11 smithi133 bash[17559]: audit 2024-01-16T10:17:10.832503+0000 mon.smithi038 (mon.0) 1073 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T10:17:12.162 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:11 smithi133 bash[17559]: audit 2024-01-16T10:17:10.841059+0000 mon.smithi038 (mon.0) 1074 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:17:12.162 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:11 smithi133 bash[17559]: cluster 2024-01-16T10:17:10.841876+0000 mgr.smithi038.dukxrr (mgr.14180) 1613 : cluster [DBG] pgmap v1043: 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-01-16T10:17:12.163 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:11 smithi133 bash[17559]: audit 2024-01-16T10:17:10.848973+0000 mon.smithi038 (mon.0) 1075 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T10:17:12.163 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:11 smithi133 bash[17559]: audit 2024-01-16T10:17:10.860524+0000 mon.smithi038 (mon.0) 1076 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:17:12.163 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:11 smithi133 bash[17559]: cephadm 2024-01-16T10:17:10.864256+0000 mgr.smithi038.dukxrr (mgr.14180) 1614 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi133.bndvzg on smithi133 2024-01-16T10:17:12.163 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:11 smithi133 bash[17559]: cluster 2024-01-16T10:17:11.372753+0000 mon.smithi038 (mon.0) 1077 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-16T10:17:12.163 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:11 smithi133 bash[17559]: cluster 2024-01-16T10:17:11.372806+0000 mon.smithi038 (mon.0) 1078 : cluster [INF] Cluster is now healthy 2024-01-16T10:17:12.267 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:11 smithi038 bash[13941]: cluster 2024-01-16T10:17:10.547850+0000 mgr.smithi038.dukxrr (mgr.14180) 1612 : 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-01-16T10:17:12.267 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:11 smithi038 bash[13941]: audit 2024-01-16T10:17:10.831363+0000 mon.smithi038 (mon.0) 1072 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T10:17:12.268 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:11 smithi038 bash[13941]: audit 2024-01-16T10:17:10.832503+0000 mon.smithi038 (mon.0) 1073 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T10:17:12.268 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:11 smithi038 bash[13941]: audit 2024-01-16T10:17:10.841059+0000 mon.smithi038 (mon.0) 1074 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:17:12.268 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:11 smithi038 bash[13941]: cluster 2024-01-16T10:17:10.841876+0000 mgr.smithi038.dukxrr (mgr.14180) 1613 : cluster [DBG] pgmap v1043: 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-01-16T10:17:12.268 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:11 smithi038 bash[13941]: audit 2024-01-16T10:17:10.848973+0000 mon.smithi038 (mon.0) 1075 : audit [DBG] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T10:17:12.268 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:11 smithi038 bash[13941]: audit 2024-01-16T10:17:10.860524+0000 mon.smithi038 (mon.0) 1076 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' 2024-01-16T10:17:12.268 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:11 smithi038 bash[13941]: cephadm 2024-01-16T10:17:10.864256+0000 mgr.smithi038.dukxrr (mgr.14180) 1614 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi133.bndvzg on smithi133 2024-01-16T10:17:12.268 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:11 smithi038 bash[13941]: cluster 2024-01-16T10:17:11.372753+0000 mon.smithi038 (mon.0) 1077 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-16T10:17:12.268 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:11 smithi038 bash[13941]: cluster 2024-01-16T10:17:11.372806+0000 mon.smithi038 (mon.0) 1078 : cluster [INF] Cluster is now healthy 2024-01-16T10:17:14.162 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:13 smithi133 bash[17559]: cluster 2024-01-16T10:17:12.842840+0000 mgr.smithi038.dukxrr (mgr.14180) 1615 : cluster [DBG] pgmap v1044: 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-01-16T10:17:14.267 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:13 smithi038 bash[13941]: cluster 2024-01-16T10:17:12.842840+0000 mgr.smithi038.dukxrr (mgr.14180) 1615 : cluster [DBG] pgmap v1044: 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-01-16T10:17:14.346 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-01-16T10:17:14.346 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:43:29.287499Z", "last_refresh": "2024-01-16T10:16:02.006059Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:43:21.203137Z", "last_refresh": "2024-01-16T10:16:01.873621Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:43:25.288525Z", "last_refresh": "2024-01-16T10:16:02.006422Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T10:14:55.965254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.akfpuw on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:16:06.172391Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xojsdn on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xojsdn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-xojsdn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xojsdn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.xojsdn\nDeploy daemon haproxy.nfs.foo.smithi133.xojsdn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:16:10.505571Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dyqghc on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-dyqghc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi038-dyqghc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.dyqghc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi038.dyqghc\nDeploy daemon haproxy.nfs.foo.smithi038.dyqghc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:16:10.510126Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.tkrisf on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:16:10.512189Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.uzwaka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.38/16"}, "status": {"created": "2024-01-16T09:51:52.905320Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"events": ["2024-01-16T09:51:48.745597Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:51:48.739197Z", "last_refresh": "2024-01-16T10:16:01.875264Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:43:19.285419Z", "last_refresh": "2024-01-16T10:16:01.873939Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:05.826685Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:45:05.822561Z", "last_refresh": "2024-01-16T10:16:01.874139Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:51:52.904955Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:51:52.896600Z", "last_refresh": "2024-01-16T10:16:01.875446Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:43:27.243591Z", "last_refresh": "2024-01-16T10:16:01.874327Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:45:50.119622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:45:50.111983Z", "last_refresh": "2024-01-16T10:16:01.874512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:43:23.213506Z", "last_refresh": "2024-01-16T10:16:02.006777Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:17:15.017 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:14 smithi038 bash[13941]: audit 2024-01-16T10:17:14.686390+0000 mon.smithi038 (mon.0) 1079 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi133.bndvzg"}]: dispatch 2024-01-16T10:17:15.162 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:14 smithi133 bash[17559]: audit 2024-01-16T10:17:14.686390+0000 mon.smithi038 (mon.0) 1079 : audit [INF] from='mgr.14180 172.21.15.38:0/654844259' entity='mgr.smithi038.dukxrr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi133.bndvzg"}]: dispatch 2024-01-16T10:17:15.205 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:17:15.205 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_a70aebef70df6ec2d957347ccbfc484e0573dd5f/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-01-16T10:17:15.439 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=ab9bdff533ff4c9a948eeb20c87a2d30 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_a70aebef70df6ec2d957347ccbfc484e0573dd5f/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-01-16T10:17:15.441 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-01-16T10:17:15.451 INFO:tasks.vip:Removing 10.0.15.38 (and any VIPs) on smithi038.front.sepia.ceph.com iface ens1f0... 2024-01-16T10:17:15.451 DEBUG:teuthology.orchestra.run.smithi038:> sudo ip addr del 10.0.15.38/16 dev ens1f0 2024-01-16T10:17:15.471 DEBUG:teuthology.orchestra.run.smithi038:> sudo ip addr del 10.0.31.38/16 dev ens1f0 2024-01-16T10:17:15.530 INFO:teuthology.orchestra.run.smithi038.stderr:RTNETLINK answers: Cannot assign requested address 2024-01-16T10:17:15.531 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-16T10:17:15.531 INFO:tasks.vip:Removing 10.0.15.133 (and any VIPs) on smithi133.front.sepia.ceph.com iface enp3s0f1... 2024-01-16T10:17:15.531 DEBUG:teuthology.orchestra.run.smithi133:> sudo ip addr del 10.0.15.133/16 dev enp3s0f1 2024-01-16T10:17:15.548 DEBUG:teuthology.orchestra.run.smithi133:> sudo ip addr del 10.0.31.38/16 dev enp3s0f1 2024-01-16T10:17:15.604 INFO:teuthology.orchestra.run.smithi133.stderr:RTNETLINK answers: Cannot assign requested address 2024-01-16T10:17:15.605 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-16T10:17:15.605 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-01-16T10:17:15.615 INFO:tasks.cephadm:Teardown begin 2024-01-16T10:17:15.616 DEBUG:teuthology.orchestra.run.smithi038:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-16T10:17:15.631 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-16T10:17:15.663 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-01-16T10:17:15.663 DEBUG:teuthology.orchestra.run.smithi038:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-16T10:17:15.680 DEBUG:teuthology.orchestra.run.smithi133:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-16T10:17:15.711 INFO:tasks.cephadm:Stopping all daemons... 2024-01-16T10:17:15.711 INFO:tasks.cephadm.mon.smithi038:Stopping mon.smithi038... 2024-01-16T10:17:15.711 DEBUG:teuthology.orchestra.run.smithi038:> sudo systemctl stop ceph-71323a66-b453-11ee-95ad-87774f69a715@mon.smithi038 2024-01-16T10:17:15.986 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:15 smithi038 systemd[1]: Stopping Ceph mon.smithi038 for 71323a66-b453-11ee-95ad-87774f69a715... 2024-01-16T10:17:15.986 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:15 smithi038 bash[116964]: Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-mon.smithi038 2024-01-16T10:17:15.986 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:15 smithi038 bash[13941]: audit 2024-01-16T10:17:14.352061+0000 mgr.smithi038.dukxrr (mgr.14180) 1616 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:17:15.986 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:15 smithi038 bash[13941]: cephadm 2024-01-16T10:17:14.685241+0000 mgr.smithi038.dukxrr (mgr.14180) 1617 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bndvzg 2024-01-16T10:17:15.986 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:15 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:17:15.987 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:15 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bndvzg 2024-01-16T10:17:15.987 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:15 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bndvzg 2024-01-16T10:17:15.987 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:15 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:17:15.987 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:15 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bndvzg 2024-01-16T10:17:15.987 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:15 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.bndvzg ... 2024-01-16T10:17:15.987 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:15 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:17:15.987 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:15 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:17:15.987 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:15 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:17:15.988 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:15 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:17:15.988 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:15 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:17:15.988 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:15 smithi038 bash[13941]: Traceback (most recent call last): 2024-01-16T10:17:15.988 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:15 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T10:17:15.988 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:15 smithi038 bash[13941]: yield (conn, connr) 2024-01-16T10:17:15.988 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:15 smithi038 bash[13941]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T10:17:15.988 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:15 smithi038 bash[13941]: code, '\n'.join(err))) 2024-01-16T10:17:15.988 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:15 smithi038 bash[13941]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bndvzg 2024-01-16T10:17:15.989 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:15 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:17:15.989 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:15 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bndvzg 2024-01-16T10:17:15.989 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:15 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bndvzg 2024-01-16T10:17:15.989 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:15 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:17:15.989 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:15 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bndvzg 2024-01-16T10:17:15.989 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:15 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.bndvzg ... 2024-01-16T10:17:15.989 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:15 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:17:15.989 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:15 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:17:15.990 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:15 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:17:15.990 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:15 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:17:15.990 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:15 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:17:15.990 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:15 smithi038 bash[13941]: cephadm 2024-01-16T10:17:14.685757+0000 mgr.smithi038.dukxrr (mgr.14180) 1618 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi133.bndvzg 2024-01-16T10:17:15.990 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:15 smithi038 bash[13941]: cephadm 2024-01-16T10:17:14.687464+0000 mgr.smithi038.dukxrr (mgr.14180) 1619 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi133.bndvzg on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bndvzg 2024-01-16T10:17:15.990 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:15 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:17:15.990 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:15 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bndvzg 2024-01-16T10:17:15.990 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:15 smithi038 bash[13941]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bndvzg 2024-01-16T10:17:15.991 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:15 smithi038 bash[13941]: /usr/bin/docker: stdout 2024-01-16T10:17:15.991 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:15 smithi038 bash[13941]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bndvzg 2024-01-16T10:17:15.991 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:15 smithi038 bash[13941]: Deploy daemon haproxy.nfs.foo.smithi133.bndvzg ... 2024-01-16T10:17:15.991 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:15 smithi038 bash[13941]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:17:15.991 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:15 smithi038 bash[13941]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:17:15.991 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:15 smithi038 bash[13941]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:17:15.991 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:15 smithi038 bash[13941]: stat: stderr See 'docker run --help'. 2024-01-16T10:17:15.991 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:15 smithi038 bash[13941]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:17:15.991 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:15 smithi038 bash[13941]: cephadm 2024-01-16T10:17:14.689724+0000 mgr.smithi038.dukxrr (mgr.14180) 1620 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.mehrcv on smithi038 2024-01-16T10:17:15.992 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:15 smithi038 bash[13941]: cluster 2024-01-16T10:17:14.843525+0000 mgr.smithi038.dukxrr (mgr.14180) 1621 : cluster [DBG] pgmap v1045: 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-01-16T10:17:15.992 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:15 smithi038 bash[13941]: debug 2024-01-16T10:17:15.910+0000 7feff7a27700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi038 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-01-16T10:17:15.992 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Jan 16 10:17:15 smithi038 bash[13941]: debug 2024-01-16T10:17:15.910+0000 7feff7a27700 -1 mon.smithi038@0(leader) e2 *** Got Signal Terminated *** 2024-01-16T10:17:16.162 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:15 smithi133 bash[17559]: audit 2024-01-16T10:17:14.352061+0000 mgr.smithi038.dukxrr (mgr.14180) 1616 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:17:16.163 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:15 smithi133 bash[17559]: cephadm 2024-01-16T10:17:14.685241+0000 mgr.smithi038.dukxrr (mgr.14180) 1617 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bndvzg 2024-01-16T10:17:16.163 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:15 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:17:16.163 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:15 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bndvzg 2024-01-16T10:17:16.163 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:15 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bndvzg 2024-01-16T10:17:16.163 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:15 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:17:16.163 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:15 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bndvzg 2024-01-16T10:17:16.163 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:15 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.bndvzg ... 2024-01-16T10:17:16.164 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:15 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:17:16.164 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:15 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:17:16.164 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:15 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:17:16.164 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:15 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:17:16.164 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:15 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:17:16.164 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:15 smithi133 bash[17559]: Traceback (most recent call last): 2024-01-16T10:17:16.164 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:15 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T10:17:16.165 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:15 smithi133 bash[17559]: yield (conn, connr) 2024-01-16T10:17:16.165 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:15 smithi133 bash[17559]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T10:17:16.165 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:15 smithi133 bash[17559]: code, '\n'.join(err))) 2024-01-16T10:17:16.165 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:15 smithi133 bash[17559]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bndvzg 2024-01-16T10:17:16.165 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:15 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:17:16.165 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:15 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bndvzg 2024-01-16T10:17:16.165 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:15 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bndvzg 2024-01-16T10:17:16.165 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:15 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:17:16.165 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:15 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bndvzg 2024-01-16T10:17:16.166 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:15 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.bndvzg ... 2024-01-16T10:17:16.166 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:15 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:17:16.166 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:15 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:17:16.166 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:15 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:17:16.166 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:15 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:17:16.166 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:15 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:17:16.166 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:15 smithi133 bash[17559]: cephadm 2024-01-16T10:17:14.685757+0000 mgr.smithi038.dukxrr (mgr.14180) 1618 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi133.bndvzg 2024-01-16T10:17:16.166 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:15 smithi133 bash[17559]: cephadm 2024-01-16T10:17:14.687464+0000 mgr.smithi038.dukxrr (mgr.14180) 1619 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi133.bndvzg on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bndvzg 2024-01-16T10:17:16.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:15 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:17:16.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:15 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi133-bndvzg 2024-01-16T10:17:16.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:15 smithi133 bash[17559]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bndvzg 2024-01-16T10:17:16.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:15 smithi133 bash[17559]: /usr/bin/docker: stdout 2024-01-16T10:17:16.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:15 smithi133 bash[17559]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi133.bndvzg 2024-01-16T10:17:16.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:15 smithi133 bash[17559]: Deploy daemon haproxy.nfs.foo.smithi133.bndvzg ... 2024-01-16T10:17:16.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:15 smithi133 bash[17559]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:17:16.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:15 smithi133 bash[17559]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-16T10:17:16.167 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:15 smithi133 bash[17559]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-16T10:17:16.168 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:15 smithi133 bash[17559]: stat: stderr See 'docker run --help'. 2024-01-16T10:17:16.168 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:15 smithi133 bash[17559]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:17:16.168 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:15 smithi133 bash[17559]: cephadm 2024-01-16T10:17:14.689724+0000 mgr.smithi038.dukxrr (mgr.14180) 1620 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.mehrcv on smithi038 2024-01-16T10:17:16.168 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:15 smithi133 bash[17559]: cluster 2024-01-16T10:17:14.843525+0000 mgr.smithi038.dukxrr (mgr.14180) 1621 : cluster [DBG] pgmap v1045: 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-01-16T10:17:16.845 DEBUG:teuthology.orchestra.run.smithi038:> sudo pkill -f 'journalctl -f -n 0 -u ceph-71323a66-b453-11ee-95ad-87774f69a715@mon.smithi038.service' 2024-01-16T10:17:16.888 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-16T10:17:16.888 INFO:tasks.cephadm.mon.smithi038:Stopped mon.smithi038 2024-01-16T10:17:16.888 INFO:tasks.cephadm.mon.smithi133:Stopping mon.smithi133... 2024-01-16T10:17:16.889 DEBUG:teuthology.orchestra.run.smithi133:> sudo systemctl stop ceph-71323a66-b453-11ee-95ad-87774f69a715@mon.smithi133 2024-01-16T10:17:17.162 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:16 smithi133 systemd[1]: Stopping Ceph mon.smithi133 for 71323a66-b453-11ee-95ad-87774f69a715... 2024-01-16T10:17:17.162 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:16 smithi133 bash[39787]: Error response from daemon: No such container: ceph-71323a66-b453-11ee-95ad-87774f69a715-mon.smithi133 2024-01-16T10:17:17.162 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:17 smithi133 bash[17559]: debug 2024-01-16T10:17:17.086+0000 7f8e80500700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi133 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-01-16T10:17:17.162 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 16 10:17:17 smithi133 bash[17559]: debug 2024-01-16T10:17:17.086+0000 7f8e80500700 -1 mon.smithi133@1(peon) e2 *** Got Signal Terminated *** 2024-01-16T10:17:18.125 DEBUG:teuthology.orchestra.run.smithi133:> sudo pkill -f 'journalctl -f -n 0 -u ceph-71323a66-b453-11ee-95ad-87774f69a715@mon.smithi133.service' 2024-01-16T10:17:18.162 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-16T10:17:18.162 INFO:tasks.cephadm.mon.smithi133:Stopped mon.smithi133 2024-01-16T10:17:18.162 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 71323a66-b453-11ee-95ad-87774f69a715 --force --keep-logs 2024-01-16T10:18:19.025 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 71323a66-b453-11ee-95ad-87774f69a715 --force --keep-logs 2024-01-16T10:19:20.759 DEBUG:teuthology.orchestra.run.smithi038:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-16T10:19:20.777 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-16T10:19:20.791 INFO:tasks.cephadm:Archiving crash dumps... 2024-01-16T10:19:20.793 DEBUG:teuthology.misc:Transferring archived files from smithi038:/var/lib/ceph/71323a66-b453-11ee-95ad-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517759/remote/ubuntu@smithi038.front.sepia.ceph.com/crash 2024-01-16T10:19:20.793 DEBUG:teuthology.orchestra.run.smithi038:> sudo tar c -f - -C /var/lib/ceph/71323a66-b453-11ee-95ad-87774f69a715/crash -- . 2024-01-16T10:19:20.837 INFO:teuthology.orchestra.run.smithi038.stderr:tar: /var/lib/ceph/71323a66-b453-11ee-95ad-87774f69a715/crash: Cannot open: No such file or directory 2024-01-16T10:19:20.837 INFO:teuthology.orchestra.run.smithi038.stderr:tar: Error is not recoverable: exiting now 2024-01-16T10:19:20.839 DEBUG:teuthology.misc:Transferring archived files from smithi133:/var/lib/ceph/71323a66-b453-11ee-95ad-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517759/remote/ubuntu@smithi133.front.sepia.ceph.com/crash 2024-01-16T10:19:20.839 DEBUG:teuthology.orchestra.run.smithi133:> sudo tar c -f - -C /var/lib/ceph/71323a66-b453-11ee-95ad-87774f69a715/crash -- . 2024-01-16T10:19:20.853 INFO:teuthology.orchestra.run.smithi133.stderr:tar: /var/lib/ceph/71323a66-b453-11ee-95ad-87774f69a715/crash: Cannot open: No such file or directory 2024-01-16T10:19:20.853 INFO:teuthology.orchestra.run.smithi133.stderr:tar: Error is not recoverable: exiting now 2024-01-16T10:19:20.854 INFO:tasks.cephadm:Checking cluster log for badness... 2024-01-16T10:19:20.855 DEBUG:teuthology.orchestra.run.smithi038:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/71323a66-b453-11ee-95ad-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-01-16T10:19:20.896 INFO:teuthology.orchestra.run.smithi038.stderr:grep: /var/log/ceph/71323a66-b453-11ee-95ad-87774f69a715/ceph.log: No such file or directory 2024-01-16T10:19:20.898 INFO:tasks.cephadm:Compressing logs... 2024-01-16T10:19:20.899 DEBUG:teuthology.orchestra.run.smithi038:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-01-16T10:19:20.943 DEBUG:teuthology.orchestra.run.smithi133:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-01-16T10:19:20.957 INFO:teuthology.orchestra.run.smithi038.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-01-16T10:19:20.958 INFO:teuthology.orchestra.run.smithi133.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-01-16T10:19:20.967 INFO:teuthology.orchestra.run.smithi038.stderr:gzip -5 --verbose -- /var/log/ceph/71323a66-b453-11ee-95ad-87774f69a715/ceph-mds.foofs.smithi038.gtldng.log 2024-01-16T10:19:20.967 INFO:teuthology.orchestra.run.smithi038.stderr:gzip -5 --verbose -- /var/log/ceph/71323a66-b453-11ee-95ad-87774f69a715/ceph-osd.5.log 2024-01-16T10:19:20.968 INFO:teuthology.orchestra.run.smithi038.stderr:gzip -5 --verbose -- /var/log/ceph/71323a66-b453-11ee-95ad-87774f69a715/ceph-mon.smithi038.log 2024-01-16T10:19:20.969 INFO:teuthology.orchestra.run.smithi038.stderr:/var/log/ceph/71323a66-b453-11ee-95ad-87774f69a715/ceph-mds.foofs.smithi038.gtldng.log: gzip -5 --verbose -- /var/log/ceph/71323a66-b453-11ee-95ad-87774f69a715/ceph-osd.1.log 2024-01-16T10:19:20.969 INFO:teuthology.orchestra.run.smithi038.stderr: 60.4% -- replaced with /var/log/ceph/71323a66-b453-11ee-95ad-87774f69a715/ceph-mds.foofs.smithi038.gtldng.log.gz 2024-01-16T10:19:20.969 INFO:teuthology.orchestra.run.smithi038.stderr:/var/log/ceph/71323a66-b453-11ee-95ad-87774f69a715/ceph-osd.5.log: /var/log/ceph/71323a66-b453-11ee-95ad-87774f69a715/ceph-mon.smithi038.log: gzip -5 --verbose -- /var/log/ceph/71323a66-b453-11ee-95ad-87774f69a715/ceph-osd.3.log 2024-01-16T10:19:20.969 INFO:teuthology.orchestra.run.smithi038.stderr:/var/log/ceph/71323a66-b453-11ee-95ad-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/71323a66-b453-11ee-95ad-87774f69a715/ceph-volume.log 2024-01-16T10:19:20.970 INFO:teuthology.orchestra.run.smithi038.stderr:gzip -5 --verbose -- /var/log/ceph/71323a66-b453-11ee-95ad-87774f69a715/ceph-mgr.smithi038.dukxrr.log 2024-01-16T10:19:20.971 INFO:teuthology.orchestra.run.smithi038.stderr:/var/log/ceph/71323a66-b453-11ee-95ad-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/71323a66-b453-11ee-95ad-87774f69a715/ceph-osd.7.log 2024-01-16T10:19:20.972 INFO:teuthology.orchestra.run.smithi038.stderr:/var/log/ceph/71323a66-b453-11ee-95ad-87774f69a715/ceph-volume.log: gzip /var/log/ceph/71323a66-b453-11ee-95ad-87774f69a715/ceph-mgr.smithi038.dukxrr.log: -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-16T10:19:20.975 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/71323a66-b453-11ee-95ad-87774f69a715/ceph-mgr.smithi133.jtswok.log 2024-01-16T10:19:20.976 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/71323a66-b453-11ee-95ad-87774f69a715/ceph-mds.foofs.smithi133.srupzd.log 2024-01-16T10:19:20.976 INFO:teuthology.orchestra.run.smithi133.stderr:gzip /var/log/ceph/71323a66-b453-11ee-95ad-87774f69a715/ceph-mgr.smithi133.jtswok.log: -5 --verbose -- /var/log/ceph/71323a66-b453-11ee-95ad-87774f69a715/ceph-osd.6.log 2024-01-16T10:19:20.977 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/71323a66-b453-11ee-95ad-87774f69a715/ceph-mon.smithi133.log 2024-01-16T10:19:20.977 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/71323a66-b453-11ee-95ad-87774f69a715/ceph-mds.foofs.smithi133.srupzd.log: /var/log/ceph/71323a66-b453-11ee-95ad-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/71323a66-b453-11ee-95ad-87774f69a715/ceph-osd.0.log 2024-01-16T10:19:20.978 INFO:teuthology.orchestra.run.smithi133.stderr: 83.8% -- replaced with /var/log/ceph/71323a66-b453-11ee-95ad-87774f69a715/ceph-mds.foofs.smithi133.srupzd.log.gz 2024-01-16T10:19:20.978 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/71323a66-b453-11ee-95ad-87774f69a715/ceph-osd.4.log 2024-01-16T10:19:20.979 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/71323a66-b453-11ee-95ad-87774f69a715/ceph-mon.smithi133.log: /var/log/ceph/71323a66-b453-11ee-95ad-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/71323a66-b453-11ee-95ad-87774f69a715/ceph-volume.log 2024-01-16T10:19:20.980 INFO:teuthology.orchestra.run.smithi133.stderr:gzip /var/log/ceph/71323a66-b453-11ee-95ad-87774f69a715/ceph-osd.4.log: -5 --verbose -- /var/log/ceph/71323a66-b453-11ee-95ad-87774f69a715/ceph-osd.2.log 2024-01-16T10:19:20.980 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-16T10:19:20.984 INFO:teuthology.orchestra.run.smithi038.stderr:/var/log/ceph/71323a66-b453-11ee-95ad-87774f69a715/ceph-osd.7.log: /var/log/ceph/cephadm.log: 92.3% -- replaced with /var/log/ceph/71323a66-b453-11ee-95ad-87774f69a715/ceph-volume.log.gz 2024-01-16T10:19:20.992 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/71323a66-b453-11ee-95ad-87774f69a715/ceph-osd.2.log: /var/log/ceph/71323a66-b453-11ee-95ad-87774f69a715/ceph-volume.log: /var/log/ceph/cephadm.log: 90.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-16T10:19:20.992 INFO:teuthology.orchestra.run.smithi133.stderr: 93.6% -- replaced with /var/log/ceph/71323a66-b453-11ee-95ad-87774f69a715/ceph-mgr.smithi133.jtswok.log.gz 2024-01-16T10:19:20.993 INFO:teuthology.orchestra.run.smithi133.stderr: 92.3% -- replaced with /var/log/ceph/71323a66-b453-11ee-95ad-87774f69a715/ceph-volume.log.gz 2024-01-16T10:19:20.993 INFO:teuthology.orchestra.run.smithi038.stderr: 92.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-16T10:19:21.295 INFO:teuthology.orchestra.run.smithi133.stderr: 92.5% -- replaced with /var/log/ceph/71323a66-b453-11ee-95ad-87774f69a715/ceph-mon.smithi133.log.gz 2024-01-16T10:19:21.409 INFO:teuthology.orchestra.run.smithi038.stderr: 89.3% -- replaced with /var/log/ceph/71323a66-b453-11ee-95ad-87774f69a715/ceph-mgr.smithi038.dukxrr.log.gz 2024-01-16T10:19:21.467 INFO:teuthology.orchestra.run.smithi133.stderr: 92.9% -- replaced with /var/log/ceph/71323a66-b453-11ee-95ad-87774f69a715/ceph-osd.4.log.gz 2024-01-16T10:19:21.577 INFO:teuthology.orchestra.run.smithi133.stderr: 92.9% -- replaced with /var/log/ceph/71323a66-b453-11ee-95ad-87774f69a715/ceph-osd.2.log.gz 2024-01-16T10:19:21.589 INFO:teuthology.orchestra.run.smithi038.stderr: 92.9% -- replaced with /var/log/ceph/71323a66-b453-11ee-95ad-87774f69a715/ceph-osd.5.log.gz 2024-01-16T10:19:21.617 INFO:teuthology.orchestra.run.smithi133.stderr: 92.8% -- replaced with /var/log/ceph/71323a66-b453-11ee-95ad-87774f69a715/ceph-osd.0.log.gz 2024-01-16T10:19:21.625 INFO:teuthology.orchestra.run.smithi038.stderr: 93.5% -- replaced with /var/log/ceph/71323a66-b453-11ee-95ad-87774f69a715/ceph-osd.3.log.gz 2024-01-16T10:19:21.698 INFO:teuthology.orchestra.run.smithi038.stderr: 92.9% -- replaced with /var/log/ceph/71323a66-b453-11ee-95ad-87774f69a715/ceph-osd.1.log.gz 2024-01-16T10:19:21.739 INFO:teuthology.orchestra.run.smithi038.stderr: 93.0% -- replaced with /var/log/ceph/71323a66-b453-11ee-95ad-87774f69a715/ceph-osd.7.log.gz 2024-01-16T10:19:21.748 INFO:teuthology.orchestra.run.smithi133.stderr: 92.8% -- replaced with /var/log/ceph/71323a66-b453-11ee-95ad-87774f69a715/ceph-osd.6.log.gz 2024-01-16T10:19:21.750 INFO:teuthology.orchestra.run.smithi133.stderr: 2024-01-16T10:19:21.750 INFO:teuthology.orchestra.run.smithi133.stderr:real 0m0.801s 2024-01-16T10:19:21.751 INFO:teuthology.orchestra.run.smithi133.stderr:user 0m2.743s 2024-01-16T10:19:21.751 INFO:teuthology.orchestra.run.smithi133.stderr:sys 0m0.136s 2024-01-16T10:19:21.913 INFO:teuthology.orchestra.run.smithi038.stderr: 89.9% -- replaced with /var/log/ceph/71323a66-b453-11ee-95ad-87774f69a715/ceph-mon.smithi038.log.gz 2024-01-16T10:19:21.915 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-01-16T10:19:21.915 INFO:teuthology.orchestra.run.smithi038.stderr:real 0m0.969s 2024-01-16T10:19:21.915 INFO:teuthology.orchestra.run.smithi038.stderr:user 0m4.051s 2024-01-16T10:19:21.915 INFO:teuthology.orchestra.run.smithi038.stderr:sys 0m0.169s 2024-01-16T10:19:21.916 INFO:tasks.cephadm:Archiving logs... 2024-01-16T10:19:21.916 DEBUG:teuthology.misc:Transferring archived files from smithi038:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517759/remote/ubuntu@smithi038.front.sepia.ceph.com/log 2024-01-16T10:19:21.917 DEBUG:teuthology.orchestra.run.smithi038:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-16T10:19:22.510 DEBUG:teuthology.misc:Transferring archived files from smithi133:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517759/remote/ubuntu@smithi133.front.sepia.ceph.com/log 2024-01-16T10:19:22.511 DEBUG:teuthology.orchestra.run.smithi133:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-16T10:19:22.920 INFO:tasks.cephadm:Removing cluster... 2024-01-16T10:19:22.920 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 71323a66-b453-11ee-95ad-87774f69a715 --force 2024-01-16T10:19:24.294 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 71323a66-b453-11ee-95ad-87774f69a715 --force 2024-01-16T10:19:25.655 INFO:tasks.cephadm:Removing cephadm ... 2024-01-16T10:19:25.656 DEBUG:teuthology.orchestra.run.smithi038:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-16T10:19:25.663 DEBUG:teuthology.orchestra.run.smithi133:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-16T10:19:25.671 INFO:tasks.cephadm:Teardown complete 2024-01-16T10:19:25.671 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-01-16T10:19:25.683 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi038:/dev/vg_nvme/lv_1... 2024-01-16T10:19:25.684 DEBUG:teuthology.orchestra.run.smithi038:> sudo nvme disconnect -n lv_1 2024-01-16T10:19:25.994 INFO:teuthology.orchestra.run.smithi038.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-01-16T10:19:25.996 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T10:19:25.996 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi038:/dev/vg_nvme/lv_2... 2024-01-16T10:19:25.996 DEBUG:teuthology.orchestra.run.smithi038:> sudo nvme disconnect -n lv_2 2024-01-16T10:19:26.278 INFO:teuthology.orchestra.run.smithi038.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-01-16T10:19:26.279 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T10:19:26.280 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi038:/dev/vg_nvme/lv_3... 2024-01-16T10:19:26.280 DEBUG:teuthology.orchestra.run.smithi038:> sudo nvme disconnect -n lv_3 2024-01-16T10:19:26.582 INFO:teuthology.orchestra.run.smithi038.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-01-16T10:19:26.583 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T10:19:26.584 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi038:/dev/vg_nvme/lv_4... 2024-01-16T10:19:26.584 DEBUG:teuthology.orchestra.run.smithi038:> sudo nvme disconnect -n lv_4 2024-01-16T10:19:26.890 INFO:teuthology.orchestra.run.smithi038.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-01-16T10:19:26.891 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T10:19:26.892 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2024-01-16T10:19:26.892 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd of=/scratch_devs 2024-01-16T10:19:26.907 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi133:/dev/vg_nvme/lv_1... 2024-01-16T10:19:26.907 DEBUG:teuthology.orchestra.run.smithi133:> sudo nvme disconnect -n lv_1 2024-01-16T10:19:27.224 INFO:teuthology.orchestra.run.smithi133.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-01-16T10:19:27.226 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T10:19:27.226 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi133:/dev/vg_nvme/lv_2... 2024-01-16T10:19:27.226 DEBUG:teuthology.orchestra.run.smithi133:> sudo nvme disconnect -n lv_2 2024-01-16T10:19:27.564 INFO:teuthology.orchestra.run.smithi133.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-01-16T10:19:27.566 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T10:19:27.566 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi133:/dev/vg_nvme/lv_3... 2024-01-16T10:19:27.566 DEBUG:teuthology.orchestra.run.smithi133:> sudo nvme disconnect -n lv_3 2024-01-16T10:19:27.844 INFO:teuthology.orchestra.run.smithi133.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-01-16T10:19:27.846 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T10:19:27.846 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi133:/dev/vg_nvme/lv_4... 2024-01-16T10:19:27.846 DEBUG:teuthology.orchestra.run.smithi133:> sudo nvme disconnect -n lv_4 2024-01-16T10:19:28.128 INFO:teuthology.orchestra.run.smithi133.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-01-16T10:19:28.130 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T10:19:28.130 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-01-16T10:19:28.130 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/scratch_devs 2024-01-16T10:19:28.145 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-01-16T10:19:28.155 INFO:teuthology.task.clock:Checking final clock skew... 2024-01-16T10:19:28.156 DEBUG:teuthology.orchestra.run.smithi038:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-16T10:19:28.158 DEBUG:teuthology.orchestra.run.smithi133:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-16T10:19:28.176 INFO:teuthology.orchestra.run.smithi038.stdout: remote refid st t when poll reach delay offset jitter 2024-01-16T10:19:28.176 INFO:teuthology.orchestra.run.smithi038.stdout:============================================================================== 2024-01-16T10:19:28.176 INFO:teuthology.orchestra.run.smithi038.stdout:*hv01.front.sepi 44.4.53.2 2 u 104 128 377 0.114 2.109 0.373 2024-01-16T10:19:28.176 INFO:teuthology.orchestra.run.smithi038.stdout:+hv02.front.sepi 63.231.80.2 3 u 45 128 377 0.096 1.998 0.270 2024-01-16T10:19:28.177 INFO:teuthology.orchestra.run.smithi038.stdout:+hv03.front.sepi 74.6.168.72 3 u 50 128 377 0.082 -1.045 0.118 2024-01-16T10:19:28.177 INFO:teuthology.orchestra.run.smithi038.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2024-01-16T10:19:28.206 INFO:teuthology.orchestra.run.smithi133.stdout: remote refid st t when poll reach delay offset jitter 2024-01-16T10:19:28.207 INFO:teuthology.orchestra.run.smithi133.stdout:============================================================================== 2024-01-16T10:19:28.207 INFO:teuthology.orchestra.run.smithi133.stdout:*hv01.front.sepi 44.4.53.2 2 u 36 128 377 0.106 1.581 0.356 2024-01-16T10:19:28.207 INFO:teuthology.orchestra.run.smithi133.stdout:+hv02.front.sepi 63.231.80.2 3 u 47 64 377 0.091 1.702 0.229 2024-01-16T10:19:28.207 INFO:teuthology.orchestra.run.smithi133.stdout:+hv03.front.sepi 74.6.168.72 3 u 47 64 377 0.108 -0.918 0.080 2024-01-16T10:19:28.207 INFO:teuthology.orchestra.run.smithi133.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2024-01-16T10:19:28.208 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-01-16T10:19:28.219 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-01-16T10:19:28.220 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-01-16T10:19:28.235 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-01-16T10:19:28.253 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-01-16T10:19:28.268 INFO:teuthology.task.internal:Duration was 2608.829204 seconds 2024-01-16T10:19:28.269 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-01-16T10:19:28.285 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-01-16T10:19:28.285 DEBUG:teuthology.orchestra.run.smithi038:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-16T10:19:28.288 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-16T10:19:28.334 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-01-16T10:19:28.335 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi038.front.sepia.ceph.com 2024-01-16T10:19:28.335 DEBUG:teuthology.orchestra.run.smithi038:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-01-16T10:19:28.348 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi133.front.sepia.ceph.com 2024-01-16T10:19:28.349 DEBUG:teuthology.orchestra.run.smithi133:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-01-16T10:19:28.362 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-01-16T10:19:28.363 DEBUG:teuthology.orchestra.run.smithi038:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-16T10:19:28.391 DEBUG:teuthology.orchestra.run.smithi133:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-16T10:19:28.483 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-01-16T10:19:28.483 DEBUG:teuthology.orchestra.run.smithi038:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-16T10:19:28.485 DEBUG:teuthology.orchestra.run.smithi133:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-16T10:19:28.690 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-01-16T10:19:28.701 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-01-16T10:19:28.701 DEBUG:teuthology.orchestra.run.smithi038:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-16T10:19:28.718 DEBUG:teuthology.orchestra.run.smithi133:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-16T10:19:28.735 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-01-16T10:19:28.745 DEBUG:teuthology.orchestra.run.smithi038:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-01-16T10:19:28.763 DEBUG:teuthology.orchestra.run.smithi133:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-01-16T10:19:28.775 INFO:teuthology.orchestra.run.smithi038.stdout:kernel.core_pattern = core 2024-01-16T10:19:28.789 INFO:teuthology.orchestra.run.smithi133.stdout:kernel.core_pattern = core 2024-01-16T10:19:28.813 DEBUG:teuthology.orchestra.run.smithi038:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-16T10:19:28.850 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T10:19:28.851 DEBUG:teuthology.orchestra.run.smithi133:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-16T10:19:28.860 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T10:19:28.861 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-01-16T10:19:28.872 INFO:teuthology.task.internal:Transferring archived files... 2024-01-16T10:19:28.873 DEBUG:teuthology.misc:Transferring archived files from smithi038:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517759/remote/smithi038 2024-01-16T10:19:28.874 DEBUG:teuthology.orchestra.run.smithi038:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-16T10:19:28.931 DEBUG:teuthology.misc:Transferring archived files from smithi133:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517759/remote/smithi133 2024-01-16T10:19:28.932 DEBUG:teuthology.orchestra.run.smithi133:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-16T10:19:28.960 INFO:teuthology.task.internal:Removing archive directory... 2024-01-16T10:19:28.960 DEBUG:teuthology.orchestra.run.smithi038:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-16T10:19:28.967 DEBUG:teuthology.orchestra.run.smithi133:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-16T10:19:29.002 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-01-16T10:19:29.014 INFO:teuthology.task.internal:Not uploading archives. 2024-01-16T10:19:29.014 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-01-16T10:19:29.028 INFO:teuthology.task.internal:Tidying up after the test... 2024-01-16T10:19:29.028 DEBUG:teuthology.orchestra.run.smithi038:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-16T10:19:29.031 DEBUG:teuthology.orchestra.run.smithi133:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-16T10:19:29.037 INFO:teuthology.orchestra.run.smithi038.stdout: 1048609 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 16 10:19 /home/ubuntu/cephtest 2024-01-16T10:19:29.051 INFO:teuthology.orchestra.run.smithi133.stdout: 1048617 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 16 10:19 /home/ubuntu/cephtest 2024-01-16T10:19:29.053 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-01-16T10:19:29.064 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-01-16T10:19:29.111 INFO:teuthology.nuke:Checking targets against current locks 2024-01-16T10:19:29.142 DEBUG:teuthology.nuke:shortname: smithi038 2024-01-16T10:19:29.142 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-16T10:19:29.165 DEBUG:teuthology.nuke:shortname: smithi133 2024-01-16T10:19:29.165 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-16T10:19:29.169 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi038.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517759', '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-01-16 09:26:41.149983', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2024-01-16T10:19:29.193 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi133.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517759', '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-01-16 09:26:41.151739', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2024-01-16T10:19:29.221 INFO:teuthology.orchestra.console.smithi038:Power off 2024-01-16T10:19:29.222 DEBUG:teuthology.orchestra.console.smithi038:pexpect command: ipmitool -H smithi038.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-16T10:19:29.247 DEBUG:teuthology.orchestra.console.smithi038:power off output: Chassis Power Control: Down/Off 2024-01-16T10:19:29.248 DEBUG:teuthology.orchestra.console.smithi038:pexpect command: ipmitool -H smithi038.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-16T10:19:29.262 INFO:teuthology.orchestra.console.smithi133:Power off 2024-01-16T10:19:29.263 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-16T10:19:29.274 DEBUG:teuthology.orchestra.console.smithi038:check power output: Chassis Power is on 2024-01-16T10:19:29.290 DEBUG:teuthology.orchestra.console.smithi133:power off output: Chassis Power Control: Down/Off 2024-01-16T10:19:29.291 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-16T10:19:29.313 DEBUG:teuthology.orchestra.console.smithi133:check power output: Chassis Power is on 2024-01-16T10:19:33.275 DEBUG:teuthology.orchestra.console.smithi038:pexpect command: ipmitool -H smithi038.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-16T10:19:33.314 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-16T10:19:33.386 DEBUG:teuthology.orchestra.console.smithi038:check power output: Chassis Power is on 2024-01-16T10:19:33.424 DEBUG:teuthology.orchestra.console.smithi133:check power output: Chassis Power is on 2024-01-16T10:19:37.388 DEBUG:teuthology.orchestra.console.smithi038:pexpect command: ipmitool -H smithi038.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-16T10:19:37.425 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-16T10:19:37.499 DEBUG:teuthology.orchestra.console.smithi038:check power output: Chassis Power is off 2024-01-16T10:19:37.535 DEBUG:teuthology.orchestra.console.smithi133:check power output: Chassis Power is on 2024-01-16T10:19:37.600 INFO:teuthology.orchestra.console.smithi038:Power off completed 2024-01-16T10:19:41.539 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-16T10:19:41.650 DEBUG:teuthology.orchestra.console.smithi133:check power output: Chassis Power is off 2024-01-16T10:19:41.750 INFO:teuthology.orchestra.console.smithi133:Power off completed 2024-01-16T10:19:41.854 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: 2608.8292043209076 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=ab9bdff533ff4c9a948eeb20c87a2d30 status: fail success: false 2024-01-16T10:19:41.855 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-16T10:19:41.935 INFO:teuthology.run:FAIL